Lines Matching refs:depth
464 enum edp_color_depth depth; in edp_config_ctrl() local
471 depth = EDP_6BIT; in edp_config_ctrl()
473 depth = EDP_8BIT; in edp_config_ctrl()
475 data |= EDP_CONFIGURATION_CTRL_COLOR(depth); in edp_config_ctrl()
843 enum edp_color_depth depth; in edp_clock_synchrous() local
853 depth = EDP_6BIT; /* Default */ in edp_clock_synchrous()
855 depth = EDP_8BIT; in edp_clock_synchrous()
857 depth = EDP_10BIT; in edp_clock_synchrous()
859 depth = EDP_12BIT; in edp_clock_synchrous()
861 depth = EDP_16BIT; in edp_clock_synchrous()
863 data |= EDP_MISC1_MISC0_COLOR(depth); in edp_clock_synchrous()