Searched refs:speed_id (Results 1 – 2 of 2) sorted by relevance
917 int speed_id; in xhci_get_ext_port_status() local920 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()921 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()922 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
2676 static int port_speed_is_ssp(struct usb_device *hdev, int speed_id) in port_speed_is_ssp() argument2691 if (speed_id == (ss_attr & USB_SSP_SUBLINK_SPEED_SSID)) in port_speed_is_ssp()