Searched refs:RES_EXT_INT (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | sunzilog.h | 50 #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */ macro 280 #define ZS_CLEARSTAT(channel) do { sbus_writeb(RES_EXT_INT, &channel->control); \
|
H A D | ip22zilog.h | 58 #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */ macro 272 #define ZS_CLEARSTAT(channel) do { writeb(RES_EXT_INT, &channel->control); \
|
H A D | zs.h | 79 #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */ macro
|
H A D | pmac_zilog.h | 137 #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */ macro
|
/linux/drivers/net/hamradio/ |
H A D | z8530.h | 26 #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */ macro
|
H A D | scc.c | 500 Outb(scc->ctrl, RES_EXT_INT); /* reset ext/status interrupts */ in scc_exint() 513 Outb(scc->ctrl,RES_EXT_INT); in scc_exint() 876 Outb(scc->ctrl,RES_EXT_INT); /* reset ext/status interrupts */ in init_channel() 877 Outb(scc->ctrl,RES_EXT_INT); /* must be done twice */ in init_channel() 1414 Outb(scc->ctrl,RES_EXT_INT); /* reset ext/status interrupts */ in scc_stop_calibrate() 1415 Outb(scc->ctrl,RES_EXT_INT); in scc_stop_calibrate() 1446 Outb(scc->ctrl,RES_EXT_INT); /* reset ext/status interrupts */ in scc_start_calibrate() 1447 Outb(scc->ctrl,RES_EXT_INT); in scc_start_calibrate()
|