Home
last modified time | relevance | path

Searched refs:PORT_U2_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c1298 temp |= PORT_U2_TIMEOUT(timeout); in xhci_hub_control()
Dxhci.h416 #define PORT_U2_TIMEOUT(p) (((p) & 0xff) << 8) macro