Home
last modified time | relevance | path

Searched refs:txcif (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra30_ahub.c205 int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif, in tegra30_ahub_allocate_tx_fifo() argument
220 *txcif = TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel; in tegra30_ahub_allocate_tx_fifo()
259 int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_enable_tx_fifo() argument
261 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo()
278 int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_disable_tx_fifo() argument
280 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo()
297 int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_free_tx_fifo() argument
299 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo()
308 enum tegra30_ahub_txcif txcif) in tegra30_ahub_set_rx_cif_source()
317 tegra30_audio_write(reg, 1 << txcif); in tegra30_ahub_set_rx_cif_source()
307 tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, enum tegra30_ahub_txcif txcif) tegra30_ahub_set_rx_cif_source() argument
[all...]
H A Dtegra30_ahub.h463 extern int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
466 extern int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif);
467 extern int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif);
468 extern int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif);
471 enum tegra30_ahub_txcif txcif);
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra30_ahub.c189 int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif, in tegra30_ahub_allocate_tx_fifo() argument
204 *txcif = TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel; in tegra30_ahub_allocate_tx_fifo()
243 int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_enable_tx_fifo() argument
245 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo()
262 int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_disable_tx_fifo() argument
264 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo()
281 int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif) in tegra30_ahub_free_tx_fifo() argument
283 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo()
292 enum tegra30_ahub_txcif txcif) in tegra30_ahub_set_rx_cif_source()
301 tegra30_audio_write(reg, 1 << txcif); in tegra30_ahub_set_rx_cif_source()
291 tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, enum tegra30_ahub_txcif txcif) tegra30_ahub_set_rx_cif_source() argument
[all...]
H A Dtegra30_ahub.h463 extern int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
466 extern int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif);
467 extern int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif);
468 extern int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif);
471 enum tegra30_ahub_txcif txcif);

Completed in 5 milliseconds