Searched refs:ETIMING_BITS (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.c489 #define ETIMING_BITS ((0x25-0x23+1)*8) /* Three bytes worth of flag bits */ macro
491 static const sun_timing_t est_timings[ETIMING_BITS] = {
1285 for (bit_off = 0; bit_off < ETIMING_BITS; bit_off += 1) {
1343 * 24 Established Timings mode names (ETIMING_BITS = 24)
1348 edid_modes = malloc((ETIMING_BITS + ETIMING_III_BITS + 1)
1920 * 24 Established Timings modes (ETIMING_BITS = 24)
1929 edid_modes = malloc((4 + 8 + 4*6 + ETIMING_BITS + ETIMING_III_BITS + 1)

Completed in 1026 milliseconds