Searched refs:HD_WRITE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_hdmi.c | 105 #define HD_WRITE(offset, val) writel(val, vc4->hdmi->hd_regs + offset) macro 482 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_disable() 558 HD_WRITE(VC4_HD_VID_CTL, 0); in vc4_hdmi_encoder_enable() 588 HD_WRITE(VC4_HD_VID_CTL, in vc4_hdmi_encoder_enable() 613 HD_WRITE(VC4_HD_CSC_12_11, (0x000 << 16) | 0x000); in vc4_hdmi_encoder_enable() 614 HD_WRITE(VC4_HD_CSC_14_13, (0x100 << 16) | 0x6e0); in vc4_hdmi_encoder_enable() 615 HD_WRITE(VC4_HD_CSC_22_21, (0x6e0 << 16) | 0x000); in vc4_hdmi_encoder_enable() 616 HD_WRITE(VC4_HD_CSC_24_23, (0x100 << 16) | 0x000); in vc4_hdmi_encoder_enable() 617 HD_WRITE(VC4_HD_CSC_32_31, (0x000 << 16) | 0x6e0); in vc4_hdmi_encoder_enable() 618 HD_WRITE(VC4_HD_CSC_34_33, (0x100 << 16) | 0x000); in vc4_hdmi_encoder_enable() [all …]
|