Home
last modified time | relevance | path

Searched refs:CLOCK_CNTL (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c65 tmp = aty_ld_8(CLOCK_CNTL, info); in aty_StrobeClock()
66 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, tmp | CLOCK_STROBE, info); in aty_StrobeClock()
397 tmp = aty_ld_8(CLOCK_CNTL, info); in aty_ICS2595_put1bit()
398 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, (tmp & ~0x04) | (data << 2), in aty_ICS2595_put1bit()
401 tmp = aty_ld_8(CLOCK_CNTL, info); in aty_ICS2595_put1bit()
402 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, (tmp & ~0x08) | (0 << 3), info); in aty_ICS2595_put1bit()
406 tmp = aty_ld_8(CLOCK_CNTL, info); in aty_ICS2595_put1bit()
407 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, (tmp & ~0x08) | (1 << 3), info); in aty_ICS2595_put1bit()
425 old_clock_cntl = aty_ld_8(CLOCK_CNTL, info); in aty_set_pll18818()
426 aty_st_8(CLOCK_CNTL + info->clk_wr_offset, 0, info); in aty_set_pll18818()
[all …]
Dmach64_ct.c91 addr = info->ati_regbase + CLOCK_CNTL + 1; in aty_ld_pll()
102 addr = info->ati_regbase + CLOCK_CNTL + 1; in aty_st_pll()
Datyfb_base.c959 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()
963 aty_st_8(CLOCK_CNTL, 0, info); in atyfb_set_par()
964 aty_st_8(CLOCK_CNTL, CLOCK_STROBE | CLOCK_DIV, info); in atyfb_set_par()
2241 aty_ld_le32(DSP_ON_OFF, info), aty_ld_le32(CLOCK_CNTL ,info)); in aty_init()
2645 clock_cntl = aty_ld_8(CLOCK_CNTL, info); in atyfb_init()
3014 aty_st_le32(CLOCK_CNTL, 0x12345678, info); in atyfb_init()
3015 clock_r = aty_ld_le32(CLOCK_CNTL, info); in atyfb_init()
Dmach64.h119 #define CLOCK_CNTL 0x0090 /* Dword offset 0_24 */ macro