Symbol: cfxga_write_2
sys/dev/pcmcia/cfxga.c
1010
cfxga_write_2(sc, CFREG_BITBLT_ROP, 0 | (OP_SOLID_FILL << 8));
sys/dev/pcmcia/cfxga.c
1011
cfxga_write_2(sc, CFREG_BITBLT_SRC_LOW, pos);
sys/dev/pcmcia/cfxga.c
1012
cfxga_write_2(sc, CFREG_BITBLT_SRC_HIGH, pos >> 16);
sys/dev/pcmcia/cfxga.c
1013
cfxga_write_2(sc, CFREG_BITBLT_DST_LOW, pos);
sys/dev/pcmcia/cfxga.c
1014
cfxga_write_2(sc, CFREG_BITBLT_DST_HIGH, pos >> 16);
sys/dev/pcmcia/cfxga.c
1015
cfxga_write_2(sc, CFREG_BITBLT_OFFSET,
sys/dev/pcmcia/cfxga.c
1017
cfxga_write_2(sc, CFREG_BITBLT_WIDTH, cx - 1);
sys/dev/pcmcia/cfxga.c
1018
cfxga_write_2(sc, CFREG_BITBLT_HEIGHT, cy - 1);
sys/dev/pcmcia/cfxga.c
1019
cfxga_write_2(sc, CFREG_BITBLT_FG, (u_int16_t)srccolor);
sys/dev/pcmcia/cfxga.c
1020
cfxga_write_2(sc, CFREG_BITBLT_CONTROL, BITBLT_ACTIVE |
sys/dev/pcmcia/cfxga.c
1051
cfxga_write_2(sc, CFREG_BITBLT_ROP, opcode);
sys/dev/pcmcia/cfxga.c
1052
cfxga_write_2(sc, CFREG_BITBLT_SRC_LOW, srcpos);
sys/dev/pcmcia/cfxga.c
1053
cfxga_write_2(sc, CFREG_BITBLT_SRC_HIGH, srcpos >> 16);
sys/dev/pcmcia/cfxga.c
1054
cfxga_write_2(sc, CFREG_BITBLT_DST_LOW, dstpos);
sys/dev/pcmcia/cfxga.c
1055
cfxga_write_2(sc, CFREG_BITBLT_DST_HIGH, dstpos >> 16);
sys/dev/pcmcia/cfxga.c
1056
cfxga_write_2(sc, CFREG_BITBLT_OFFSET,
sys/dev/pcmcia/cfxga.c
1058
cfxga_write_2(sc, CFREG_BITBLT_WIDTH, cx - 1);
sys/dev/pcmcia/cfxga.c
1059
cfxga_write_2(sc, CFREG_BITBLT_HEIGHT, cy - 1);
sys/dev/pcmcia/cfxga.c
1060
cfxga_write_2(sc, CFREG_BITBLT_CONTROL, BITBLT_ACTIVE |
sys/dev/pcmcia/cfxga.c
713
cfxga_write_2(sc, CFREG_REV, 0x80 | (CM_REGSEL << 8));
sys/dev/pcmcia/cfxga.c
716
cfxga_write_2(sc, CFREG_REV, 0 | (CM_MEMSEL << 8));
sys/dev/pcmcia/cfxga.c
719
cfxga_write_2(sc, CFREG_BITBLT_CONTROL, 0);
sys/dev/pcmcia/cfxga.c
727
cfxga_write_2(sc, CFREG_MEMCLK, MEMCLK_SRC_CLK3);
sys/dev/pcmcia/cfxga.c
733
cfxga_write_2(sc, CFREG_CRTTV_PCLK, CRT_PCLK_SRC_CLKI | CRT_PCLK_DIV_1);
sys/dev/pcmcia/cfxga.c
734
cfxga_write_2(sc, CFREG_WSTATE, WSTATE_MCLK);
sys/dev/pcmcia/cfxga.c
737
cfxga_write_2(sc, CFREG_MEMCNF,
sys/dev/pcmcia/cfxga.c
740
cfxga_write_2(sc, CFREG_DRAM_TIMING, DRAM_TIMING_50MHZ);
sys/dev/pcmcia/cfxga.c
754
cfxga_write_2(sc, CFREG_CRT_HNDISP, 23 | (2 << 8));
sys/dev/pcmcia/cfxga.c
756
cfxga_write_2(sc, CFREG_CRT_VHEIGHT, 480 - 1);
sys/dev/pcmcia/cfxga.c
758
cfxga_write_2(sc, CFREG_CRT_VNDISP, 39 | (8 << 8));
sys/dev/pcmcia/cfxga.c
764
cfxga_write_2(sc, CFREG_CRT_HNDISP, 27 | (2 << 8));
sys/dev/pcmcia/cfxga.c
766
cfxga_write_2(sc, CFREG_CRT_VHEIGHT, 600 - 1);
sys/dev/pcmcia/cfxga.c
768
cfxga_write_2(sc, CFREG_CRT_VNDISP, 25 | (8 << 8));
sys/dev/pcmcia/cfxga.c
774
cfxga_write_2(sc, CFREG_CRT_START_LOW, 0);
sys/dev/pcmcia/cfxga.c
776
cfxga_write_2(sc, CFREG_CRT_MEMORY, ri->ri_width * ri->ri_depth / 16);
sys/dev/pcmcia/cfxga.c
887
cfxga_write_2(sc, CFREG_COLOR_EXPANSION,
sys/dev/pcmcia/cfxga.c
889
cfxga_write_2(sc, CFREG_BITBLT_SRC_LOW, font->fontwidth <= 8 ? 0 : 1);
sys/dev/pcmcia/cfxga.c
890
cfxga_write_2(sc, CFREG_BITBLT_SRC_HIGH, 0);
sys/dev/pcmcia/cfxga.c
891
cfxga_write_2(sc, CFREG_BITBLT_DST_LOW, pos);
sys/dev/pcmcia/cfxga.c
892
cfxga_write_2(sc, CFREG_BITBLT_DST_HIGH, pos >> 16);
sys/dev/pcmcia/cfxga.c
893
cfxga_write_2(sc, CFREG_BITBLT_OFFSET,
sys/dev/pcmcia/cfxga.c
895
cfxga_write_2(sc, CFREG_BITBLT_WIDTH, font->fontwidth - 1);
sys/dev/pcmcia/cfxga.c
896
cfxga_write_2(sc, CFREG_BITBLT_HEIGHT, font->fontheight - 1);
sys/dev/pcmcia/cfxga.c
897
cfxga_write_2(sc, CFREG_BITBLT_FG, ri->ri_devcmap[fg]);
sys/dev/pcmcia/cfxga.c
898
cfxga_write_2(sc, CFREG_BITBLT_BG, ri->ri_devcmap[bg]);
sys/dev/pcmcia/cfxga.c
899
cfxga_write_2(sc, CFREG_BITBLT_CONTROL, BITBLT_ACTIVE |
sys/dev/pcmcia/cfxga.c
937
cfxga_write_2(sc, CFREG_BITBLT_DATA, chunk);
sys/dev/pcmcia/cfxga.c
946
cfxga_write_2(sc, CFREG_BITBLT_CONTROL, 0);