Searched refs:SDVO_TMDS_MASK (Results 1 – 2 of 2) sorted by relevance
45 #define SDVO_TMDS_MASK (SDVO_OUTPUT_TMDS0 | SDVO_OUTPUT_TMDS1) macro50 #define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK | SDVO_LVDS_MASK |\54 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)2136 if ((flags & SDVO_TMDS_MASK) == SDVO_TMDS_MASK) in psb_intel_sdvo_output_setup()
55 #define SDVO_TMDS_MASK (SDVO_OUTPUT_TMDS0 | SDVO_OUTPUT_TMDS1) macro60 #define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK | SDVO_LVDS_MASK |\64 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)67 #define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK))2964 if (type & SDVO_TMDS_MASK) in intel_sdvo_output_init()