Searched refs:speed_id (Results 1 – 1 of 1) sorted by relevance
665 int speed_id; in xhci_get_ext_port_status() local668 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()669 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()670 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()