Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h131 #define PORT_U2_TIMEOUT(p) (((p) & 0xff) << 8) macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h339 #define PORT_U2_TIMEOUT(p) (((p) << 8) & PORT_U2_TIMEOUT_MASK) macro
H A Dcdnsp-ring.c785 writel(PORT_U1_TIMEOUT(1) | PORT_U2_TIMEOUT(1), in cdnsp_update_port_id()