Searched refs:speed_id (Results 1 – 2 of 2) sorted by relevance
1003 int speed_id; in xhci_get_ext_port_status() local1006 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()
2693 u8 speed_id; in get_port_ssp_rate() local2701 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()