Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/cirrus/
Dep93xx-i2s.c43 #define EP93XX_I2S_TX0EN 0x34 macro
101 if ((ep93xx_i2s_read_reg(info, EP93XX_I2S_TX0EN) & 0x1) == 0 && in ep93xx_i2s_enable()
114 base_reg = EP93XX_I2S_TX0EN; in ep93xx_i2s_enable()
128 base_reg = EP93XX_I2S_TX0EN; in ep93xx_i2s_disable()
134 if ((ep93xx_i2s_read_reg(info, EP93XX_I2S_TX0EN) & 0x1) == 0 && in ep93xx_i2s_disable()