Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-hub.c1006 int speed_id; in xhci_get_ext_port_status() local
1009 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
1010 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
1011 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
/Linux-v6.1/drivers/usb/core/
Dhub.c2703 u8 speed_id; in get_port_ssp_rate() local
2711 speed_id = ext_portstatus & USB_EXT_PORT_STAT_RX_SPEED_ID; in get_port_ssp_rate()
2722 if (speed_id == ssid) { in get_port_ssp_rate()