fbcontrol
sizeof(struct fbcontrol),
sc->sc_reg = (struct fbcontrol *)bh;
volatile struct fbcontrol *sc_fbc; /* Brooktree registers */
sizeof(struct fbcontrol),
sc->sc_fbc = (volatile struct fbcontrol *)bh;
volatile struct fbcontrol *sc_fbc; /* Brooktree registers */
sizeof(struct fbcontrol),
sc->sc_fbc = (volatile struct fbcontrol *)bh;
sizeof(struct fbcontrol),
sc->sc_reg = (struct fbcontrol *)bus_space_vaddr(sa->sa_bustag, bh);
sizeof(struct fbcontrol),
sc->sc_fbc = (struct fbcontrol *)bus_space_vaddr(sa->sa_bustag, bh);
struct fbcontrol bw_fbc;
struct fbcontrol ba_reg; /* control registers */
volatile struct fbcontrol *sc_reg;/* control registers */
volatile struct fbcontrol *fbc = sc->sc_fbc;
struct fbcontrol ba_fbc; /* Brooktree regs (+ misc control) */
char ba_xxx1[0x400000-sizeof(struct fbcontrol)];
volatile struct fbcontrol *sc_fbc; /* Brooktree registers */