Searched defs:PORT_L1DS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci-port.h | 142 #define PORT_L1DS(p) (((p) & 0xff) << 8) macro |
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 368 #define PORT_L1DS(p) (((p) & 0xff) << 8) macro |