Home
last modified time | relevance | path

Searched refs:IMR3 (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wan/
Dpc300_drv.c640 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_intr_enable()
641 cpc_readb(falcbase + F_REG(IMR3, ch)) & ~(IMR3_SEC | IMR3_ES)); in falc_intr_enable()
651 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_intr_enable()
652 cpc_readb(falcbase + F_REG(IMR3, ch)) & ~IMR3_LLBSC); in falc_intr_enable()
1697 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_pattern_test()
1698 cpc_readb(falcbase + F_REG(IMR3, ch)) | IMR3_LLBSC); in falc_pattern_test()
1716 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_pattern_test()
1717 cpc_readb(falcbase + F_REG(IMR3, ch)) & ~IMR3_LLBSC); in falc_pattern_test()
Dpc300-falc-lh.h1147 #define IMR3 0x17 /* Interrupt Mask Reg 3 */ macro