Searched refs:DAC_INDEX (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 39 WREG8(DAC_INDEX + MGA1064_INDEX, 0); in mga_crtc_load_lut() 57 WREG8(DAC_INDEX + MGA1064_COL_PAL, r); in mga_crtc_load_lut() 58 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_g[i]); in mga_crtc_load_lut() 59 WREG8(DAC_INDEX + MGA1064_COL_PAL, b); in mga_crtc_load_lut() 65 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_r[i]); in mga_crtc_load_lut() 66 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_g[i]); in mga_crtc_load_lut() 67 WREG8(DAC_INDEX + MGA1064_COL_PAL, mga_crtc->lut_b[i]); in mga_crtc_load_lut() 210 WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); in mga_g200wb_set_plls() 215 WREG8(DAC_INDEX, MGA1064_REMHEADCTL); in mga_g200wb_set_plls() 225 WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); in mga_g200wb_set_plls() [all …]
|
D | mgag200_i2c.c | 37 WREG8(DAC_INDEX, MGA1064_GEN_IO_DATA); in mga_i2c_read_gpio() 45 WREG8(DAC_INDEX, MGA1064_GEN_IO_CTL); in mga_i2c_set_gpio()
|
D | mgag200_drv.h | 87 #define DAC_INDEX 0x3c00 macro 92 WREG8(DAC_INDEX, reg); \
|