Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/aty/
Dmach64_gx.c58 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_StrobeClock()
59 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, tmp | CLOCK_STROBE, par); in aty_StrobeClock()
410 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_ICS2595_put1bit()
411 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_ICS2595_put1bit()
414 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_ICS2595_put1bit()
415 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (0 << 3), in aty_ICS2595_put1bit()
420 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_ICS2595_put1bit()
421 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (1 << 3), in aty_ICS2595_put1bit()
440 old_clock_cntl = aty_ld_8(CLOCK_CNTL, par); in aty_set_pll18818()
441 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 0, par); in aty_set_pll18818()
[all …]
Dmach64_ct.c305 aty_st_8(CLOCK_CNTL, par->clk_wr_offset | CLOCK_STROBE, par); in aty_set_pll_ct()
382 clock = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in aty_get_pll_ct()
Datyfb_base.c2602 aty_ld_le32(CLOCK_CNTL, par)); in aty_init()
3114 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc()
3510 par->clk_wr_offset = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in atyfb_setup_generic()
3672 aty_st_le32(CLOCK_CNTL, 0x12345678, par); in atyfb_atari_probe()
3673 clock_r = aty_ld_le32(CLOCK_CNTL, par); in atyfb_atari_probe()
/linux-3.4.99/include/video/
Dmach64.h121 #define CLOCK_CNTL 0x0090 /* Dword offset 0_24 */ macro
139 #define CLOCK_CNTL_ADDR CLOCK_CNTL + 1
142 #define CLOCK_CNTL_DATA CLOCK_CNTL + 2