nr_sets           167 arch/arm/mach-s3c24xx/common-smdk.c 	.nr_sets	= ARRAY_SIZE(smdk_nand_sets),
nr_sets           218 arch/arm/mach-s3c24xx/mach-anubis.c 	.nr_sets	= ARRAY_SIZE(anubis_nand_sets),
nr_sets           110 arch/arm/mach-s3c24xx/mach-at2440evb.c 	.nr_sets	= ARRAY_SIZE(at2440evb_nand_sets),
nr_sets           294 arch/arm/mach-s3c24xx/mach-bast.c 	.nr_sets	= ARRAY_SIZE(bast_nand_sets),
nr_sets           417 arch/arm/mach-s3c24xx/mach-gta02.c 	.nr_sets	= ARRAY_SIZE(gta02_nand_sets),
nr_sets           230 arch/arm/mach-s3c24xx/mach-jive.c 	.nr_sets	= ARRAY_SIZE(jive_nand_sets),
nr_sets           296 arch/arm/mach-s3c24xx/mach-mini2440.c 	.nr_sets	= ARRAY_SIZE(mini2440_nand_sets),
nr_sets           234 arch/arm/mach-s3c24xx/mach-osiris.c 	.nr_sets	= ARRAY_SIZE(osiris_nand_sets),
nr_sets           282 arch/arm/mach-s3c24xx/mach-qt2410.c 	.nr_sets	= ARRAY_SIZE(qt2410_nand_sets),
nr_sets           617 arch/arm/mach-s3c24xx/mach-rx1950.c 	.nr_sets = ARRAY_SIZE(rx1950_nand_sets),
nr_sets           159 arch/arm/mach-s3c24xx/mach-rx3715.c 	.nr_sets	= ARRAY_SIZE(rx3715_nand_sets),
nr_sets           113 arch/arm/mach-s3c24xx/mach-vstms.c 	.nr_sets	= ARRAY_SIZE(vstms_nand_sets),
nr_sets           201 arch/arm/mach-s3c64xx/mach-hmt.c 	.nr_sets	= ARRAY_SIZE(hmt_nand_sets),
nr_sets           137 arch/arm/mach-s3c64xx/mach-mini6410.c 	.nr_sets	= ARRAY_SIZE(mini6410_nand_sets),
nr_sets           189 arch/arm/mach-s3c64xx/mach-real6410.c 	.nr_sets	= ARRAY_SIZE(real6410_nand_sets),
nr_sets           716 arch/arm/plat-samsung/devs.c 	size = sizeof(struct s3c2410_nand_set) * npd->nr_sets;
nr_sets           730 arch/arm/plat-samsung/devs.c 		for (i = 0; i < npd->nr_sets; i++) {
nr_sets           257 arch/powerpc/kernel/cacheinfo.c 	const __be32 *nr_sets;
nr_sets           261 arch/powerpc/kernel/cacheinfo.c 	nr_sets = of_get_property(cache->ofnode, propname, NULL);
nr_sets           262 arch/powerpc/kernel/cacheinfo.c 	if (!nr_sets)
nr_sets           265 arch/powerpc/kernel/cacheinfo.c 	*ret = of_read_number(nr_sets, 1);
nr_sets           272 arch/powerpc/kernel/cacheinfo.c 	unsigned int nr_sets;
nr_sets           275 arch/powerpc/kernel/cacheinfo.c 	if (cache_nr_sets(cache, &nr_sets))
nr_sets           281 arch/powerpc/kernel/cacheinfo.c 	if (nr_sets == 1) {
nr_sets           291 arch/powerpc/kernel/cacheinfo.c 	if (!(nr_sets > 0 && size > 0 && line_size > 0))
nr_sets           294 arch/powerpc/kernel/cacheinfo.c 	*ret = (size / nr_sets) / line_size;
nr_sets           571 arch/powerpc/kernel/cacheinfo.c 	unsigned int nr_sets;
nr_sets           576 arch/powerpc/kernel/cacheinfo.c 	if (cache_nr_sets(cache, &nr_sets))
nr_sets           579 arch/powerpc/kernel/cacheinfo.c 	return sprintf(buf, "%u\n", nr_sets);
nr_sets           122 drivers/base/cacheinfo.c 	unsigned int nr_sets = this_leaf->number_of_sets;
nr_sets           129 drivers/base/cacheinfo.c 	if (!(nr_sets == 1) && (nr_sets > 0 && size > 0 && line_size > 0))
nr_sets           130 drivers/base/cacheinfo.c 		this_leaf->ways_of_associativity = (size / nr_sets) / line_size;
nr_sets          1040 drivers/mtd/nand/raw/s3c2410.c 	pdata->nr_sets = of_get_child_count(np);
nr_sets          1041 drivers/mtd/nand/raw/s3c2410.c 	if (!pdata->nr_sets)
nr_sets          1044 drivers/mtd/nand/raw/s3c2410.c 	sets = devm_kcalloc(&pdev->dev, pdata->nr_sets, sizeof(*sets),
nr_sets          1089 drivers/mtd/nand/raw/s3c2410.c 	int nr_sets;
nr_sets          1141 drivers/mtd/nand/raw/s3c2410.c 	if (!plat->sets || plat->nr_sets < 1) {
nr_sets          1147 drivers/mtd/nand/raw/s3c2410.c 	nr_sets = plat->nr_sets;
nr_sets          1149 drivers/mtd/nand/raw/s3c2410.c 	info->mtd_count = nr_sets;
nr_sets          1153 drivers/mtd/nand/raw/s3c2410.c 	size = nr_sets * sizeof(*info->mtds);
nr_sets          1164 drivers/mtd/nand/raw/s3c2410.c 	for (setno = 0; setno < nr_sets; setno++, nmtd++, sets++) {
nr_sets           514 drivers/net/wireless/marvell/libertas/cfg.c 			scanresp->nr_sets, bsssize, le16_to_cpu(resp->size));
nr_sets           516 drivers/net/wireless/marvell/libertas/cfg.c 	if (scanresp->nr_sets == 0) {
nr_sets           552 drivers/net/wireless/marvell/libertas/cfg.c 	tsfsize = 4 + 8 * scanresp->nr_sets;
nr_sets           569 drivers/net/wireless/marvell/libertas/cfg.c 	if (i / 8 != scanresp->nr_sets) {
nr_sets           571 drivers/net/wireless/marvell/libertas/cfg.c 			     "sets (expected %d got %d)\n", scanresp->nr_sets,
nr_sets           576 drivers/net/wireless/marvell/libertas/cfg.c 	for (i = 0; i < scanresp->nr_sets; i++) {
nr_sets           471 drivers/net/wireless/marvell/libertas/host.h 	uint8_t nr_sets;
nr_sets          2061 drivers/nvme/host/pci.c 	affd->nr_sets = nr_read_queues ? 2 : 1;
nr_sets           486 drivers/scsi/csiostor/csio_isr.c 		affd->nr_sets = 1;
nr_sets           491 drivers/scsi/csiostor/csio_isr.c 	affd->nr_sets = hw->num_pports;
nr_sets           282 include/linux/interrupt.h 	unsigned int	nr_sets;
nr_sets            54 include/linux/platform_data/mtd-nand-s3c2410.h 	int			nr_sets;
nr_sets           404 kernel/irq/affinity.c 	affd->nr_sets = 1;
nr_sets           442 kernel/irq/affinity.c 	if (WARN_ON_ONCE(affd->nr_sets > IRQ_AFFINITY_MAX_SETS))
nr_sets           461 kernel/irq/affinity.c 	for (i = 0, usedvecs = 0; i < affd->nr_sets; i++) {