Lines Matching refs:aty_st_514
68 static void aty_st_514(int offset, u8 val, const struct atyfb_par *par) in aty_st_514() function
111 aty_st_514(0x90, 0x00, par); /* VRAM Mask Low */ in aty_set_dac_514()
112 aty_st_514(0x04, tab[i].pixel_dly, par); /* Horizontal Sync Control */ in aty_set_dac_514()
113 aty_st_514(0x05, 0x00, par); /* Power Management */ in aty_set_dac_514()
114 aty_st_514(0x02, 0x01, par); /* Misc Clock Control */ in aty_set_dac_514()
115 aty_st_514(0x71, tab[i].misc2_cntl, par); /* Misc Control 2 */ in aty_set_dac_514()
116 aty_st_514(0x0a, tab[i].pixel_rep, par); /* Pixel Format */ in aty_set_dac_514()
117 aty_st_514(tab[i].pixel_cntl_index, tab[i].pixel_cntl_v1, par); in aty_set_dac_514()
179 aty_st_514(0x06, 0x02, par); /* DAC Operation */ in aty_set_pll_514()
180 aty_st_514(0x10, 0x01, par); /* PLL Control 1 */ in aty_set_pll_514()
181 aty_st_514(0x70, 0x01, par); /* Misc Control 1 */ in aty_set_pll_514()
182 aty_st_514(0x8f, 0x1f, par); /* PLL Ref. Divider Input */ in aty_set_pll_514()
183 aty_st_514(0x03, 0x00, par); /* Sync Control */ in aty_set_pll_514()
184 aty_st_514(0x05, 0x00, par); /* Power Management */ in aty_set_pll_514()
185 aty_st_514(0x20, pll->ibm514.m, par); /* F0 / M0 */ in aty_set_pll_514()
186 aty_st_514(0x21, pll->ibm514.n, par); /* F1 / N0 */ in aty_set_pll_514()