Home
last modified time | relevance | path

Searched refs:pos_high_reg (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/soc/amd/ps/
H A Dps-sdw-dma.c434 u32 pos_low_reg, pos_high_reg; in acp63_sdw_get_byte_count() local
442 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()
H A Dacp63.h287 u32 pos_high_reg; member