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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.h176 int hsyncWidth; /* H Sync Pulse Width (Bytes #9,11) */ member in struct:__anon53
H A Dsun_edid.c781 dt->hsyncWidth = data_block[ 9] | (data_block[11] << 4 & 0x300);
845 block->Hsw = dt->hsyncWidth;
846 block->Hbp = dt->hblanking - dt->hsyncOffset - dt->hsyncWidth;
1715 dt__hsyncend = dt__hsyncstart + dt->hsyncWidth;
H A Dfbc_predid.c509 printf("\t H Sync Pulse Width: %d\n", dt.hsyncWidth);

Completed in 19 milliseconds