Searched refs:clk_wr_offset (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_gx.c | 66 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, tmp | CLOCK_STROBE, info); in aty_StrobeClock() 398 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, (tmp & ~0x04) | (data << 2), in aty_ICS2595_put1bit() 402 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, (tmp & ~0x08) | (0 << 3), info); in aty_ICS2595_put1bit() 407 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, (tmp & ~0x08) | (1 << 3), info); in aty_ICS2595_put1bit() 426 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, 0, info); in aty_set_pll18818() 438 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, 0, info); /* Strobe = 0 */ in aty_set_pll18818() 440 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, 1, info); /* Strobe = 0 */ in aty_set_pll18818() 461 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, old_clock_cntl | CLOCK_STROBE, in aty_set_pll18818() 465 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, in aty_set_pll18818()
|
D | atyfb.h | 109 unsigned long clk_wr_offset; member
|
D | atyfb_base.c | 959 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, 0, info); in atyfb_set_par() 961 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, CLOCK_STROBE, info); in atyfb_set_par() 3019 info->clk_wr_offset = 3; /* */ in atyfb_init() 3022 info->clk_wr_offset = 2; /* Medusa ST-IO ISA Adapter etc. */ in atyfb_init() 3025 info->clk_wr_offset = 1; /* */ in atyfb_init() 3028 info->clk_wr_offset = 0; /* Panther 1 ISA Adapter (Gerald) */ in atyfb_init()
|