Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h50 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro
H A Dxhci-hub.c379 if (DEV_LOWSPEED(port_status)) in xhci_port_speed()
H A Dxhci-tegra.c2043 if (DEV_LOWSPEED(portsc)) in tegra_xhci_portsc_to_speed()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h292 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h235 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro
H A Dcdns3-gadget.c371 else if (DEV_LOWSPEED(reg)) in cdns3_get_speed()