Searched refs:sti_mixer_reg_write (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 71 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write() function 214 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_background_status() 220 sti_mixer_reg_write(mixer, GAM_MIXER_BKC, rgb); in sti_mixer_set_background_color() 233 sti_mixer_reg_write(mixer, GAM_MIXER_BCO, ydo << 16 | xdo); in sti_mixer_set_background_area() 234 sti_mixer_reg_write(mixer, GAM_MIXER_BCS, yds << 16 | xds); in sti_mixer_set_background_area() 285 sti_mixer_reg_write(mixer, GAM_MIXER_CRB, val); in sti_mixer_set_plane_depth() 304 sti_mixer_reg_write(mixer, GAM_MIXER_AVO, ydo << 16 | xdo); in sti_mixer_active_video_area() 305 sti_mixer_reg_write(mixer, GAM_MIXER_AVS, yds << 16 | xds); in sti_mixer_active_video_area() 353 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_plane_status()
|