Home
last modified time | relevance | path

Searched refs:aty_st_8 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Dmach64_gx.c60 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, tmp | CLOCK_STROBE, par); in aty_StrobeClock()
71 aty_st_8(DAC_CNTL, 1, par); in aty_st_514()
73 aty_st_8(DAC_W_INDEX, offset & 0xff, par); in aty_st_514()
75 aty_st_8(DAC_DATA, (offset >> 8) & 0xff, par); in aty_st_514()
76 aty_st_8(DAC_MASK, val, par); in aty_st_514()
77 aty_st_8(DAC_CNTL, 0, par); in aty_st_514()
245 aty_st_8(DAC_CNTL, (temp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, in aty_set_dac_ATI68860_B()
248 aty_st_8(DAC_REGS + 2, 0x1D, par); in aty_set_dac_ATI68860_B()
249 aty_st_8(DAC_REGS + 3, gModeReg, par); in aty_set_dac_ATI68860_B()
250 aty_st_8(DAC_REGS, 0x02, par); in aty_set_dac_ATI68860_B()
[all …]
H A Dmach64_ct.c27 aty_st_8(CLOCK_CNTL_ADDR, (offset << 2) & PLL_ADDR, par); in aty_ld_pll_ct()
35 aty_st_8(CLOCK_CNTL_ADDR, ((offset << 2) & PLL_ADDR) | PLL_WR_EN, par); in aty_st_pll_ct()
37 aty_st_8(CLOCK_CNTL_DATA, val & PLL_DATA, par); in aty_st_pll_ct()
38 aty_st_8(CLOCK_CNTL_ADDR, ((offset << 2) & PLL_ADDR) & ~PLL_WR_EN, par); in aty_st_pll_ct()
307 aty_st_8(CLOCK_CNTL, par->clk_wr_offset | CLOCK_STROBE, par); in aty_set_pll_ct()
H A Datyfb.h279 static inline void aty_st_8(int regindex, u8 val, const struct atyfb_par *par) in aty_st_8() function