Home
last modified time | relevance | path

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

/sound/soc/cirrus/
Dep93xx-i2s.c42 #define EP93XX_I2S_TX0EN 0x34 macro
111 if ((ep93xx_i2s_read_reg(info, EP93XX_I2S_TX0EN) & 0x1) == 0 && in ep93xx_i2s_enable()
124 base_reg = EP93XX_I2S_TX0EN; in ep93xx_i2s_enable()
148 base_reg = EP93XX_I2S_TX0EN; in ep93xx_i2s_disable()
153 if ((ep93xx_i2s_read_reg(info, EP93XX_I2S_TX0EN) & 0x1) == 0 && in ep93xx_i2s_disable()
178 ep93xx_i2s_write_reg(info, EP93XX_I2S_TX0EN, 0); in ep93xx_i2s_interrupt()
191 ep93xx_i2s_write_reg(info, EP93XX_I2S_TX0EN, 1); in ep93xx_i2s_interrupt()