Home
last modified time | relevance | path

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

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