Lines Matching refs:CLOCK_CNTL
65 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()
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()