Searched refs:MIE (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/net/hamradio/ |
D | z8530.h | 110 #define MIE 8 /* Master Interrupt Enable */ macro
|
D | dmascc.c | 498 write_scc(priv, R9, FHWRES | MIE | NV); in setup_adapter() 762 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV); in scc_open() 884 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV); in scc_close()
|
D | scc.c | 881 or(scc,R9,MIE); /* master interrupt enable */ in init_channel()
|
/Linux-v4.19/drivers/tty/serial/ |
D | zs.h | 164 #define MIE 8 /* Master Interrupt Enable */ macro
|
D | ip22zilog.h | 146 #define MIE 8 /* Master Interrupt Enable */ macro
|
D | sunzilog.h | 147 #define MIE 8 /* Master Interrupt Enable */ macro
|
D | pmac_zilog.h | 239 #define MIE 8 /* Master Interrupt Enable */ macro
|
D | sunzilog.c | 1362 up->curregs[R9] |= MIE; in sunzilog_init_hw() 1388 up->curregs[R9] |= MIE; in sunzilog_init_hw() 1595 up->curregs[R9] |= MIE; in sunzilog_init() 1632 up->curregs[R9] &= ~MIE; in sunzilog_exit()
|
D | ip22zilog.c | 1145 up->curregs[R9] = NV | MIE; in ip22zilog_prepare()
|
D | zs.c | 120 MIE | DLC | NV, /* write 9 */
|
D | pmac_zilog.c | 875 uap->curregs[R9] |= NV | MIE; in __pmz_startup()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-rcar.c | 56 #define MIE (1 << 3) /* master if enable */ macro 90 #define RCAR_BUS_PHASE_START (MDBS | MIE | ESG) 91 #define RCAR_BUS_PHASE_DATA (MDBS | MIE) 93 #define RCAR_BUS_PHASE_STOP (MDBS | MIE | FSB)
|
/Linux-v4.19/drivers/net/wan/ |
D | z85230.h | 131 #define MIE 8 /* Master Interrupt Enable */ macro
|
D | z85230.c | 231 9, NV|MIE|NORESET, 256 9, NV|MIE|NORESET,
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | pc.h | 301 #define MIE 0x7a /* management info element */ macro
|