Searched refs:dword_location (Results 1 – 1 of 1) sorted by relevance
172 u32 dword_location; in sci_remote_node_table_set_node_index() local182 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_set_node_index()187 remote_node_table->available_remote_nodes[dword_location] |= in sci_remote_node_table_set_node_index()205 u32 dword_location; in sci_remote_node_table_clear_node_index() local215 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_clear_node_index()220 remote_node_table->available_remote_nodes[dword_location] &= in sci_remote_node_table_clear_node_index()236 u32 dword_location; in sci_remote_node_table_clear_group() local245 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_clear_group()248 dword_value = remote_node_table->available_remote_nodes[dword_location]; in sci_remote_node_table_clear_group()250 remote_node_table->available_remote_nodes[dword_location] = dword_value; in sci_remote_node_table_clear_group()[all …]