Searched refs:rxcif (Results 1 – 2 of 2) sorted by relevance
97 int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif, in tegra30_ahub_allocate_rx_fifo() argument112 *rxcif = TEGRA30_AHUB_RXCIF_APBIF_RX0 + channel; in tegra30_ahub_allocate_rx_fifo()151 int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_enable_rx_fifo() argument153 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo()170 int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_disable_rx_fifo() argument172 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo()189 int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif) in tegra30_ahub_free_rx_fifo() argument191 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo()301 int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, in tegra30_ahub_set_rx_cif_source() argument304 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source()[all …]
467 extern int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif,470 extern int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif);471 extern int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif);472 extern int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif);481 extern int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif,483 extern int tegra30_ahub_unset_rx_cif_source(enum tegra30_ahub_rxcif rxcif);