Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h293 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.h234 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro
H A Dgadget.c341 else if (DEV_LOWSPEED(reg)) in cdns3_get_speed()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.h234 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro
H A Dgadget.c385 else if (DEV_LOWSPEED(reg)) in cdns3_get_speed()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c293 if (DEV_LOWSPEED(port_status)) in xhci_port_speed()
H A Dxhci.h342 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro