Searched refs:CLOCK_CNTL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/aty/ |
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() 422 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (1 << 3), 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() [all …]
|
D | mach64_ct.c | 306 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 | 2598 aty_ld_le32(CLOCK_CNTL, par)); in aty_init() 3082 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc() 3499 par->clk_wr_offset = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in atyfb_setup_generic() 3663 aty_st_le32(CLOCK_CNTL, 0x12345678, par); in atyfb_atari_probe() 3664 clock_r = aty_ld_le32(CLOCK_CNTL, par); in atyfb_atari_probe()
|
/Linux-v4.19/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
|