Searched refs:hma_fli (Results 1 – 1 of 1) sorted by relevance
3964 struct ireg_field *hma_fli = &hma_indr->tp_pio; in collect_hma_indirect() local3967 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()3972 t4_read_indirect(padap, hma_fli->ireg_addr, hma_fli->ireg_data, in collect_hma_indirect()3973 buff, hma_fli->ireg_offset_range, in collect_hma_indirect()3974 hma_fli->ireg_local_offset); in collect_hma_indirect()