Lines Matching refs:offset
32 u32 low, high, offset, reg_val; in acp_dsp_stream_config() local
40 offset = offsetof(struct scratch_reg_conf, grp1_pte); in acp_dsp_stream_config()
46 offset = offsetof(struct scratch_reg_conf, grp2_pte); in acp_dsp_stream_config()
52 offset = offsetof(struct scratch_reg_conf, grp3_pte); in acp_dsp_stream_config()
58 offset = offsetof(struct scratch_reg_conf, grp4_pte); in acp_dsp_stream_config()
64 offset = offsetof(struct scratch_reg_conf, grp5_pte); in acp_dsp_stream_config()
70 offset = offsetof(struct scratch_reg_conf, grp6_pte); in acp_dsp_stream_config()
76 offset = offsetof(struct scratch_reg_conf, grp7_pte); in acp_dsp_stream_config()
82 offset = offsetof(struct scratch_reg_conf, grp8_pte); in acp_dsp_stream_config()
92 phy_addr_offset = sdev->debug_box.offset + in acp_dsp_stream_config()
101 offset = offset + sdev->debug_box.offset; in acp_dsp_stream_config()
102 reg_val = desc->sram_pte_offset + offset; in acp_dsp_stream_config()
113 snd_sof_dsp_write(sdev, ACP_DSP_BAR, ACP_SCRATCH_REG_0 + offset, low); in acp_dsp_stream_config()
116 snd_sof_dsp_write(sdev, ACP_DSP_BAR, ACP_SCRATCH_REG_0 + offset + 4, high); in acp_dsp_stream_config()
118 offset += 8; in acp_dsp_stream_config()