Searched refs:DEV_PORT_SPEED (Results 1 – 4 of 4) sorted by relevance
55 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro
717 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()
474 DEV_PORT_SPEED(portsc)); in cdnsp_decode_portsc()
298 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro