Searched refs:nr_sets (Results 1 – 17 of 17) sorted by relevance
/arch/powerpc/kernel/ |
D | cacheinfo.c | 262 const __be32 *nr_sets; in cache_nr_sets() local 266 nr_sets = of_get_property(cache->ofnode, propname, NULL); in cache_nr_sets() 267 if (!nr_sets) in cache_nr_sets() 270 *ret = of_read_number(nr_sets, 1); in cache_nr_sets() 277 unsigned int nr_sets; in cache_associativity() local 280 if (cache_nr_sets(cache, &nr_sets)) in cache_associativity() 286 if (nr_sets == 1) { in cache_associativity() 296 if (!(nr_sets > 0 && size > 0 && line_size > 0)) in cache_associativity() 299 *ret = (size / nr_sets) / line_size; in cache_associativity() 625 unsigned int nr_sets; in nr_sets_show() local [all …]
|
/arch/arm/mach-s3c/ |
D | mach-vstms.c | 112 .nr_sets = ARRAY_SIZE(vstms_nand_sets),
|
D | common-smdk-s3c24xx.c | 191 .nr_sets = ARRAY_SIZE(smdk_nand_sets),
|
D | mach-rx3715.c | 161 .nr_sets = ARRAY_SIZE(rx3715_nand_sets),
|
D | mach-at2440evb.c | 107 .nr_sets = ARRAY_SIZE(at2440evb_nand_sets),
|
D | mach-hmt.c | 198 .nr_sets = ARRAY_SIZE(hmt_nand_sets),
|
D | mach-qt2410.c | 299 .nr_sets = ARRAY_SIZE(qt2410_nand_sets),
|
D | mach-real6410.c | 188 .nr_sets = ARRAY_SIZE(real6410_nand_sets),
|
D | mach-mini6410.c | 136 .nr_sets = ARRAY_SIZE(mini6410_nand_sets),
|
D | mach-osiris.c | 231 .nr_sets = ARRAY_SIZE(osiris_nand_sets),
|
D | mach-anubis.c | 215 .nr_sets = ARRAY_SIZE(anubis_nand_sets),
|
D | mach-gta02.c | 415 .nr_sets = ARRAY_SIZE(gta02_nand_sets),
|
D | devs.c | 721 size = sizeof(struct s3c2410_nand_set) * npd->nr_sets; in s3c_nand_set_platdata() 735 for (i = 0; i < npd->nr_sets; i++) { in s3c_nand_set_platdata()
|
D | mach-bast.c | 291 .nr_sets = ARRAY_SIZE(bast_nand_sets),
|
D | mach-jive.c | 229 .nr_sets = ARRAY_SIZE(jive_nand_sets),
|
D | mach-mini2440.c | 306 .nr_sets = ARRAY_SIZE(mini2440_nand_sets),
|
D | mach-rx1950.c | 640 .nr_sets = ARRAY_SIZE(rx1950_nand_sets),
|