Searched refs:I2S_RX_ENABLE_MASK (Results 1 – 2 of 2) sorted by relevance
44 #define I2S_RX_ENABLE_MASK (1 << 31) macro45 #define I2S_RX_ENABLE I2S_RX_ENABLE_MASK
161 enabled = enabled & I2S_RX_ENABLE_MASK; in bcm63xx_i2s_shutdown()