Home
last modified time | relevance | path

Searched refs:txcif (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/tegra/
Dtegra30_ahub.c200 int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif, in tegra30_ahub_allocate_tx_fifo() argument
215 *txcif = TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel; in tegra30_ahub_allocate_tx_fifo()
254 int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_enable_tx_fifo() argument
256 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo()
273 int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_disable_tx_fifo() argument
275 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo()
292 int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_free_tx_fifo() argument
294 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo()
303 enum tegra30_ahub_txcif txcif) in tegra30_ahub_set_rx_cif_source() argument
312 tegra30_audio_write(reg, 1 << txcif); in tegra30_ahub_set_rx_cif_source()
Dtegra30_ahub.h474 extern int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
477 extern int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif);
478 extern int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif);
479 extern int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif);
482 enum tegra30_ahub_txcif txcif);