Searched refs:VC4_HD_VID_CTL (Results 1 – 2 of 2) sorted by relevance
119 HDMI_REG(VC4_HD_VID_CTL),426 HD_WRITE(VC4_HD_VID_CTL, 0); in vc4_hdmi_encoder_mode_set()459 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_mode_set()512 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_disable()513 HD_READ(VC4_HD_VID_CTL) & ~VC4_HD_VID_CTL_ENABLE); in vc4_hdmi_encoder_disable()525 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_enable()526 HD_READ(VC4_HD_VID_CTL) | in vc4_hdmi_encoder_enable()
521 #define VC4_HD_VID_CTL 0x038 macro