Searched refs:pos_high_reg (Results 1 – 2 of 2) sorted by relevance
434 u32 pos_low_reg, pos_high_reg; in acp63_sdw_get_byte_count() local442 pos_high_reg = acp63_sdw0_dma_reg[stream->stream_id].pos_high_reg; in acp63_sdw_get_byte_count()446 pos_high_reg = acp63_sdw1_dma_reg[stream->stream_id].pos_high_reg; in acp63_sdw_get_byte_count()457 pos_high_reg = acp70_sdw0_dma_reg[stream->stream_id].pos_high_reg; in acp63_sdw_get_byte_count()461 pos_high_reg = acp70_sdw1_dma_reg[stream->stream_id].pos_high_reg; in acp63_sdw_get_byte_count()471 byte_count.bcount.high = readl(acp_base + pos_high_reg); in acp63_sdw_get_byte_count()
287 u32 pos_high_reg; member