Home
last modified time | relevance | path

Searched refs:IER0 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dhd64570.h31 #define IER0 0x14 /* Interrupt Enable 0 */ macro
Dhd6457x.c564 sca_out(sca_in(IER0, card) | (phy_node(port) ? 0x80 : 0x08), in sca_open()
565 IER0, card); in sca_open()
573 sca_outl(sca_inl(IER0, card) | in sca_open()
574 (phy_node(port) ? 0x02006600 : 0x00020066), IER0, card); in sca_open()
Dhd64572.h37 #define IER0 0x74 /* Interrupt Enable Register 0 */ macro
Dpci200syn.c115 #define sca_flush(card) (sca_in(IER0, card));
Dpc300_drv.c2296 printk("IER0=0x%08lx\n", (uclong) cpc_readl(scabase + IER0)); in cpc_sca_status()
2798 cpc_writel(scabase + IER0, in ch_config()
2799 cpc_readl(scabase + IER0) | in ch_config()
/linux-2.4.37.9/drivers/char/
Dsynclinkmp.c325 #define IER0 0x14 macro
5187 write_reg(info, IER0, 0xff); /* TxRDY,RxRDY,TxINT,RxINT (ports 0-1) */ in sca_init()