Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h343 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro
2575 DEV_PORT_SPEED(portsc)); in xhci_decode_portsc()
Dxhci-hub.c922 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()