Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/google/
H A Dchv3-i2s.c235 u32 idx_bytes; in chv3_dma_pointer() local
241 idx_bytes = chv3_i2s_rd(i2s, I2S_RX_PRODUCER_IDX); in chv3_dma_pointer()
243 idx_bytes = chv3_i2s_rd(i2s, I2S_TX_CONSUMER_IDX); in chv3_dma_pointer()
245 idx_bytes = (idx_bytes - frame_bytes) & (buffer_bytes - 1); in chv3_dma_pointer()
248 return bytes_to_frames(substream->runtime, idx_bytes); in chv3_dma_pointer()