Home
last modified time | relevance | path

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

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