Home
last modified time | relevance | path

Searched refs:DEV_HIGHSPEED (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h51 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
H A Dxhci-hub.c381 if (DEV_HIGHSPEED(port_status)) in xhci_port_speed()
H A Dxhci-tegra.c2046 if (DEV_HIGHSPEED(portsc)) in tegra_xhci_portsc_to_speed()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h293 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h237 #define DEV_HIGHSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_HS) macro
H A Dcdnsp-gadget.h290 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
H A Dcdnsp-gadget.c35 else if (DEV_HIGHSPEED(port_status)) in cdnsp_port_speed()
H A Dcdns3-gadget.c367 else if (DEV_HIGHSPEED(reg)) in cdns3_get_speed()