cfxga_write_2     691 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_REV, 0x80 | (CM_REGSEL << 8));
cfxga_write_2     694 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_REV, 0 | (CM_MEMSEL << 8));
cfxga_write_2     697 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_CONTROL, 0);
cfxga_write_2     705 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_MEMCLK, MEMCLK_SRC_CLK3);
cfxga_write_2     711 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_CRTTV_PCLK, CRT_PCLK_SRC_CLKI | CRT_PCLK_DIV_1);
cfxga_write_2     712 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_WSTATE, WSTATE_MCLK);
cfxga_write_2     715 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_MEMCNF,
cfxga_write_2     718 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_DRAM_TIMING, DRAM_TIMING_50MHZ);
cfxga_write_2     732 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_CRT_HNDISP, 23 | (2 << 8));
cfxga_write_2     734 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_CRT_VHEIGHT, 480 - 1);
cfxga_write_2     736 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_CRT_VNDISP, 39 | (8 << 8));
cfxga_write_2     742 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_CRT_HNDISP, 27 | (2 << 8));
cfxga_write_2     744 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_CRT_VHEIGHT, 600 - 1);
cfxga_write_2     746 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_CRT_VNDISP, 25 | (8 << 8));
cfxga_write_2     752 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_CRT_START_LOW, 0);
cfxga_write_2     754 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_CRT_MEMORY, ri->ri_width * ri->ri_depth / 16);
cfxga_write_2     864 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_COLOR_EXPANSION,
cfxga_write_2     866 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_SRC_LOW, font->fontwidth <= 8 ? 0 : 1);
cfxga_write_2     867 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_SRC_HIGH, 0);
cfxga_write_2     868 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_DST_LOW, pos);
cfxga_write_2     869 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_DST_HIGH, pos >> 16);
cfxga_write_2     870 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_OFFSET,
cfxga_write_2     872 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_WIDTH, font->fontwidth - 1);
cfxga_write_2     873 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_HEIGHT, font->fontheight - 1);
cfxga_write_2     874 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_FG, ri->ri_devcmap[fg]);
cfxga_write_2     875 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_BG, ri->ri_devcmap[bg]);
cfxga_write_2     876 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_CONTROL, BITBLT_ACTIVE |
cfxga_write_2     914 dev/pcmcia/cfxga.c 		cfxga_write_2(sc, CFREG_BITBLT_DATA, chunk);
cfxga_write_2     923 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_CONTROL, 0);
cfxga_write_2     987 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_ROP, 0 | (OP_SOLID_FILL << 8));
cfxga_write_2     988 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_SRC_LOW, pos);
cfxga_write_2     989 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_SRC_HIGH, pos >> 16);
cfxga_write_2     990 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_DST_LOW, pos);
cfxga_write_2     991 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_DST_HIGH, pos >> 16);
cfxga_write_2     992 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_OFFSET,
cfxga_write_2     994 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_WIDTH, cx - 1);
cfxga_write_2     995 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_HEIGHT, cy - 1);
cfxga_write_2     996 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_FG, (u_int16_t)srccolor);
cfxga_write_2     997 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_CONTROL, BITBLT_ACTIVE |
cfxga_write_2    1028 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_ROP, opcode);
cfxga_write_2    1029 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_SRC_LOW, srcpos);
cfxga_write_2    1030 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_SRC_HIGH, srcpos >> 16);
cfxga_write_2    1031 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_DST_LOW, dstpos);
cfxga_write_2    1032 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_DST_HIGH, dstpos >> 16);
cfxga_write_2    1033 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_OFFSET,
cfxga_write_2    1035 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_WIDTH, cx - 1);
cfxga_write_2    1036 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_HEIGHT, cy - 1);
cfxga_write_2    1037 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_BITBLT_CONTROL, BITBLT_ACTIVE |