Home
last modified time | relevance | path

Searched refs:DEV_HIGHSPEED (Results 1 – 6 of 6) 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()
/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.c36 else if (DEV_HIGHSPEED(port_status)) in cdnsp_port_speed()
H A Dcdns3-gadget.c367 else if (DEV_HIGHSPEED(reg)) in cdns3_get_speed()