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

  /src/sys/dev/pci/
machfb.c 731 sc->sc_gc.gc_rop = MIX_SRC;
1226 regw(sc, DP_MIX, (MIX_SRC << 16) | MIX_DST);
1669 regw(sc, DP_MIX, ((MIX_SRC & 0xffff) << 16) | MIX_SRC);
1756 mach64_bitblt(sc, xs, y, xd, y, width, height, MIX_SRC);
1793 mach64_bitblt(sc, x, ys, x, yd, width, height, MIX_SRC);
1873 regw(sc, DP_MIX, ((MIX_SRC & 0xffff) << 16) | MIX_SRC);
1919 regw(sc, DP_MIX, MIX_SRC << 16);
machfbreg.h 238 #define MIX_SRC 0x0007

Completed in 13 milliseconds