Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-hub.c1002 u32 ext_stat = 0; in xhci_get_ext_port_status() local
1007 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
1008 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
1010 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()
1011 ext_stat |= PORT_TX_LANES(port_li) << 12; /* bits 15:12 Tx lane count */ in xhci_get_ext_port_status()
1013 return ext_stat; in xhci_get_ext_port_status()