Searched refs:LCR1 (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wan/ |
D | pc300_drv.c | 1425 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()
|
D | pc300-falc-lh.h | 1189 #define LCR1 0x39 /* Loop Code Reg 1 */ macro
|