Home
last modified time | relevance | path

Searched refs:clr_depth (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.c385 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_video_packetizer() local
388 REG_FLD_MOD(base, HDMI_CORE_VP_PR_CD, clr_depth, 7, 4); in hdmi_core_config_video_packetizer()
390 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 1, 6, 6); in hdmi_core_config_video_packetizer()
392 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 1 : 0, 5, 5); in hdmi_core_config_video_packetizer()
396 REG_FLD_MOD(base, HDMI_CORE_VP_STUFF, clr_depth ? 1 : 0, 1, 1); in hdmi_core_config_video_packetizer()
400 REG_FLD_MOD(base, HDMI_CORE_VP_CONF, clr_depth ? 0 : 2, 1, 0); in hdmi_core_config_video_packetizer()
405 int clr_depth = 0; /* 24 bit color depth */ in hdmi_core_config_csc() local
408 REG_FLD_MOD(core->base, HDMI_CORE_CSC_SCALE, clr_depth, 7, 4); in hdmi_core_config_csc()