Home
last modified time | relevance | path

Searched refs:DEV_FULLSPEED (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.h235 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) macro
H A Dgadget.c383 else if (DEV_FULLSPEED(reg)) in cdns3_get_speed()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h289 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
H A Dcdns3-gadget.h236 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) macro
H A Dcdnsp-gadget.c37 else if (DEV_FULLSPEED(port_status)) in cdnsp_port_speed()
H A Dcdns3-gadget.c369 else if (DEV_FULLSPEED(reg)) in cdns3_get_speed()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h340 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h340 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
H A Dxhci-tegra.c2049 if (DEV_FULLSPEED(portsc)) in tegra_xhci_portsc_to_speed()

Completed in 41 milliseconds