Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/amd/ps/
Dps-sdw-dma.c308 u32 pos_low_reg, pos_high_reg; in acp63_sdw_get_byte_count() local
314 pos_high_reg = sdw0_dma_ring_buf_reg[stream->stream_id].pos_high_reg; in acp63_sdw_get_byte_count()
318 pos_high_reg = sdw1_dma_ring_buf_reg[stream->stream_id].pos_high_reg; in acp63_sdw_get_byte_count()
324 byte_count.bcount.high = readl(acp_base + pos_high_reg); in acp63_sdw_get_byte_count()
Dacp63.h212 u32 pos_high_reg; member