Home
last modified time | relevance | path

Searched refs:XDEV_HS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h45 #define XDEV_HS (0x3 << 10) macro
51 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS)
60 #define SLOT_SPEED_HS (XDEV_HS << 10)
H A Dxhci-debugfs.c726 ret = xhci_port_bw_show(xhci, DEV_PORT_SPEED(XDEV_HS), s); in xhci_hs_bw_show()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h285 #define XDEV_HS (0x3 << 10) macro
292 #define DEV_HIGHSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_HS)
596 #define SLOT_SPEED_HS (XDEV_HS << 10)