Searched refs:IMR3 (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wan/ |
D | pc300_drv.c | 640 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()
|
D | pc300-falc-lh.h | 1147 #define IMR3 0x17 /* Interrupt Mask Reg 3 */ macro
|