Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-hub.c1027 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()
Dxhci.h438 #define PORT_RX_LANES(p) (((p) >> 16) & 0xf) macro