Searched refs:IER0 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64570.c510 sca_out(sca_in(IER0, card) | (phy_node(port) ? 0xC0 : 0x0C),
511 IER0, card); /* TXINT and RXINT */
534 sca_out(sca_in(IER0, card) & (phy_node(port) ? 0x0F : 0xF0),
535 IER0, card);
H A Dhd64570.h31 #define IER0 0x14 /* Interrupt Enable 0 */ macro
H A Dhd64572.c70 sca_outl(sca_inl(IER0, port->card) |
71 (port->chan ? 0x08002200 : 0x00080022), IER0, port->card);
76 sca_outl(sca_inl(IER0, port->card) &
77 (port->chan ? 0x00FF00FF : 0xFF00FF00), IER0, port->card);
H A Dc101.c206 sca_out(0x48, IER0, port); /* TXINT #0 and RXINT #1 */
H A Dhd64572.h47 #define IER0 0x74 /* Interrupt Enable Register 0 */ macro
H A Dpci200syn.c97 #define sca_flush(card) (sca_in(IER0, card));
H A Dpc300_drv.c2268 printk("IER0=0x%08x\n", cpc_readl(scabase + IER0));
2770 cpc_writel(scabase + IER0,
2771 cpc_readl(scabase + IER0) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c305 #define IER0 0x14 macro
5166 write_reg(info, IER0, 0xff); /* TxRDY,RxRDY,TxINT,RxINT (ports 0-1) */

Completed in 124 milliseconds