Searched refs:EDID_EXT_BLOCK_COUNT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/videomode/ | ||
H A D | edidreg.h | 254 #define EDID_EXT_BLOCK_COUNT(ptr) ((ptr)[126]) macro |
H A D | edid.c | 604 edid->edid_ext_block_count = EDID_EXT_BLOCK_COUNT(data); in edid_parse() |