Lines Matching refs:group_index

104  * @group_index: This is the bit index in the table to be modified.
112 u32 group_index)
119 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32));
121 dword_index = group_index / 32;
122 bit_index = group_index % 32;
134 * @group_index: This is the bit position in the table to be modified.
142 u32 group_index)
149 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32));
151 dword_index = group_index / 32;
152 bit_index = group_index % 32;
228 * @group_index: The index for the slot that is to be cleared.
234 u32 group_index)
242 <= (group_index / SCU_STP_REMOTE_NODE_COUNT)
245 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
246 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
260 u32 group_index)
268 <= (group_index / SCU_STP_REMOTE_NODE_COUNT)
271 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
272 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
283 * @group_index: This is the group index to use to find the group value.
290 u32 group_index)
296 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
297 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
385 u32 group_index;
388 group_index = sci_remote_node_table_get_group_index(
392 if (group_index != SCIC_SDS_REMOTE_NODE_TABLE_INVALID_INDEX) {
394 remote_node_table, group_index);
399 remote_node_index = (u16)(group_index * SCU_STP_REMOTE_NODE_COUNT
403 remote_node_table, group_table_index, group_index
412 remote_node_table, group_table_index - 1, group_index
440 u32 group_index;
443 group_index = sci_remote_node_table_get_group_index(
446 if (group_index != SCIC_SDS_REMOTE_NODE_TABLE_INVALID_INDEX) {
447 remote_node_index = (u16)group_index * SCU_STP_REMOTE_NODE_COUNT;
450 remote_node_table, group_table_index, group_index
454 remote_node_table, group_index
516 u32 group_index;
519 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT;
521 group_value = sci_remote_node_table_get_group_value(remote_node_table, group_index);
532 sci_remote_node_table_set_group_index(remote_node_table, 0, group_index);
537 sci_remote_node_table_clear_group_index(remote_node_table, 0, group_index);
538 sci_remote_node_table_set_group_index(remote_node_table, 1, group_index);
543 sci_remote_node_table_clear_group_index(remote_node_table, 1, group_index);
544 sci_remote_node_table_set_group_index(remote_node_table, 2, group_index);
563 u32 group_index;
565 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT;
568 remote_node_table, 2, group_index
571 sci_remote_node_table_set_group(remote_node_table, group_index);