Searched refs:group_index (Results 1 – 1 of 1) sorted by relevance
114 u32 group_index) in sci_remote_node_table_clear_group_index() argument121 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_clear_group_index()123 dword_index = group_index / 32; in sci_remote_node_table_clear_group_index()124 bit_index = group_index % 32; in sci_remote_node_table_clear_group_index()144 u32 group_index) in sci_remote_node_table_set_group_index() argument151 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_set_group_index()153 dword_index = group_index / 32; in sci_remote_node_table_set_group_index()154 bit_index = group_index % 32; in sci_remote_node_table_set_group_index()236 u32 group_index) in sci_remote_node_table_clear_group() argument244 <= (group_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_clear_group()[all …]