Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/tegra/
H A Dtegra20_ac97.c97 TEGRA20_AC97_CMD_BUSY); in tegra20_ac97_codec_read()
123 TEGRA20_AC97_CMD_BUSY); in tegra20_ac97_codec_write()
129 if (!(readback & TEGRA20_AC97_CMD_BUSY)) in tegra20_ac97_codec_write()
H A Dtegra20_ac97.h48 #define TEGRA20_AC97_CMD_BUSY (1 << 0) macro