Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h292 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h235 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h341 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro