Searched refs:aty_st_514 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 69 static void aty_st_514(int offset, u8 val, const struct atyfb_par *par) in aty_st_514() function 112 aty_st_514(0x90, 0x00, par); /* VRAM Mask Low */ in aty_set_dac_514() 113 aty_st_514(0x04, tab[i].pixel_dly, par); /* Horizontal Sync Control */ in aty_set_dac_514() 114 aty_st_514(0x05, 0x00, par); /* Power Management */ in aty_set_dac_514() 115 aty_st_514(0x02, 0x01, par); /* Misc Clock Control */ in aty_set_dac_514() 116 aty_st_514(0x71, tab[i].misc2_cntl, par); /* Misc Control 2 */ in aty_set_dac_514() 117 aty_st_514(0x0a, tab[i].pixel_rep, par); /* Pixel Format */ in aty_set_dac_514() 118 aty_st_514(tab[i].pixel_cntl_index, tab[i].pixel_cntl_v1, par); in aty_set_dac_514() 180 aty_st_514(0x06, 0x02, par); /* DAC Operation */ in aty_set_pll_514() 181 aty_st_514(0x10, 0x01, par); /* PLL Control 1 */ in aty_set_pll_514() [all …]
|