Home
last modified time | relevance | path

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

/linux/sound/soc/bcm/
H A Dbcm63xx-i2s.h14 #define I2S_TX_ENABLE_MASK (1 << 31) macro
15 #define I2S_TX_ENABLE I2S_TX_ENABLE_MASK
H A Dbcm63xx-i2s-whistler.c182 enabled = enabled & I2S_TX_ENABLE_MASK; in bcm63xx_i2s_shutdown()