Searched refs:XHCI_EXT_PORT_COUNT (Results 1 – 4 of 4) sorted by relevance
105 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
2030 port_count = XHCI_EXT_PORT_COUNT(temp); in xhci_add_in_port()
2087 dwc->num_usb3_ports += XHCI_EXT_PORT_COUNT(val); in dwc3_get_num_ports()2089 dwc->num_usb2_ports += XHCI_EXT_PORT_COUNT(val); in dwc3_get_num_ports()
383 port_count = XHCI_EXT_PORT_COUNT(val); in xdbc_reset_debug_port()