Searched refs:sti_mixer_reg_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 67 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write() function 210 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_background_status() 216 sti_mixer_reg_write(mixer, GAM_MIXER_BKC, rgb); in sti_mixer_set_background_color() 229 sti_mixer_reg_write(mixer, GAM_MIXER_BCO, ydo << 16 | xdo); in sti_mixer_set_background_area() 230 sti_mixer_reg_write(mixer, GAM_MIXER_BCS, yds << 16 | xds); in sti_mixer_set_background_area() 281 sti_mixer_reg_write(mixer, GAM_MIXER_CRB, val); in sti_mixer_set_plane_depth() 300 sti_mixer_reg_write(mixer, GAM_MIXER_AVO, ydo << 16 | xdo); in sti_mixer_active_video_area() 301 sti_mixer_reg_write(mixer, GAM_MIXER_AVS, yds << 16 | xds); in sti_mixer_active_video_area() 349 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_plane_status()
|