Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/irqchip/
Dirq-xilinx-intc.c27 #define SIE 0x10 /* Set Interrupt Enable bits */ macro
74 xintc_write(SIE, mask); in intc_enable_or_unmask()
/linux-4.19.296/drivers/i2c/busses/
Di2c-rcar.c47 #define SIE (1 << 2) /* slave interface enable */ macro
597 rcar_i2c_write(priv, ICSCR, SIE | SDBS); /* clear our NACK */ in rcar_i2c_slave_irq()
609 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0)); in rcar_i2c_slave_irq()
854 rcar_i2c_write(priv, ICSCR, SIE | SDBS); in rcar_reg_slave()