Searched refs:DAC_INDEX (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_bmc.c | 23 WREG8(DAC_INDEX, MGA1064_GEN_IO_CTL); in mgag200_bmc_stop_scanout() 29 WREG8(DAC_INDEX, MGA1064_GEN_IO_DATA); in mgag200_bmc_stop_scanout() 39 WREG8(DAC_INDEX, MGA1064_SPAREREG); in mgag200_bmc_stop_scanout() 69 WREG8(DAC_INDEX, MGA1064_REMHEADCTL2); in mgag200_bmc_start_scanout() 78 WREG8(DAC_INDEX, MGA1064_REMHEADCTL2); in mgag200_bmc_start_scanout() 82 WREG8(DAC_INDEX, MGA1064_SPAREREG); in mgag200_bmc_start_scanout() 88 WREG8(DAC_INDEX, MGA1064_GEN_IO_DATA); in mgag200_bmc_start_scanout()
|
| H A D | mgag200_ddc.c | 50 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()
|
| H A D | mgag200_drv.h | 111 #define DAC_INDEX 0x3c00 macro 116 WREG8(DAC_INDEX, reg); \ 122 WREG8(DAC_INDEX, reg); \
|
| H A D | mgag200_mode.c | 47 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()
|