Home
last modified time | relevance | path

Searched refs:DEV_FULLSPEED (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h49 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h236 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) macro
H A Dcdnsp-gadget.h289 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
H A Dcdnsp-gadget.c38 else if (DEV_FULLSPEED(port_status)) in cdnsp_port_speed()
H A Dcdns3-gadget.c369 else if (DEV_FULLSPEED(reg)) in cdns3_get_speed()