Home
last modified time | relevance | path

Searched defs:DEV_UNDEFSPEED (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h290 #define DEV_UNDEFSPEED(p) (((p) & DEV_SPEED_MASK) == (0x0<<10)) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h234 #define DEV_UNDEFSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == (0x0 << 4)) macro
H A Dcdnsp-gadget.h288 #define DEV_UNDEFSPEED(p) (((p) & DEV_SPEED_MASK) == (0x0 << 10)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h339 #define DEV_UNDEFSPEED(p) (((p) & DEV_SPEED_MASK) == (0x0<<10)) macro