Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-port.h50 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro
/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-gadget.h235 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro