Home
last modified time | relevance | path

Searched refs:nr_sets (Results 1 – 17 of 17) sorted by relevance

/arch/powerpc/kernel/
Dcacheinfo.c262 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/
Dmach-vstms.c112 .nr_sets = ARRAY_SIZE(vstms_nand_sets),
Dcommon-smdk-s3c24xx.c191 .nr_sets = ARRAY_SIZE(smdk_nand_sets),
Dmach-rx3715.c161 .nr_sets = ARRAY_SIZE(rx3715_nand_sets),
Dmach-at2440evb.c107 .nr_sets = ARRAY_SIZE(at2440evb_nand_sets),
Dmach-hmt.c198 .nr_sets = ARRAY_SIZE(hmt_nand_sets),
Dmach-qt2410.c299 .nr_sets = ARRAY_SIZE(qt2410_nand_sets),
Dmach-real6410.c188 .nr_sets = ARRAY_SIZE(real6410_nand_sets),
Dmach-mini6410.c136 .nr_sets = ARRAY_SIZE(mini6410_nand_sets),
Dmach-osiris.c231 .nr_sets = ARRAY_SIZE(osiris_nand_sets),
Dmach-anubis.c215 .nr_sets = ARRAY_SIZE(anubis_nand_sets),
Dmach-gta02.c415 .nr_sets = ARRAY_SIZE(gta02_nand_sets),
Ddevs.c721 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()
Dmach-bast.c291 .nr_sets = ARRAY_SIZE(bast_nand_sets),
Dmach-jive.c229 .nr_sets = ARRAY_SIZE(jive_nand_sets),
Dmach-mini2440.c306 .nr_sets = ARRAY_SIZE(mini2440_nand_sets),
Dmach-rx1950.c640 .nr_sets = ARRAY_SIZE(rx1950_nand_sets),