Searched refs:SDVO_TMDS_MASK (Results 1 – 2 of 2) sorted by relevance
43 #define SDVO_TMDS_MASK (SDVO_OUTPUT_TMDS0 | SDVO_OUTPUT_TMDS1) macro48 #define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK | SDVO_LVDS_MASK |\52 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)2114 if ((flags & SDVO_TMDS_MASK) == SDVO_TMDS_MASK) in psb_intel_sdvo_output_setup()
52 #define SDVO_TMDS_MASK (SDVO_OUTPUT_TMDS0 | SDVO_OUTPUT_TMDS1) macro57 #define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK | SDVO_LVDS_MASK |\61 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)64 #define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK))2954 if ((flags & SDVO_TMDS_MASK) == SDVO_TMDS_MASK) in intel_sdvo_output_setup()
Completed in 15 milliseconds