Searched refs:VC4_HD_VID_CTL (Results 1 – 2 of 2) sorted by relevance
115 HDMI_REG(VC4_HD_VID_CTL),303 HD_WRITE(VC4_HD_VID_CTL, 0); in vc4_hdmi_encoder_mode_set()331 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_mode_set()353 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_disable()354 HD_READ(VC4_HD_VID_CTL) & ~VC4_HD_VID_CTL_ENABLE); in vc4_hdmi_encoder_disable()366 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_enable()367 HD_READ(VC4_HD_VID_CTL) | in vc4_hdmi_encoder_enable()
464 #define VC4_HD_VID_CTL 0x038 macro