Searched refs:max_devs (Results 1 – 8 of 8) sorted by relevance
62 if (devnum < 0 || devnum >= drv->max_devs) in get_desc()84 for (ok = 0, devnum = 0; devnum < drv->max_devs; ++devnum) { in blk_list_part()127 for (i = 0; i < drv->max_devs; ++i) { in blk_list_devices()163 if (devnum >= drv->max_devs) { in blk_show_device()
262 .max_devs = CONFIG_HOST_MAX_DEVICES,
1245 .max_devs = CONFIG_SYS_IDE_MAXDEVICE,
152 .max_devs = CONFIG_SYS_SATA_MAX_DEVICE,
258 .max_devs = -1,
486 int max_devs; member
706 .max_devs = CONFIG_SYS_SCSI_MAX_DEVICE,
1567 .max_devs = USB_MAX_STOR_DEV,
Completed in 13 milliseconds