Searched refs:port_li (Results 1 – 1 of 1) sorted by relevance
805 static u32 xhci_get_ext_port_status(u32 raw_port_status, u32 port_li) in xhci_get_ext_port_status() argument815 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()816 ext_stat |= PORT_TX_LANES(port_li) << 12; /* bits 15:12 Tx lane count */ in xhci_get_ext_port_status()1087 u32 port_li; in xhci_hub_control() local1094 port_li = readl(ports[wIndex]->addr + PORTLI); in xhci_hub_control()1095 status = xhci_get_ext_port_status(temp, port_li); in xhci_hub_control()