Searched refs:aty_ld_8 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 45 (void) aty_ld_8(DAC_REGS, par); in aty_dac_waste4() 47 (void) aty_ld_8(DAC_REGS + 2, par); in aty_dac_waste4() 48 (void) aty_ld_8(DAC_REGS + 2, par); in aty_dac_waste4() 49 (void) aty_ld_8(DAC_REGS + 2, par); in aty_dac_waste4() 50 (void) aty_ld_8(DAC_REGS + 2, par); in aty_dac_waste4() 59 tmp = aty_ld_8(CLOCK_CNTL, par); in aty_StrobeClock() 244 temp = aty_ld_8(DAC_CNTL, par); in aty_set_dac_ATI68860_B() 252 temp = aty_ld_8(DAC_CNTL, par); in aty_set_dac_ATI68860_B() 267 temp = aty_ld_8(DAC_REGS, par); in aty_set_dac_ATI68860_B() 270 temp = aty_ld_8(DAC_CNTL, par); in aty_set_dac_ATI68860_B() [all …]
|
H A D | mach64_ct.c | 29 return aty_ld_8(CLOCK_CNTL_DATA, par); in aty_ld_pll_ct() 383 clock = aty_ld_8(CLOCK_CNTL, par) & 0x03U; in aty_get_pll_ct()
|
H A D | atyfb.h | 267 static inline u8 aty_ld_8(int regindex, const struct atyfb_par *par) in aty_ld_8() function
|
H A D | atyfb_base.c | 2382 dac_subtype = (aty_ld_8(SCRATCH_REG1 + 1, par) & 0xF0) | dac_type; in aty_init() 2914 i = aty_ld_8(DAC_CNTL, par) & 0xfc; in atyfb_setcolreg() 3088 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc()
|
H A D | aty128fb.c | 548 #define aty_ld_8(regindex) _aty_ld_8(regindex, par) macro
|