Searched refs:EP93XX_I2S_TX0EN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/cirrus/ |
H A D | ep93xx-i2s.c | 42 #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()
|
/kernel/linux/linux-6.6/sound/soc/cirrus/ |
H A D | ep93xx-i2s.c | 43 #define EP93XX_I2S_TX0EN 0x34 macro 112 if ((ep93xx_i2s_read_reg(info, EP93XX_I2S_TX0EN) & 0x1) == 0 && in ep93xx_i2s_enable() 125 base_reg = EP93XX_I2S_TX0EN; in ep93xx_i2s_enable() 149 base_reg = EP93XX_I2S_TX0EN; in ep93xx_i2s_disable() 154 if ((ep93xx_i2s_read_reg(info, EP93XX_I2S_TX0EN) & 0x1) == 0 && in ep93xx_i2s_disable() 179 ep93xx_i2s_write_reg(info, EP93XX_I2S_TX0EN, 0); in ep93xx_i2s_interrupt() 192 ep93xx_i2s_write_reg(info, EP93XX_I2S_TX0EN, 1); in ep93xx_i2s_interrupt()
|
Completed in 5 milliseconds