Searched refs:fifo_threshold (Results 1 – 1 of 1) sorted by relevance
129 int fifo_threshold) in tegra_ahub_apbif_enable_channel0() argument137 fifo_threshold--; /* fifo_threshold starts from 1 */ in tegra_ahub_apbif_enable_channel0()138 ctrl |= (fifo_threshold << TEGRA_AHUB_CHANNEL_CTRL_TX_THRESHOLD_SHIFT); in tegra_ahub_apbif_enable_channel0()143 uint bits_per_sample, uint fifo_threshold) in tegra_ahub_get_cif() argument149 fifo_threshold--; /* FIFO threshold starts from 1 */ in tegra_ahub_get_cif()155 fifo_threshold << TEGRA_AUDIOCIF_CTRL_FIFO_THRESHOLD_SHIFT | in tegra_ahub_get_cif()177 u32 fifo_threshold = priv->capacity_words / 2; in tegra_ahub_enable() local184 uc_priv->bitspersample, fifo_threshold); in tegra_ahub_enable()188 uc_priv->bitspersample, fifo_threshold); in tegra_ahub_enable()190 tegra_ahub_apbif_enable_channel0(dev, fifo_threshold); in tegra_ahub_enable()[all …]
Completed in 3 milliseconds