Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dfalc-lh.h21 #define IMR3 0x17 macro
Dpc300_drv.c445 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()
Dpc300_falc-lh.h1134 #define IMR3 0x17 /* Interrupt Mask Reg 3 */ macro
Dcomx-hw-munich.c1629 writeb(0xbf, lbi + IMR3); /* send an interrupt every second */ in MUNICH_open()