Searched refs:IMR3 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | falc-lh.h | 21 #define IMR3 0x17 macro
|
D | pc300_drv.c | 445 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_intr_enable() 446 cpc_readb(falcbase + F_REG(IMR3, ch)) & ~(IMR3_SEC | IMR3_ES)); in falc_intr_enable() 456 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_intr_enable() 457 cpc_readb(falcbase + F_REG(IMR3, ch)) & ~IMR3_LLBSC); in falc_intr_enable() 1503 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_pattern_test() 1504 cpc_readb(falcbase + F_REG(IMR3, ch)) | IMR3_LLBSC); in falc_pattern_test() 1522 cpc_writeb(falcbase + F_REG(IMR3, ch), in falc_pattern_test() 1523 cpc_readb(falcbase + F_REG(IMR3, ch)) & ~IMR3_LLBSC); in falc_pattern_test()
|
D | pc300_falc-lh.h | 1134 #define IMR3 0x17 /* Interrupt Mask Reg 3 */ macro
|
D | comx-hw-munich.c | 1629 writeb(0xbf, lbi + IMR3); /* send an interrupt every second */ in MUNICH_open()
|