Lines Matching refs:outTi3026dreg
147 #define outTi3026dreg(reg, val) OUTREG8(RAMDAC_OFFSET + (reg), val)
150 (outTi3026dreg(TVP3026_INDEX, reg), inTi3026dreg(TVP3026_DATA))
155 outTi3026dreg(TVP3026_INDEX, reg); \
156 outTi3026dreg(TVP3026_DATA, tmp | (val)); \
886 outTi3026dreg(TVP3026_WADR_PAL, 0x00);
891 outTi3026dreg(TVP3026_CUR_RAM, *(src++));
924 outTi3026dreg(TVP3026_CUR_XLOW, x & 0xFF);
925 outTi3026dreg(TVP3026_CUR_XHI, (x >> 8) & 0x0F);
926 outTi3026dreg(TVP3026_CUR_YLOW, y & 0xFF);
927 outTi3026dreg(TVP3026_CUR_YHI, (y >> 8) & 0x0F);
940 outTi3026dreg(TVP3026_CUR_COL_ADDR, 1);
941 outTi3026dreg(TVP3026_CUR_COL_DATA, (bg & 0x00FF0000) >> 16);
942 outTi3026dreg(TVP3026_CUR_COL_DATA, (bg & 0x0000FF00) >> 8);
943 outTi3026dreg(TVP3026_CUR_COL_DATA, (bg & 0x000000FF));
946 outTi3026dreg(TVP3026_CUR_COL_ADDR, 2);
947 outTi3026dreg(TVP3026_CUR_COL_DATA, (fg & 0x00FF0000) >> 16);
948 outTi3026dreg(TVP3026_CUR_COL_DATA, (fg & 0x0000FF00) >> 8);
949 outTi3026dreg(TVP3026_CUR_COL_DATA, (fg & 0x000000FF));
1128 outTi3026dreg(MGA1064_WADR_PAL, index << 2);
1129 outTi3026dreg(MGA1064_COL_PAL, colors[index >> 1].red);
1130 outTi3026dreg(MGA1064_COL_PAL, colors[index].green);
1131 outTi3026dreg(MGA1064_COL_PAL, colors[index >> 1].blue);
1137 outTi3026dreg(MGA1064_WADR_PAL, index << 3);
1138 outTi3026dreg(MGA1064_COL_PAL, colors[index].red);
1139 outTi3026dreg(MGA1064_COL_PAL, colors[(index << 1) + 1].green);
1140 outTi3026dreg(MGA1064_COL_PAL, colors[index].blue);
1148 outTi3026dreg(MGA1064_WADR_PAL, index << shift);
1149 outTi3026dreg(MGA1064_COL_PAL, colors[index].red);
1150 outTi3026dreg(MGA1064_COL_PAL, colors[index].green);
1151 outTi3026dreg(MGA1064_COL_PAL, colors[index].blue);
1163 outTi3026dreg(TVP3026_RADR_PAL, 0x00);
1174 outTi3026dreg(TVP3026_WADR_PAL, 0x00);
1176 outTi3026dreg(TVP3026_COL_PAL, *(pntr++));