Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h602 #define DEV_SPEED GENMASK(23, 20) macro
603 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
H A Dcdnsp-debug.h399 speed = info & DEV_SPEED; in cdnsp_decode_slot_context()
/linux/drivers/usb/host/
H A Dxhci.h355 #define DEV_SPEED (0xf << 20) macro
356 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
2316 speed = info & DEV_SPEED; in xhci_decode_slot_context()