Searched refs:CLOCK_CNTL (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/video/aty/ |
D | mach64_gx.c | 58 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 …]
|
D | mach64_ct.c | 305 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()
|
D | atyfb_base.c | 2604 aty_ld_le32(CLOCK_CNTL, par)); in aty_init() 3116 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc() 3511 par->clk_wr_offset = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in atyfb_setup_generic() 3673 aty_st_le32(CLOCK_CNTL, 0x12345678, par); in atyfb_atari_probe() 3674 clock_r = aty_ld_le32(CLOCK_CNTL, par); in atyfb_atari_probe()
|
/linux-2.6.39/include/video/ |
D | mach64.h | 121 #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
|