Lines Matching defs:txcif
189 int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
204 *txcif = TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel;
243 int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif)
245 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
262 int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif)
264 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
281 int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif)
283 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
292 enum tegra30_ahub_txcif txcif)
301 tegra30_audio_write(reg, 1 << txcif);