Lines Matching defs:txcif
205 int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
220 *txcif = TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel;
259 int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif)
261 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
278 int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif)
280 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
297 int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif)
299 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
308 enum tegra30_ahub_txcif txcif)
317 tegra30_audio_write(reg, 1 << txcif);