Searched refs:HCS_ERST_MAX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci-caps.h | 23 #define HCS_ERST_MAX(p) (((p) >> 4) & 0xf) macro |
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 112 #define HCS_ERST_MAX(p) (((p) >> 4) & 0xf) macro |