Searched refs:EDID_VIDEO_INPUT_LEVEL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/videomode/ | ||
H A D | edidreg.h | 88 #define EDID_VIDEO_INPUT_LEVEL(x) (((x) & 0x60) >> 5) macro |
H A D | edid.c | 169 switch (EDID_VIDEO_INPUT_LEVEL(edid->edid_video_input)) { in edid_print() |