Home
last modified time | relevance | path

Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dusb.c477 if (head->bLength != USB_DT_SS_EP_COMP_SIZE) { in usb_parse_config()
482 if (index + USB_DT_SS_EP_COMP_SIZE > in usb_parse_config()
493 USB_DT_SS_EP_COMP_SIZE); in usb_parse_config()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h666 #define USB_DT_SS_EP_COMP_SIZE 6 macro