Home
last modified time | relevance | path

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

/u-boot/drivers/block/
A Dblk_legacy.c62 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()
/u-boot/include/
A Dbootflow.h219 int max_devs; member
A Dblk.h564 int max_devs; member
/u-boot/boot/
A Dbootflow.c93 iter->max_devs = BOOTFLOW_MAX_USED_DEVS; in bootflow_iter_init()
139 if (dev && iter->num_devs < iter->max_devs) in bootflow_iter_set_dev()
/u-boot/drivers/mmc/
A Dmmc_legacy.c258 .max_devs = -1,
/u-boot/drivers/scsi/
A Dscsi.c733 .max_devs = SCSI_MAX_DEVICE,
/u-boot/common/
A Dusb_storage.c1583 .max_devs = USB_MAX_STOR_DEV,

Completed in 20 milliseconds