Home
last modified time | relevance | path

Searched refs:DEV_PORT_SPEED (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h55 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro
H A Dxhci-debugfs.c717 ret = xhci_port_bw_show(xhci, DEV_PORT_SPEED(XDEV_SS), s); in xhci_ss_bw_show()
726 ret = xhci_port_bw_show(xhci, DEV_PORT_SPEED(XDEV_HS), s); in xhci_hs_bw_show()
735 ret = xhci_port_bw_show(xhci, DEV_PORT_SPEED(XDEV_FS), s); in xhci_fs_bw_show()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h474 DEV_PORT_SPEED(portsc)); in cdnsp_decode_portsc()
H A Dcdnsp-gadget.h298 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro