Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
A 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/drivers/usb/host/
A Dxhci.h420 #define PORT_U2_TIMEOUT_MASK (0xff << 8) macro
A Dxhci-hub.c1508 temp &= ~PORT_U2_TIMEOUT_MASK; in xhci_hub_control()

Completed in 24 milliseconds