Searched refs:hma_fli (Results 1 – 1 of 1) sorted by relevance
3981 struct ireg_field *hma_fli = &hma_indr->tp_pio; in collect_hma_indirect() local3984 hma_fli->ireg_addr = t6_hma_ireg_array[i][0]; in collect_hma_indirect()3985 hma_fli->ireg_data = t6_hma_ireg_array[i][1]; in collect_hma_indirect()3986 hma_fli->ireg_local_offset = t6_hma_ireg_array[i][2]; in collect_hma_indirect()3987 hma_fli->ireg_offset_range = t6_hma_ireg_array[i][3]; in collect_hma_indirect()3989 t4_read_indirect(padap, hma_fli->ireg_addr, hma_fli->ireg_data, in collect_hma_indirect()3990 buff, hma_fli->ireg_offset_range, in collect_hma_indirect()3991 hma_fli->ireg_local_offset); in collect_hma_indirect()