Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h51 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h293 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h237 #define DEV_HIGHSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_HS) macro
H A Dcdnsp-gadget.h290 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro