Searched refs:speed_id (Results 1 – 2 of 2) sorted by relevance
905 int speed_id; in xhci_get_ext_port_status() local908 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()909 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()910 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
2658 static int port_speed_is_ssp(struct usb_device *hdev, int speed_id) in port_speed_is_ssp() argument2673 if (speed_id == (ss_attr & USB_SSP_SUBLINK_SPEED_SSID)) in port_speed_is_ssp()