Searched refs:dword_location (Results 1 – 1 of 1) sorted by relevance
174 u32 dword_location; in sci_remote_node_table_set_node_index() local184 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_set_node_index()189 remote_node_table->available_remote_nodes[dword_location] |= in sci_remote_node_table_set_node_index()207 u32 dword_location; in sci_remote_node_table_clear_node_index() local217 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_clear_node_index()222 remote_node_table->available_remote_nodes[dword_location] &= in sci_remote_node_table_clear_node_index()238 u32 dword_location; in sci_remote_node_table_clear_group() local247 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_clear_group()250 dword_value = remote_node_table->available_remote_nodes[dword_location]; in sci_remote_node_table_clear_group()252 remote_node_table->available_remote_nodes[dword_location] = dword_value; in sci_remote_node_table_clear_group()[all …]