Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h636 #define DEV_SPEED (0xf << 20) macro
637 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
2570 speed = info & DEV_SPEED; in xhci_decode_slot_context()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h521 #define DEV_SPEED (0xf << 20) macro