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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_drv.c1215 if (cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) {
1496 cpc_writeb(falcbase + F_REG(LCR1, ch),
1497 cpc_readb(falcbase + F_REG(LCR1, ch)) | LCR1_EPRM | LCR1_XPRBS);
1502 cpc_writeb(falcbase + F_REG(LCR1, ch),
1503 cpc_readb(falcbase+F_REG(LCR1,ch)) & ~(LCR1_EPRM | LCR1_XPRBS));
1970 if (((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_XPRBS) == 0) &&
1979 ((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) == 0)) {
1995 if (((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_XPRBS) == 0) &&
2004 ((cpc_readb(falcbase + F_REG(LCR1, ch)) & LCR1_EPRM) == 0)) {
H A Dpc300-falc-lh.h674 /* LCR1 (Loop Code Register 1) */
1189 #define LCR1 0x39 /* Loop Code Reg 1 */ macro

Completed in 22 milliseconds