Home
last modified time | relevance | path

Searched refs:max_devs (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk_legacy.c61 if (devnum < 0 || devnum >= drv->max_devs) in get_desc()
83 for (ok = 0, devnum = 0; devnum < drv->max_devs; ++devnum) { in blk_list_part()
126 for (i = 0; i < drv->max_devs; ++i) { in blk_list_devices()
162 if (devnum >= drv->max_devs) { in blk_show_device()
H A Dsystemace.c300 .max_devs = 1,
H A Dsandbox.c236 .max_devs = CONFIG_HOST_MAX_DEVICES,
H A Dide.c1244 .max_devs = CONFIG_SYS_IDE_MAXDEVICE,
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c477 static int max_devs = 0; variable
478 module_param_named(max_devs, max_devs, int, S_IRUGO);
479 MODULE_PARM_DESC(max_devs, "\n"
512 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx()
513 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
517 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()
522 max_devs); in asd_extend_devctx()
523 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
535 asd_ha->hw_prof.max_ddbs = max_devs; in asd_extend_devctx()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-dev.c40 static unsigned int max_devs = MAX_CCPS; variable
41 module_param(max_devs, uint, 0444);
42 MODULE_PARM_DESC(max_devs, "Maximum number of CCPs to enable (default: all; 0 disables all CCPs)");
614 if (atomic_inc_return(&dev_count) > max_devs) in ccp_dev_init()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata.c151 .max_devs = CONFIG_SYS_SATA_MAX_DEVICE,
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_legacy.c233 .max_devs = -1,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c665 const int max_devs = PAGE_SIZE / sizeof(*closest_pdevs); in pci_p2pmem_find_many() local
681 if (distance == closest_distance && dev_cnt >= max_devs) in pci_p2pmem_find_many()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h483 int max_devs; member
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c710 .max_devs = CONFIG_SYS_SCSI_MAX_DEVICE,
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c1564 .max_devs = USB_MAX_STOR_DEV,
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dipr.c207 module_param_named(max_devs, ipr_max_devs, int, 0);
208 MODULE_PARM_DESC(max_devs, "Specify the maximum number of physical devices. "