Lines Matching refs:rxcif
98 int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif, in tegra30_ahub_allocate_rx_fifo() argument
113 *rxcif = TEGRA30_AHUB_RXCIF_APBIF_RX0 + channel; in tegra30_ahub_allocate_rx_fifo()
152 int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_enable_rx_fifo() argument
154 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo()
171 int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_disable_rx_fifo() argument
173 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo()
190 int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_free_rx_fifo() argument
192 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo()
302 int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, in tegra30_ahub_set_rx_cif_source() argument
305 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source()
320 int tegra30_ahub_unset_rx_cif_source(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_unset_rx_cif_source() argument
322 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_unset_rx_cif_source()