Home
last modified time | relevance | path

Searched refs:USB_MAX_STOR_DEV (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/common/
H A Dusb_storage.c70 static struct blk_desc usb_dev_desc[USB_MAX_STOR_DEV];
103 static struct us_data usb_stor[USB_MAX_STOR_DEV];
241 if (usb_max_devs == USB_MAX_STOR_DEV) { in usb_stor_probe_device()
257 for (lun = 0; lun <= max_lun && usb_max_devs < USB_MAX_STOR_DEV; in usb_stor_probe_device()
1558 .max_devs = USB_MAX_STOR_DEV,
/openbmc/u-boot/api/
H A Dapi_storage.c80 specs[ENUM_USB].max_dev = USB_MAX_STOR_DEV; in dev_stor_init()
/openbmc/u-boot/include/
H A Dusb.h230 #define USB_MAX_STOR_DEV 7 macro