Searched refs:nr_sets (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h54 int nr_sets; member in struct:s3c2410_platform_nand
/linux-master/kernel/irq/
H A Daffinity.c14 affd->nr_sets = 1;
52 if (WARN_ON_ONCE(affd->nr_sets > IRQ_AFFINITY_MAX_SETS))
71 for (i = 0, usedvecs = 0; i < affd->nr_sets; i++) {
/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c261 const __be32 *nr_sets; local
265 nr_sets = of_get_property(cache->ofnode, propname, NULL);
266 if (!nr_sets)
269 *ret = of_read_number(nr_sets, 1);
276 unsigned int nr_sets; local
279 if (cache_nr_sets(cache, &nr_sets))
285 if (nr_sets == 1) {
295 if (!(nr_sets > 0 && size > 0 && line_size > 0))
298 *ret = (size / nr_sets) / line_size;
624 unsigned int nr_sets; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Ds3c2410.c983 pdata->nr_sets = of_get_child_count(np);
984 if (!pdata->nr_sets)
987 sets = devm_kcalloc(&pdev->dev, pdata->nr_sets, sizeof(*sets),
1032 int nr_sets; local
1084 if (!plat->sets || plat->nr_sets < 1) {
1090 nr_sets = plat->nr_sets;
1092 info->mtd_count = nr_sets;
1096 size = nr_sets * sizeof(*info->mtds);
1107 for (setno = 0; setno < nr_sets; setn
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_isr.c486 affd->nr_sets = 1;
491 affd->nr_sets = hw->num_pports;
/linux-master/drivers/base/
H A Dcacheinfo.c169 unsigned int nr_sets = this_leaf->number_of_sets; local
176 if (!(nr_sets == 1) && (nr_sets > 0 && size > 0 && line_size > 0))
177 this_leaf->ways_of_associativity = (size / nr_sets) / line_size;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c557 scanresp->nr_sets, bsssize, le16_to_cpu(resp->size));
559 if (scanresp->nr_sets == 0) {
573 * nr_sets
595 tsfsize = 4 + 8 * scanresp->nr_sets;
608 * the size in the TLV must match the nr_sets value
612 if (i / 8 != scanresp->nr_sets) {
614 "sets (expected %d got %d)\n", scanresp->nr_sets,
619 for (i = 0; i < scanresp->nr_sets; i++) {
H A Dhost.h473 uint8_t nr_sets; member in struct:cmd_ds_802_11_scan_rsp
/linux-master/drivers/virtio/
H A Dvirtio_vdpa.c301 affd->nr_sets = 1;
330 for (i = 0, usedvecs = 0; i < affd->nr_sets; i++) {
/linux-master/include/linux/
H A Dinterrupt.h280 * @nr_sets: The number of interrupt sets for which affinity
291 unsigned int nr_sets; member in struct:irq_affinity
/linux-master/drivers/nvme/host/
H A Dpci.c2209 affd->nr_sets = nr_read_queues ? 2 : 1;

Completed in 297 milliseconds