Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra186_dspk.c33 ucontrol->value.integer.value[0] = dspk->rx_fifo_th; in tegra186_dspk_get_fifo_th()
45 if (value == dspk->rx_fifo_th) in tegra186_dspk_put_fifo_th()
48 dspk->rx_fifo_th = value; in tegra186_dspk_put_fifo_th()
262 if (dspk->rx_fifo_th > max_th) in tegra186_dspk_hw_params()
263 dspk->rx_fifo_th = max_th; in tegra186_dspk_hw_params()
265 cif_conf.threshold = dspk->rx_fifo_th; in tegra186_dspk_hw_params()
H A Dtegra210_i2s.c511 ucontrol->value.integer.value[0] = i2s->rx_fifo_th; in tegra210_i2s_pget_fifo_th()
523 if (value == i2s->rx_fifo_th) in tegra210_i2s_pput_fifo_th()
526 i2s->rx_fifo_th = value; in tegra210_i2s_pput_fifo_th()
720 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()
721 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()
723 cif_conf.threshold = i2s->rx_fifo_th; in tegra210_i2s_hw_params()
1079 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.h175 unsigned int rx_fifo_th; member