Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h51 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
/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