Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-hub.c1026 static u32 xhci_get_ext_port_status(u32 raw_port_status, u32 port_li) in xhci_get_ext_port_status() argument
1036 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()
1037 ext_stat |= PORT_TX_LANES(port_li) << 12; /* bits 15:12 Tx lane count */ in xhci_get_ext_port_status()
1285 u32 port_li; in xhci_hub_control() local
1292 port_li = readl(port->addr + PORTLI); in xhci_hub_control()
1293 status = xhci_get_ext_port_status(temp, port_li); in xhci_hub_control()