Searched refs:sti_mixer_reg_write (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 66 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write() function 78 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_background_status() 86 sti_mixer_reg_write(mixer, GAM_MIXER_BKC, val); in sti_mixer_set_background_color() 99 sti_mixer_reg_write(mixer, GAM_MIXER_BCO, ydo << 16 | xdo); in sti_mixer_set_background_area() 100 sti_mixer_reg_write(mixer, GAM_MIXER_BCS, yds << 16 | xds); in sti_mixer_set_background_area() 145 sti_mixer_reg_write(mixer, GAM_MIXER_CRB, val); in sti_mixer_set_layer_depth() 164 sti_mixer_reg_write(mixer, GAM_MIXER_AVO, ydo << 16 | xdo); in sti_mixer_active_video_area() 165 sti_mixer_reg_write(mixer, GAM_MIXER_AVS, yds << 16 | xds); in sti_mixer_active_video_area() 213 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_layer_status() 223 sti_mixer_reg_write(mixer, GAM_MIXER_MX0 + (i * 4), in sti_mixer_set_matrix()
|