Home
last modified time | relevance | path

Searched refs:DEV_SPEED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h595 #define DEV_SPEED GENMASK(23, 20) macro
596 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
H A Dcdnsp-debug.h401 speed = info & DEV_SPEED; in cdnsp_decode_slot_context()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h635 #define DEV_SPEED (0xf << 20) macro
636 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
2509 speed = info & DEV_SPEED; in xhci_decode_slot_context()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h638 #define DEV_SPEED (0xf << 20) macro
639 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
2541 speed = info & DEV_SPEED; in xhci_decode_slot_context()

Completed in 14 milliseconds