Searched refs:port_li (Results 1 – 1 of 1) sorted by relevance
662 static u32 xhci_get_ext_port_status(u32 raw_port_status, u32 port_li) in xhci_get_ext_port_status() argument672 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()673 ext_stat |= PORT_TX_LANES(port_li) << 12; /* bits 15:12 Tx lane count */ in xhci_get_ext_port_status()933 u32 port_li; in xhci_hub_control() local940 port_li = readl(port_array[wIndex] + PORTLI); in xhci_hub_control()941 status = xhci_get_ext_port_status(temp, port_li); in xhci_hub_control()