Searched refs:I2S_EV_READY (Results 1 – 2 of 2) sorted by relevance
120 __ASSERT_NO_MSG(irq_type == I2S_EV_READY || irq_type == I2S_EV_ERROR); in i2s_irq_enable()135 __ASSERT_NO_MSG(irq_type == I2S_EV_READY || irq_type == I2S_EV_ERROR); in i2s_irq_disable()474 i2s_irq_enable(cfg->base, I2S_EV_READY); in i2s_litex_write()508 i2s_irq_enable(cfg->base, I2S_EV_READY); in i2s_litex_trigger()519 i2s_irq_disable(cfg->base, I2S_EV_READY); in i2s_litex_trigger()582 i2s_irq_disable(cfg->base, I2S_EV_READY); in i2s_litex_isr_tx()
29 #define I2S_EV_READY (1 << 0) macro