Home
last modified time | relevance | path

Searched refs:PORT_U1_TIMEOUT_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h129 #define PORT_U1_TIMEOUT_MASK 0xff macro
H A Dxhci-hub.c1521 temp &= ~PORT_U1_TIMEOUT_MASK; in xhci_hub_control()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h331 #define PORT_U1_TIMEOUT_MASK GENMASK(7, 0) macro
332 #define PORT_U1_TIMEOUT(p) ((p) & PORT_U1_TIMEOUT_MASK)