Searched refs:SIE (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dentry.S124 ni __SIE_PROG0C+3(%r9),0xfe # no longer in SIE
199 oi __SIE_PROG0C+3(%r14),1 # we are going into SIE now
214 ni __SIE_PROG0C+3(%r14),0xfe # no longer in SIE
218 # will rewind the PSW by the ILC, which is often 4 bytes in case of SIE. There
478 # and entering SIE (or leaving and clearing the flag). This
/linux-master/drivers/irqchip/
H A Dirq-xilinx-intc.c27 #define SIE 0x10 /* Set Interrupt Enable bits */ macro
78 xintc_write(irqc, SIE, mask);
/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c53 #define SIE BIT(2) /* slave interface enable */ macro
678 rcar_i2c_write(priv, ICSCR, SIE | SDBS); /* clear our NACK */
690 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0));
1023 rcar_i2c_write(priv, ICSCR, SIE | SDBS);

Completed in 267 milliseconds