Searched refs:IMR1 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dstex.c49 IMR1 = 0x14, /* MU_INBOUND_MESSAGE_REG1 */ enumerator in enum:__anon15025
850 writel(hba->status_head, base + IMR1);
851 readl(base + IMR1); /* flush */
1032 writel((status_phys >> 16) >> 16, base + IMR1);
1033 readl(base + IMR1);
1057 writel(0, base + IMR1);
1058 readl(base + IMR1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_drv.c1491 cpc_writeb(falcbase + F_REG(IMR1, ch),
1492 cpc_readb(falcbase + F_REG(IMR1, ch)) | IMR1_LLBSC);
1510 cpc_writeb(falcbase + F_REG(IMR1, ch),
1511 cpc_readb(falcbase + F_REG(IMR1, ch)) & ~IMR1_LLBSC);
2092 cpc_writeb(falcbase + F_REG(IMR1, ch),
2093 cpc_readb(falcbase + F_REG(IMR1, ch)) | IMR1_XMB);
2111 cpc_writeb(falcbase + F_REG(IMR1, ch),
2112 cpc_readb(falcbase + F_REG(IMR1, ch)) & ~IMR1_XMB);
H A Dpc300-falc-lh.h1145 #define IMR1 0x15 /* Interrupt Mask Reg 1 */ macro

Completed in 95 milliseconds