Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-gadget.h236 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) macro
Dcdnsp-gadget.h289 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
Dcdnsp-gadget.c37 else if (DEV_FULLSPEED(port_status)) in cdnsp_port_speed()
Dcdns3-gadget.c368 else if (DEV_FULLSPEED(reg)) in cdns3_get_speed()
/linux-5.19.10/drivers/usb/host/
Dxhci.h340 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
Dxhci-tegra.c1896 if (DEV_FULLSPEED(portsc)) in tegra_xhci_portsc_to_speed()