bwtwo_any.c | 140 struct bwtwosun2_softc *scsun2 = device_private(self); local in function:bwtwoattach_any 141 struct bwtwo_softc *sc = &scsun2->sc; 170 sizeof(struct bwtworeg), 0, &scsun2->bh)) { 193 struct bwtwosun2_softc *scsun2 = (struct bwtwosun2_softc *)sc; local in function:bwtwo_set_video_sun2 196 cr = bus_space_read_1(sc->sc_bustag, scsun2->bh, 0); 197 bus_space_write_1(sc->sc_bustag, scsun2->bh, 0, 207 struct bwtwosun2_softc *scsun2 = (struct bwtwosun2_softc *)sc; local in function:bwtwo_get_video_sun2 209 return ((bus_space_read_1(sc->sc_bustag, scsun2->bh, 0) &
|