Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h334 #define PORT_U2_TIMEOUT_MASK GENMASK(14, 8) macro
335 #define PORT_U2_TIMEOUT(p) (((p) << 8) & PORT_U2_TIMEOUT_MASK)
/Linux-v6.6/drivers/usb/host/
Dxhci-hub.c1529 temp &= ~PORT_U2_TIMEOUT_MASK; in xhci_hub_control()
Dxhci.h423 #define PORT_U2_TIMEOUT_MASK (0xff << 8) macro