Searched refs:hopt (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/ctau/
H A Dctau.c543 if (c->hopt.txs == CLK_LINE) {
561 c->hopt.txs = CLK_LINE;
593 c->hopt.txs = CLK_LINE;
617 c->hopt = ct_opt_hdlc_dflt;
1063 rxs = c->hopt.rxs;
1064 txs = c->hopt.txs;
1067 hmd0 = c->hopt.md0;
1071 outb (c->MD1, BYTE c->hopt.md1);
1072 outb (c->CTL, c->hopt.ctl & ~CTL_IDLE_PTRN);
1073 outb (c->SA0, c->hopt
[all...]
H A Dctddk.c157 c->hopt.txs = CLK_INT;
160 c->hopt.txs = CLK_LINE;
483 return (c->hopt.rxs == CLK_RXS_DPLL_INT);
489 c->hopt.rxs = CLK_RXS_DPLL_INT;
491 c->hopt.rxs = CLK_LINE;
H A Dctddk.h374 ct_opt_hdlc_t hopt; /* hdlc mode options */ member in struct:_ct_chan_t
/freebsd-10.0-release/sys/dev/cx/
H A Dcsigma.c902 c->hopt = opt_hdlc_dflt;
1054 outb (COR1(c->port), BYTE c->hopt.cor1);
1055 outb (COR2(c->port), BYTE c->hopt.cor2);
1056 outb (COR3(c->port), BYTE c->hopt.cor3);
1057 outb (RFAR1(c->port), c->hopt.rfar1);
1058 outb (RFAR2(c->port), c->hopt.rfar2);
1059 outb (RFAR3(c->port), c->hopt.rfar3);
1060 outb (RFAR4(c->port), c->hopt.rfar4);
1061 outb (CPSR(c->port), c->hopt.cpsr);
H A Dcxddk.h316 cx_opt_hdlc_t hopt; /* hdlc mode options */ member in struct:_cx_chan_t
H A Dcxddk.c311 outb (COR2(c->port), (BYTE c->hopt.cor2) & ~3);
313 outb (COR2(c->port), BYTE c->hopt.cor2);

Completed in 74 milliseconds