Lines Matching refs:aty_st_514
76 static void aty_st_514(int offset, u8 val, const struct fb_info_aty *info) in aty_st_514() function
115 aty_st_514(0x90, 0x00, info); /* VRAM Mask Low */ in aty_set_dac_514()
116 aty_st_514(0x04, tab[i].pixel_dly, info); /* Horizontal Sync Control */ in aty_set_dac_514()
117 aty_st_514(0x05, 0x00, info); /* Power Management */ in aty_set_dac_514()
118 aty_st_514(0x02, 0x01, info); /* Misc Clock Control */ in aty_set_dac_514()
119 aty_st_514(0x71, tab[i].misc2_cntl, info); /* Misc Control 2 */ in aty_set_dac_514()
120 aty_st_514(0x0a, tab[i].pixel_rep, info); /* Pixel Format */ in aty_set_dac_514()
121 aty_st_514(tab[i].pixel_cntl_index, tab[i].pixel_cntl_v1, info); in aty_set_dac_514()
172 aty_st_514(0x06, 0x02, info); /* DAC Operation */ in aty_set_pll_514()
173 aty_st_514(0x10, 0x01, info); /* PLL Control 1 */ in aty_set_pll_514()
174 aty_st_514(0x70, 0x01, info); /* Misc Control 1 */ in aty_set_pll_514()
175 aty_st_514(0x8f, 0x1f, info); /* PLL Ref. Divider Input */ in aty_set_pll_514()
176 aty_st_514(0x03, 0x00, info); /* Sync Control */ in aty_set_pll_514()
177 aty_st_514(0x05, 0x00, info); /* Power Management */ in aty_set_pll_514()
178 aty_st_514(0x20, pll->ibm514.m, info); /* F0 / M0 */ in aty_set_pll_514()
179 aty_st_514(0x21, pll->ibm514.n, info); /* F1 / N0 */ in aty_set_pll_514()