Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dpc300_drv.c1230 if (cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) { in falc_update_stats()
1512 cpc_writeb(falcbase + F_REG(LCR1, ch), in falc_pattern_test()
1513 cpc_readb(falcbase + F_REG(LCR1, ch)) | LCR1_EPRM | LCR1_XPRBS); in falc_pattern_test()
1518 cpc_writeb(falcbase + F_REG(LCR1, ch), in falc_pattern_test()
1519 cpc_readb(falcbase+F_REG(LCR1,ch)) & ~(LCR1_EPRM | LCR1_XPRBS)); in falc_pattern_test()
1999 if (((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_XPRBS) == 0) && in falc_t1_loop_detection()
2008 ((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) == 0)) { in falc_t1_loop_detection()
2024 if (((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_XPRBS) == 0) && in falc_e1_loop_detection()
2033 ((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) == 0)) { in falc_e1_loop_detection()
Dpc300_falc-lh.h1176 #define LCR1 0x39 /* Loop Code Reg 1 */ macro