Lines Matching refs:depth
451 enum edp_color_depth depth; in edp_config_ctrl() local
458 depth = EDP_6BIT; in edp_config_ctrl()
460 depth = EDP_8BIT; in edp_config_ctrl()
462 data |= EDP_CONFIGURATION_CTRL_COLOR(depth); in edp_config_ctrl()
830 enum edp_color_depth depth; in edp_clock_synchrous() local
840 depth = EDP_6BIT; /* Default */ in edp_clock_synchrous()
842 depth = EDP_8BIT; in edp_clock_synchrous()
844 depth = EDP_10BIT; in edp_clock_synchrous()
846 depth = EDP_12BIT; in edp_clock_synchrous()
848 depth = EDP_16BIT; in edp_clock_synchrous()
850 data |= EDP_MISC1_MISC0_COLOR(depth); in edp_clock_synchrous()