Home
last modified time | relevance | path

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

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