tegra30_ahub_rxcif
int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif,
int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif)
int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif)
int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif)
int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif,
int tegra30_ahub_unset_rx_cif_source(enum tegra30_ahub_rxcif rxcif)
extern int tegra30_ahub_allocate_rx_fifo(enum tegra30_ahub_rxcif *rxcif,
extern int tegra30_ahub_enable_rx_fifo(enum tegra30_ahub_rxcif rxcif);
extern int tegra30_ahub_disable_rx_fifo(enum tegra30_ahub_rxcif rxcif);
extern int tegra30_ahub_free_rx_fifo(enum tegra30_ahub_rxcif rxcif);
extern int tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif,
extern int tegra30_ahub_unset_rx_cif_source(enum tegra30_ahub_rxcif rxcif);
enum tegra30_ahub_rxcif capture_fifo_cif;
enum tegra30_ahub_rxcif playback_i2s_cif;