Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/amd/ps/
H A 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()
H A Dacp63.h249 u32 pos_high_reg; member