Searched refs:IER0 (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | hd64572.c | 65 sca_outl(sca_inl(IER0, port->card) | in enable_intr() 66 (port->chan ? 0x08002200 : 0x00080022), IER0, port->card); in enable_intr() 71 sca_outl(sca_inl(IER0, port->card) & in disable_intr() 72 (port->chan ? 0x00FF00FF : 0xFF00FF00), IER0, port->card); in disable_intr()
|
D | hd64570.c | 505 sca_out(sca_in(IER0, card) | (phy_node(port) ? 0xC0 : 0x0C), in sca_open() 506 IER0, card); /* TXINT and RXINT */ in sca_open() 529 sca_out(sca_in(IER0, card) & (phy_node(port) ? 0x0F : 0xF0), in sca_close() 530 IER0, card); in sca_close()
|
D | hd64570.h | 32 #define IER0 0x14 /* Interrupt Enable 0 */ macro
|
D | hd64572.h | 42 #define IER0 0x74 /* Interrupt Enable Register 0 */ macro
|
D | pci200syn.c | 95 #define sca_flush(card) (sca_in(IER0, card));
|
D | c101.c | 204 sca_out(0x48, IER0, port); /* TXINT #0 and RXINT #1 */ in c101_open()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | synclinkmp.c | 302 #define IER0 0x14 macro 5144 write_reg(info, IER0, 0xff); /* TxRDY,RxRDY,TxINT,RxINT (ports 0-1) */ in sca_init()
|