Searched refs:clk_wr_offset (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 60 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, tmp | CLOCK_STROBE, par); in aty_StrobeClock() 412 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_ICS2595_put1bit() 416 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (0 << 3), in aty_ICS2595_put1bit() 422 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, (tmp & ~0x08) | (1 << 3), in aty_ICS2595_put1bit() 442 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 0, par); in aty_set_pll18818() 454 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 0, par); /* Strobe = 0 */ in aty_set_pll18818() 456 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, 1, par); /* Strobe = 0 */ in aty_set_pll18818() 477 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_set_pll18818() 481 aty_st_8(CLOCK_CNTL + par->clk_wr_offset, in aty_set_pll18818()
|
D | mach64_ct.c | 296 par->clk_wr_offset, pll->ct.vclk_fb_div, in aty_set_pll_ct() 306 aty_st_8(CLOCK_CNTL, par->clk_wr_offset | CLOCK_STROBE, par); in aty_set_pll_ct() 317 tmp2 = par->clk_wr_offset << 1; in aty_set_pll_ct() 325 tmp &= ~(0x10U << par->clk_wr_offset); in aty_set_pll_ct() 331 tmp = VCLK0_FB_DIV + par->clk_wr_offset; in aty_set_pll_ct()
|
D | atyfb.h | 135 unsigned long clk_wr_offset; /* meaning overloaded, clock id by CT */ member
|
D | atyfb_base.c | 3497 par->clk_wr_offset = (inb(R_GENMO) & 0x0CU) >> 2; in atyfb_setup_generic() 3499 par->clk_wr_offset = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in atyfb_setup_generic() 3502 par->clk_wr_offset = 3; in atyfb_setup_generic() 3668 par->clk_wr_offset = 3; /* */ in atyfb_atari_probe() 3671 par->clk_wr_offset = 2; /* Medusa ST-IO ISA Adapter etc. */ in atyfb_atari_probe() 3674 par->clk_wr_offset = 1; /* */ in atyfb_atari_probe() 3677 par->clk_wr_offset = 0; /* Panther 1 ISA Adapter (Gerald) */ in atyfb_atari_probe()
|