Searched refs:clk_wr_offset (Results 1 – 4 of 4) sorted by relevance
/drivers/video/aty/ |
D | mach64_gx.c | 59 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, tmp | CLOCK_STROBE, par); in aty_StrobeClock() 411 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_ICS2595_put1bit() 415 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (0 << 3), in aty_ICS2595_put1bit() 421 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (1 << 3), in aty_ICS2595_put1bit() 441 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 0, par); in aty_set_pll18818() 453 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 0, par); /* Strobe = 0 */ in aty_set_pll18818() 455 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 1, par); /* Strobe = 0 */ in aty_set_pll18818() 476 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_set_pll18818() 480 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_set_pll18818()
|
D | mach64_ct.c | 295 par->clk_wr_offset, pll->ct.vclk_fb_div, in aty_set_pll_ct() 305 aty_st_8(CLOCK_CNTL, par->clk_wr_offset | CLOCK_STROBE, par); in aty_set_pll_ct() 316 tmp2 = par->clk_wr_offset << 1; in aty_set_pll_ct() 324 tmp &= ~(0x10U << par->clk_wr_offset); in aty_set_pll_ct() 330 tmp = VCLK0_FB_DIV + par->clk_wr_offset; in aty_set_pll_ct()
|
D | atyfb.h | 134 unsigned long clk_wr_offset; /* meaning overloaded, clock id by CT */ member
|
D | atyfb_base.c | 3409 par->clk_wr_offset = (inb(R_GENMO) & 0x0CU) >> 2; in atyfb_setup_generic() 3411 par->clk_wr_offset = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in atyfb_setup_generic() 3414 par->clk_wr_offset = 3; in atyfb_setup_generic() 3571 par->clk_wr_offset = 3; /* */ in atyfb_atari_probe() 3574 par->clk_wr_offset = 2; /* Medusa ST-IO ISA Adapter etc. */ in atyfb_atari_probe() 3577 par->clk_wr_offset = 1; /* */ in atyfb_atari_probe() 3580 par->clk_wr_offset = 0; /* Panther 1 ISA Adapter (Gerald) */ in atyfb_atari_probe()
|