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

  /src/sys/dev/sun/
cgthreevar.h 46 volatile struct fbcontrol *sc_fbc; /* Brooktree registers */ member in struct:cgthree_softc
cgsixvar.h 65 volatile struct cg6_fbc *sc_fbc; /* FBC registers */ member in struct:cgsix_softc
cgsix.c 323 volatile struct cg6_fbc *fbc = sc->sc_fbc;
363 volatile struct cg6_fbc *fbc = sc->sc_fbc;
402 volatile struct cg6_fbc *fbc = sc->sc_fbc;
449 volatile struct cg6_fbc *fbc = sc->sc_fbc;
478 volatile struct cg6_fbc *fbc = sc->sc_fbc;
1277 volatile struct cg6_fbc *fbc = sc->sc_fbc;
1297 volatile struct cg6_fbc *fbc = sc->sc_fbc;
1318 volatile struct cg6_fbc *fbc=sc->sc_fbc;
1340 volatile struct cg6_fbc *fbc = sc->sc_fbc;
1363 volatile struct cg6_fbc *fbc = sc->sc_fbc;
    [all...]
cgthree.c 168 volatile struct fbcontrol *fbc = sc->sc_fbc;
331 sc->sc_fbc->fbc_ctrl |= FBC_VENAB;
333 sc->sc_fbc->fbc_ctrl &= ~FBC_VENAB;
340 return ((sc->sc_fbc->fbc_ctrl & FBC_VENAB) != 0);
355 bt = &sc->sc_fbc->fbc_dac;
bt_subr.c 211 bt = &sc->sc_fbc->fbc_dac;
  /src/sys/dev/sbus/
cgsix_sbus.c 159 sizeof(*sc->sc_fbc),
164 sc->sc_fbc = (struct cg6_fbc *)bus_space_vaddr(sa->sa_bustag, bh);
cgthree_sbus.c 167 sc->sc_fbc = (struct fbcontrol *)bus_space_vaddr(sa->sa_bustag, bh);
  /src/sys/arch/sparc/dev/
cgsix_obio.c 180 sizeof(*sc->sc_fbc),
186 sc->sc_fbc = (struct cg6_fbc *)bh;
cgeight.c 133 volatile struct fbcontrol *sc_fbc; /* Brooktree registers */ member in struct:cgeight_softc
301 sc->sc_fbc = (volatile struct fbcontrol *)bh;
310 bt = &sc->sc_fbc->fbc_dac;
526 bt = &sc->sc_fbc->fbc_dac;
cgfour.c 131 volatile struct fbcontrol *sc_fbc; /* Brooktree registers */ member in struct:cgfour_softc
299 sc->sc_fbc = (volatile struct fbcontrol *)bh;
302 bt = &sc->sc_fbc->fbc_dac;
495 bt = &sc->sc_fbc->fbc_dac;

Completed in 18 milliseconds