Searched refs:SYNCIE (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dz8530.h165 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dscc.c872 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE));
925 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */
952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE);
963 cl(scc, R15, DCDIE|SYNCIE);
984 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE);
1322 or(scc, R15, SYNCIE);
1327 cl(scc, R15, SYNCIE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dzs.h221 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dip22zilog.h201 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dsunzilog.h205 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dpmac_zilog.h307 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dzs.c359 ((mask_a & SYNCIE) ? TIOCM_DSR : 0);
466 zport_a->regs[15] &= ~(DCDIE | SYNCIE);
478 if (!(zport->regs[15] & (DCDIE | SYNCIE)))
504 zport_a->regs[15] |= DCDIE | SYNCIE;
H A Dpmac_zilog.c717 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
1304 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE;
1307 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE);
H A Dip22zilog.c647 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
H A Dsunzilog.c747 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h188 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dz85230.c217 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
242 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,

Completed in 88 milliseconds