Searched refs:port_map (Results 1 – 3 of 3) sorted by relevance
93 ULONG port_map; in _ux_host_stack_bandwidth_claim() local214 port_map = (ULONG)(1 << port_index); in _ux_host_stack_bandwidth_claim()224 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_claim()
92 ULONG port_map; in _ux_host_stack_bandwidth_release() local212 port_map = (ULONG)(1 << port_index); in _ux_host_stack_bandwidth_release()219 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_release()
94 ULONG port_map; in _ux_host_stack_bandwidth_check() local225 port_map = (ULONG)(1 << port_index); in _ux_host_stack_bandwidth_check()232 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_check()