Home
last modified time | relevance | path

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

/drivers/irqchip/
Dirq-xilinx-intc.c27 #define SIE 0x10 /* Set Interrupt Enable bits */ macro
78 xintc_write(irqc, SIE, mask); in intc_enable_or_unmask()
/drivers/i2c/busses/
Di2c-rcar.c49 #define SIE BIT(2) /* slave interface enable */ macro
627 rcar_i2c_write(priv, ICSCR, SIE | SDBS); /* clear our NACK */ in rcar_i2c_slave_irq()
639 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0)); in rcar_i2c_slave_irq()
976 rcar_i2c_write(priv, ICSCR, SIE | SDBS); in rcar_reg_slave()