Home
last modified time | relevance | path

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

/linux-5.10/drivers/usb/cdns3/
Dgadget.h234 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro
/linux-5.10/drivers/usb/host/
Dxhci.h335 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro