Home
last modified time | relevance | path

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

/drivers/net/wan/
Dpc300_drv.c1425 if (cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) { in falc_update_stats()
1706 cpc_writeb(falcbase + F_REG(LCR1, ch), in falc_pattern_test()
1707 cpc_readb(falcbase + F_REG(LCR1, ch)) | LCR1_EPRM | LCR1_XPRBS); in falc_pattern_test()
1712 cpc_writeb(falcbase + F_REG(LCR1, ch), in falc_pattern_test()
1713 cpc_readb(falcbase+F_REG(LCR1,ch)) & ~(LCR1_EPRM | LCR1_XPRBS)); in falc_pattern_test()
2180 if (((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_XPRBS) == 0) && in falc_t1_loop_detection()
2189 ((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) == 0)) { in falc_t1_loop_detection()
2205 if (((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_XPRBS) == 0) && in falc_e1_loop_detection()
2214 ((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) == 0)) { in falc_e1_loop_detection()
Dpc300-falc-lh.h1189 #define LCR1 0x39 /* Loop Code Reg 1 */ macro