Home
last modified time | relevance | path

Searched refs:WREG8 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_bmc.c22 WREG8(DAC_INDEX, MGA1064_GEN_IO_CTL); in mgag200_bmc_stop_scanout()
28 WREG8(DAC_INDEX, MGA1064_GEN_IO_DATA); in mgag200_bmc_stop_scanout()
38 WREG8(DAC_INDEX, MGA1064_SPAREREG); in mgag200_bmc_stop_scanout()
49 WREG8(DAC_INDEX, MGA1064_SPAREREG); in mgag200_bmc_stop_scanout()
63 WREG8(DAC_INDEX, MGA1064_SPAREREG); in mgag200_bmc_stop_scanout()
76 WREG8(DAC_INDEX, MGA1064_REMHEADCTL2); in mgag200_bmc_start_scanout()
79 WREG8(DAC_DATA, tmp); in mgag200_bmc_start_scanout()
85 WREG8(DAC_INDEX, MGA1064_REMHEADCTL2); in mgag200_bmc_start_scanout()
86 WREG8(DAC_DATA, tmp); in mgag200_bmc_start_scanout()
89 WREG8(DAC_INDEX, MGA1064_SPAREREG); in mgag200_bmc_start_scanout()
[all …]
H A Dmgag200_mode.c47 WREG8(DAC_INDEX + MGA1064_INDEX, i8); in mgag200_set_gamma_lut()
48 WREG8(DAC_INDEX + MGA1064_COL_PAL, r8); in mgag200_set_gamma_lut()
49 WREG8(DAC_INDEX + MGA1064_COL_PAL, g8); in mgag200_set_gamma_lut()
50 WREG8(DAC_INDEX + MGA1064_COL_PAL, b8); in mgag200_set_gamma_lut()
211 WREG8(MGA_MISC_OUT, misc); in mgag200_init_registers()
298 WREG8(MGA_MISC_OUT, misc); in mgag200_set_mode_regs()
H A Dmgag200_ddc.c50 WREG8(DAC_INDEX, MGA1064_GEN_IO_DATA); in mga_i2c_read_gpio()
58 WREG8(DAC_INDEX, MGA1064_GEN_IO_CTL); in mga_i2c_set_gpio()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c288 WREG8(RADEON_CLOCK_CNTL_INDEX, RADEON_PLL_TEST_CNTL); in radeon_wait_pll_lock()
290 WREG8(RADEON_CLOCK_CNTL_DATA + 3, 0); in radeon_wait_pll_lock()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1444 #define WREG8(reg, v) amdgpu_mm_wreg8(adev, (reg), (v)) macro