Searched refs:I2S_TX_ENABLE_MASK (Results 1 – 2 of 2) sorted by relevance
14 #define I2S_TX_ENABLE_MASK (1 << 31) macro15 #define I2S_TX_ENABLE I2S_TX_ENABLE_MASK
182 enabled = enabled & I2S_TX_ENABLE_MASK; in bcm63xx_i2s_shutdown()