Home
last modified time | relevance | path

Searched defs:PORT_U2_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h131 #define PORT_U2_TIMEOUT(p) (((p) & 0xff) << 8) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h359 #define PORT_U2_TIMEOUT(p) (((p) & 0xff) << 8) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h339 #define PORT_U2_TIMEOUT(p) (((p) << 8) & PORT_U2_TIMEOUT_MASK) macro