Searched refs:port_li (Results 1 – 1 of 1) sorted by relevance
1018 static u32 xhci_get_ext_port_status(u32 raw_port_status, u32 port_li) in xhci_get_ext_port_status() argument1028 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()1029 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() local1284 port_li = readl(port->addr + PORTLI); in xhci_hub_control()1285 status = xhci_get_ext_port_status(temp, port_li); in xhci_hub_control()