txcif             189 sound/soc/tegra/tegra30_ahub.c int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
txcif             204 sound/soc/tegra/tegra30_ahub.c 	*txcif = TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel;
txcif             243 sound/soc/tegra/tegra30_ahub.c int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif)
txcif             245 sound/soc/tegra/tegra30_ahub.c 	int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
txcif             262 sound/soc/tegra/tegra30_ahub.c int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif)
txcif             264 sound/soc/tegra/tegra30_ahub.c 	int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
txcif             281 sound/soc/tegra/tegra30_ahub.c int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif)
txcif             283 sound/soc/tegra/tegra30_ahub.c 	int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0;
txcif             292 sound/soc/tegra/tegra30_ahub.c 				   enum tegra30_ahub_txcif txcif)
txcif             301 sound/soc/tegra/tegra30_ahub.c 	tegra30_audio_write(reg, 1 << txcif);
txcif             463 sound/soc/tegra/tegra30_ahub.h extern int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *txcif,
txcif             466 sound/soc/tegra/tegra30_ahub.h extern int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif txcif);
txcif             467 sound/soc/tegra/tegra30_ahub.h extern int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif txcif);
txcif             468 sound/soc/tegra/tegra30_ahub.h extern int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif txcif);
txcif             471 sound/soc/tegra/tegra30_ahub.h 					  enum tegra30_ahub_txcif txcif);