HomeSort by: relevance | last modified time | path
    Searched defs:vbase1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/obio/
grf_obio.c 200 u_int32_t vbase1, vbase2; local in function:grfiv_attach
247 vbase1 = bus_space_read_4(sc->sc_tag, sc->sc_regh, 0x0) & 0xfff;
263 vbase1 &= 0x3f;
268 sc->sc_fbofs = (vbase1 << 9) | (vbase2 << 5);
grf_obio.c 200 u_int32_t vbase1, vbase2; local in function:grfiv_attach
247 vbase1 = bus_space_read_4(sc->sc_tag, sc->sc_regh, 0x0) & 0xfff;
263 vbase1 &= 0x3f;
268 sc->sc_fbofs = (vbase1 << 9) | (vbase2 << 5);

Completed in 61 milliseconds