Home
last modified time | relevance | path

Searched refs:speed_id (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c665 int speed_id; in xhci_get_ext_port_status() local
668 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()