Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h49 #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()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h291 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
/openbmc/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.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()