Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra30_ahub.c87 int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif, in tegra30_ahub_allocate_rx_fifo() argument
102 *rxcif = TEGRA30_AHUB_RXCIF_APBIF_RX0 + channel; in tegra30_ahub_allocate_rx_fifo()
141 int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_enable_rx_fifo() argument
143 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo()
160 int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_disable_rx_fifo() argument
162 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo()
179 int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_free_rx_fifo() argument
181 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo()
291 int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, in tegra30_ahub_set_rx_cif_source() argument
294 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source()
[all …]
Dtegra30_ahub.h456 extern int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif,
459 extern int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif);
460 extern int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif);
461 extern int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif);
470 extern int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif,
472 extern int tegra30_ahub_unset_rx_cif_source(enum tegra30_ahub_rxcif rxcif);