Searched refs:CLOCK_CNTL (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/aty/ |
| A D | mach64_gx.c | 59 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_StrobeClock() 60 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, tmp | CLOCK_STROBE, par); in aty_StrobeClock() 411 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_ICS2595_put1bit() 412 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_ICS2595_put1bit() 415 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_ICS2595_put1bit() 416 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (0 << 3), in aty_ICS2595_put1bit() 421 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_ICS2595_put1bit() 441 old_clock_cntl = aty_ld_8(CLOCK_CNTL, par); in aty_set_pll18818() 442 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 0, par); in aty_set_pll18818() 477 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_set_pll18818() [all …]
|
| A D | mach64_ct.c | 309 aty_st_8(CLOCK_CNTL, par->clk_wr_offset | CLOCK_STROBE, par); in aty_set_pll_ct() 385 clock = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in aty_get_pll_ct()
|
| A D | atyfb_base.c | 2614 aty_ld_le32(CLOCK_CNTL, par)); in aty_init() 3094 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/include/video/ |
| A D | mach64.h | 117 #define CLOCK_CNTL 0x0090 /* Dword offset 0_24 */ macro 135 #define CLOCK_CNTL_ADDR CLOCK_CNTL + 1 138 #define CLOCK_CNTL_DATA CLOCK_CNTL + 2
|
Completed in 18 milliseconds