Searched refs:speed_id (Results 1 – 2 of 2) sorted by relevance
808 int speed_id; in xhci_get_ext_port_status() local811 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()812 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()813 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
2607 static int port_speed_is_ssp(struct usb_device *hdev, int speed_id) in port_speed_is_ssp() argument2622 if (speed_id == (ss_attr & USB_SSP_SUBLINK_SPEED_SSID)) in port_speed_is_ssp()