Searched refs:t6_hma_ireg_array (Results 1 – 3 of 3) sorted by relevance
872 static u32 ATTRIBUTE_UNUSED t6_hma_ireg_array[][4] = { variable
3953 n = sizeof(t6_hma_ireg_array) / (4 * sizeof(u32)); in collect_hma_indirect()3967 hma_fli->ireg_addr = t6_hma_ireg_array[i][0]; in collect_hma_indirect()3968 hma_fli->ireg_data = t6_hma_ireg_array[i][1]; in collect_hma_indirect()3969 hma_fli->ireg_local_offset = t6_hma_ireg_array[i][2]; in collect_hma_indirect()3970 hma_fli->ireg_offset_range = t6_hma_ireg_array[i][3]; in collect_hma_indirect()
3816 n = sizeof(t6_hma_ireg_array) / (4 * sizeof(u32)); in view_hma_indirect()