Searched defs:HCC_LIGHT_RESET (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci-caps.h | 49 #define HCC_LIGHT_RESET(p) ((p) & (1 << 5)) macro |
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 138 #define HCC_LIGHT_RESET(p) ((p) & (1 << 5)) macro |