Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_i2s.c496 ucontrol->value.integer.value[0] = i2s->rx_fifo_th; in tegra210_i2s_pget_fifo_th()
508 if (value == i2s->rx_fifo_th) in tegra210_i2s_pput_fifo_th()
511 i2s->rx_fifo_th = value; in tegra210_i2s_pput_fifo_th()
705 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()
706 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()
708 cif_conf.threshold = i2s->rx_fifo_th; in tegra210_i2s_hw_params()
1062 i2s->rx_fifo_th = DEFAULT_I2S_RX_FIFO_THRESHOLD; in tegra210_i2s_probe()
H A Dtegra186_dspk.h60 unsigned int rx_fifo_th; member
H A Dtegra210_i2s.h174 unsigned int rx_fifo_th; member