Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h51 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
H A Dxhci-hub.c382 if (DEV_HIGHSPEED(port_status)) in xhci_port_speed()
H A Dxhci-tegra.c2116 if (DEV_HIGHSPEED(portsc)) in tegra_xhci_portsc_to_speed()
/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.h292 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS) macro
H A Dcdnsp-gadget.c37 else if (DEV_HIGHSPEED(port_status)) in cdnsp_port_speed()
H A Dcdns3-gadget.c367 else if (DEV_HIGHSPEED(reg)) in cdns3_get_speed()