Lines Matching refs:S3InTiIndReg
101 static unsigned char S3InTiIndReg(ScrnInfoPtr pScrn, CARD32 reg)
208 S3InTiIndReg(pScrn, TIDAC_ind_curs_ctrl);
213 S3InTiIndReg(pScrn, TIDAC_true_color_ctrl);
215 S3InTiIndReg(pScrn, TIDAC_multiplex_ctrl);
217 S3InTiIndReg(pScrn, TIDAC_clock_select);
219 S3InTiIndReg(pScrn, TIDAC_output_clock_select);
221 S3InTiIndReg(pScrn, TIDAC_general_ctrl);
223 S3InTiIndReg(pScrn, TIDAC_auxiliary_ctrl);
226 S3InTiIndReg(pScrn, TIDAC_general_io_data);
229 save->dacregs[0x0e] = S3InTiIndReg(pScrn, 0x0e);
231 S3InTiIndReg(pScrn, TIDAC_misc_ctrl);
233 save->dacregs[0x40] = S3InTiIndReg(pScrn, TIDAC_pll_pixel_data);
236 save->dacregs[0x41] = S3InTiIndReg(pScrn, TIDAC_pll_pixel_data);
239 save->dacregs[0x42] = S3InTiIndReg(pScrn, TIDAC_pll_pixel_data);
242 save->dacregs[0x43] = S3InTiIndReg(pScrn, TIDAC_pll_memory_data);
245 save->dacregs[0x44] = S3InTiIndReg(pScrn, TIDAC_pll_memory_data);
248 save->dacregs[0x45] = S3InTiIndReg(pScrn, TIDAC_pll_memory_data);
251 save->dacregs[0x46] = S3InTiIndReg(pScrn, TIDAC_pll_loop_data);
254 save->dacregs[0x47] = S3InTiIndReg(pScrn, TIDAC_pll_loop_data);
257 save->dacregs[0x48] = S3InTiIndReg(pScrn, TIDAC_pll_loop_data);
329 n = S3InTiIndReg(pScrn, TIDAC_pll_memory_data) & 0x7f;
331 m = S3InTiIndReg(pScrn, TIDAC_pll_memory_data) & 0x7f;
333 p = S3InTiIndReg(pScrn, TIDAC_pll_memory_data) & 0x03;
334 mcc = S3InTiIndReg(pScrn, TIDAC_clock_ctrl);