Searched refs:tx_bytes_to_fetch (Results 1 - 1 of 1) sorted by path

/linux-master/sound/soc/google/
H A Dchv3-i2s.c66 int tx_bytes_to_fetch; member in struct:chv3_i2s_dev
221 chv3_i2s_wr(i2s, I2S_TX_IRQ, ((period_bytes / i2s->tx_bytes_to_fetch) << 8) | 1);
299 i2s->tx_bytes_to_fetch = (chv3_i2s_rd(i2s, I2S_TX_IRQ_CONST) >> 8) & 0xffff;

Completed in 203 milliseconds