Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/tegra/ !
Dtegra30_ahub.c269 val |= TEGRA30_AHUB_CHANNEL_CTRL_TX_EN; in tegra30_ahub_enable_tx_fifo()
288 val &= ~TEGRA30_AHUB_CHANNEL_CTRL_TX_EN; in tegra30_ahub_disable_tx_fifo()
Dtegra30_ahub.h125 #define TEGRA30_AHUB_CHANNEL_CTRL_TX_EN (1 << 31) macro