Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-port.h55 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro
Dxhci-hub.c1024 speed_id = DEV_PORT_SPEED(raw_port_status); in xhci_get_ext_port_status()
Dxhci.h2342 DEV_PORT_SPEED(portsc)); in xhci_decode_portsc()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h473 DEV_PORT_SPEED(portsc)); in cdnsp_decode_portsc()
Dcdnsp-gadget.h294 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro