HomeSort by: relevance | last modified time | path
    Searched refs:scf (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
oosiop.c 94 /* Possible TP and SCF combination */
97 uint8_t scf; member in struct:__anone9965d2e0108
121 #define oosiop_period(sc, tp, scf) \
122 (((1000000000 / (sc)->sc_freq) * (tp) * (scf)) / 40)
658 oosiop_write_1(sc, OOSIOP_SBCL, sc->sc_tgt[id].scf);
676 sc->sc_tgt[id].scf = 0;
691 sc->sc_tgt[id].scf = 0;
696 (synctbl[i].scf + 1) * 5);
705 sc->sc_tgt[id].scf = synctbl[i].scf;
    [all...]
oosiopvar.h 98 uint8_t scf; /* synchronous clock divisor */ member in struct:oosiop_target
siop_common.c 421 int sync, offset, options, scf = 0; local in function:siop_ppr_neg
464 scf = dt_scf_period[i].scf;
495 sc->targets[target]->id |= scf << (24 + SCNTL3_SCF_SHIFT);
555 sc->targets[target]->id |= scf_period[i].scf
606 sc->targets[target]->id |= scf_period[i].scf
siopreg.h 71 /* periods for various SCF values, assume transfer period of 4 */
75 int scf; /* scf value to use */ member in struct:scf_period
  /src/sys/net/
if_ppp.c 369 struct ppp_softc *sc = NULL, *scf;
373 LIST_FOREACH(scf, &ppp_softcs.list, sc_iflist) {
374 if (scf->sc_xfer == pid) {
375 scf->sc_xfer = 0;
377 return scf;
379 if (scf->sc_devp == NULL && sc == NULL)
380 sc = scf;

Completed in 43 milliseconds