Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-hub.c1003 int speed_id; in xhci_get_ext_port_status() local
1006 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
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()
/Linux-v5.15/drivers/usb/core/
Dhub.c2693 u8 speed_id; in get_port_ssp_rate() local
2701 speed_id = ext_portstatus & USB_EXT_PORT_STAT_RX_SPEED_ID; in get_port_ssp_rate()
2712 if (speed_id == ssid) { in get_port_ssp_rate()