Home
last modified time | relevance | path

Searched defs:GET_DEV_SPEED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h596 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h384 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20) macro