Searched refs:sti_mixer_reg_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/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 79 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_background_status() 87 sti_mixer_reg_write(mixer, GAM_MIXER_BKC, val); in sti_mixer_set_background_color() 100 sti_mixer_reg_write(mixer, GAM_MIXER_BCO, ydo << 16 | xdo); in sti_mixer_set_background_area() 101 sti_mixer_reg_write(mixer, GAM_MIXER_BCS, yds << 16 | xds); in sti_mixer_set_background_area() 150 sti_mixer_reg_write(mixer, GAM_MIXER_CRB, val); in sti_mixer_set_layer_depth() 169 sti_mixer_reg_write(mixer, GAM_MIXER_AVO, ydo << 16 | xdo); in sti_mixer_active_video_area() 170 sti_mixer_reg_write(mixer, GAM_MIXER_AVS, yds << 16 | xds); in sti_mixer_active_video_area() 221 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_set_layer_status() 232 sti_mixer_reg_write(mixer, GAM_MIXER_CTL, val); in sti_mixer_clear_all_layers() [all …]
|