Home
last modified time | relevance | path

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

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