Searched refs:sets (Results 1 - 25 of 56) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dnand.h40 struct s3c2410_nand_set *sets; member in struct:s3c2410_platform_nand
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dcache.h27 unsigned int sets; /* Number of cache sets */ member in struct:cache_info
30 unsigned int way_size; /* sets * line size */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dprobe.c24 current_cpu_data.dcache.sets = 64;
32 current_cpu_data.dcache.sets = 256;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c25 current_cpu_data.dcache.sets = 128;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dcache.h19 unsigned int sets; member in struct:cache_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dprobe.c65 current_cpu_data.dcache.sets = 128;
72 current_cpu_data.dcache.sets = 256;
90 current_cpu_data.dcache.sets = 512;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/
H A Dinit.c72 current_cpu_data.icache.way_size = current_cpu_data.icache.sets *
79 current_cpu_data.dcache.way_size = current_cpu_data.dcache.sets *
99 waysize = current_cpu_data.dcache.sets;
158 current_cpu_data.dcache.sets >>= 1;
160 current_cpu_data.dcache.way_size = current_cpu_data.dcache.sets *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dcpu-info.h26 unsigned short sets; /* Number of lines per set */ member in struct:cache_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dcpu-info.h26 unsigned short sets; /* Number of lines per set */ member in struct:cache_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dsc-mips.c85 c->scache.sets = 64 << tmp;
95 c->scache.waysize = c->scache.sets * c->scache.linesz;
H A Dc-r4k.c868 c->icache.sets = 64 << ((config1 >> 22) & 7);
871 icache_size = c->icache.sets *
888 c->dcache.sets = 64 << ((config1 >> 13) & 7);
891 dcache_size = c->dcache.sets *
917 c->icache.sets = c->icache.linesz ?
919 c->dcache.sets = c->dcache.linesz ?
981 unsigned int dcache_size, lsize, ways, sets; local
986 sets = 64 << ((config1 >> 13) & 7);
991 sets * lsize - 1,
1120 scache_size = c->scache.ways * c->scache.sets *
[all...]
H A Dsc-rm7k.c139 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dprobe.c41 current_cpu_data.icache.sets = 256;
50 current_cpu_data.dcache.sets = 512;
203 current_cpu_data.icache.sets = (size >> 6);
211 current_cpu_data.dcache.sets = (size >> 6);
239 current_cpu_data.scache.sets = size /
244 (current_cpu_data.scache.sets *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dcpu.c229 boot_cpu_data.icache.sets = 1 << SYSREG_BFEXT(ISET, config1);
235 boot_cpu_data.dcache.sets = 1 << SYSREG_BFEXT(DSET, config1);
292 boot_cpu_data.icache.sets *
295 boot_cpu_data.dcache.sets *
309 seq_printf(m, "i-cache\t\t: %dK (%u ways x %u sets x %u)\n",
312 boot_cpu_data.icache.sets,
314 seq_printf(m, "d-cache\t\t: %dK (%u ways x %u sets x %u)\n",
317 boot_cpu_data.dcache.sets,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dcache-debugfs.c65 cache_size = cache->ways * cache->sets * cache->linesz;
70 waysize = cache->sets;
H A Dcache-sh7705.c36 waysize = current_cpu_data.dcache.sets;
98 waysize = current_cpu_data.dcache.sets;
H A Dcache-sh4.c46 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1);
58 current_cpu_data.icache.sets,
66 current_cpu_data.dcache.sets,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dcache.h97 unsigned int sets; member in struct:cache_info
125 indexing the cache sets and those passed to the MMU for translation. In the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmipsinc.h381 #define CONF1_DS_SHIFT 13 /* D$ sets/way */
390 #define CONF1_IS_SHIFT 22 /* Instruction cache sets/way */
527 uint lsz, sets, ways; local
532 sets = CONF1_IS_BASE << ((config1 & CONF1_IS_MASK) >> CONF1_IS_SHIFT);
534 *size = lsz * sets * ways;
540 uint lsz, sets, ways; local
545 sets = CONF1_DS_BASE << ((config1 & CONF1_DS_MASK) >> CONF1_DS_SHIFT);
547 *size = lsz * sets * ways;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dcache.c44 cpu_data->icache.sets = 256;
57 cpu_data->icache.way_ofs = cpu_data->icache.sets *
396 sets by natural eviction. -- RPC */
404 /* Purge all ways in a particular block of sets, specified by the base
405 set number and number of sets. Can handle wrap-around, if that's
417 set_offset &= (cpu_data->dcache.sets - 1);
458 sh64_dcache_purge_sets(0, cpu_data->dcache.sets);
855 right cache sets for the user to see it without having to bounce it
861 'from' are in the same colour sets as 'address' also? i.e. is this
870 page mapped into cache sets o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ds3c2410.c673 struct s3c2410_nand_set *sets; local
739 sets = (plat != NULL) ? plat->sets : NULL;
763 s3c2410_nand_init_chip(info, nmtd, sets);
765 nmtd->scan_res = nand_scan(&nmtd->mtd, (sets) ? sets->nr_chips : 1);
768 s3c2410_nand_add_partition(info, nmtd, sets);
771 if (sets != NULL)
772 sets++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsetup.c339 boot_cpu_data.icache.sets *
343 boot_cpu_data.dcache.sets *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dboot.S44 # XXX: the following code snipet sets clk frequency to 200M
302 sll a3,a3,t0 # a3 has D$ sets per way
304 multu a2,a3 # sets/way * associativity
354 sll a3,a3,t0 # a3 has I$ sets per way
356 multu a2,a3 # sets/way * associativity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sis.c869 struct sis_chipset *sets; local
924 for (sets = &sis_chipsets[0]; sets->device; sets++) {
925 host = pci_get_device(PCI_VENDOR_ID_SI, sets->device, NULL);
927 chipset = sets; /* Match found */
928 if (sets->device == 0x630) { /* SIS630 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Dmach-vstms.c120 .sets = vstms_nand_sets,

Completed in 154 milliseconds

123