Searched refs:rx_fifo_th (Results 1 – 4 of 4) sorted by relevance
34 ucontrol->value.integer.value[0] = dspk->rx_fifo_th; in tegra186_dspk_get_fifo_th()46 if (value == dspk->rx_fifo_th) in tegra186_dspk_put_fifo_th()49 dspk->rx_fifo_th = value; in tegra186_dspk_put_fifo_th()263 if (dspk->rx_fifo_th > max_th) in tegra186_dspk_hw_params()264 dspk->rx_fifo_th = max_th; in tegra186_dspk_hw_params()266 cif_conf.threshold = dspk->rx_fifo_th; in tegra186_dspk_hw_params()
484 ucontrol->value.integer.value[0] = i2s->rx_fifo_th; in tegra210_i2s_pget_fifo_th()496 if (value == i2s->rx_fifo_th) in tegra210_i2s_pput_fifo_th()499 i2s->rx_fifo_th = value; in tegra210_i2s_pput_fifo_th()693 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()694 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()696 cif_conf.threshold = i2s->rx_fifo_th; in tegra210_i2s_hw_params()956 i2s->rx_fifo_th = DEFAULT_I2S_RX_FIFO_THRESHOLD; in tegra210_i2s_probe()
60 unsigned int rx_fifo_th; member
125 unsigned int rx_fifo_th; member