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

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

Completed in 35 milliseconds