Searched refs:SOLO_IRQ_IIC (Results 1 – 3 of 3) sorted by relevance
104 solo_irq_off(solo_dev, SOLO_IRQ_IIC); in solo_i2c_stop()176 solo_reg_write(solo_dev, SOLO_IRQ_STAT, SOLO_IRQ_IIC); in solo_i2c_isr()236 solo_irq_on(solo_dev, SOLO_IRQ_IIC); in solo_i2c_master_xfer()
72 if (status & SOLO_IRQ_IIC) in solo_isr()
76 #define SOLO_IRQ_IIC (1<<6) macro