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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c136 int hr, hss, hse, hfl; member in struct:__mode
193 m->hr, m->hss, m->hse, m->hfl,
257 m->hfl - m->hse, /* left margin (in pixels) */
261 m->hse - m->hss, /* horizontal sync length (pixels) */
625 m->hse = (int) (h_pixels_rnd + h_front_porch + h_sync);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c134 int hr, hss, hse, hfl; member in struct:__mode
183 m->hr, m->hss, m->hse, m->hfl, m->vr, m->vss, m->vse, m->vfl);
242 m->hfl - m->hse, /* left margin (in pixels) */
246 m->hse - m->hss, /* horizontal sync length (pixels) */
579 m->hse = (int) (h_pixels_rnd + h_front_porch + h_sync);
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c1835 int hbs, hbe, vbs, vbe, hse; local in function:TDFXSetMode
1850 hse = (mode->CrtcHSyncEnd>>3);
1862 pVga->CRTC[5] = (((hbe)&0x20)<<2) | (hse&0x1F);
1867 (hbe&0x40)>>1 | (hss&0x100)>>2 | (hse&0x20)<<2;
1900 int hd, hbs, hss, hse, hbe, ht, hskew; local in function:TDFXModeInit
1903 hd = hbs = hss = hse = hbe = ht = hskew = 0;
1914 hse=mode->CrtcHSyncEnd;
1921 mode->CrtcHSyncEnd=hse>>1;
1940 mode->CrtcHSyncEnd=hse;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_utility.c808 int hd, int vd, int ht, int vt, int hss, int hse, int vss, int vse, int clk,
822 mode = sisFindModeFromTiming(pScrn, hd, vd, ht, vt, hss, hse, vss, vse, clk);
961 int clk, hd, hss, hse, ht, vd, vss, vse, vt, result; local in function:SiSHandleSiSDirectCommand
968 hse = sdcbuf->sdc_parm[4];
976 hd, vd, ht, vt, hss, hse, vss, vse, clk, pSiS->SCLogQuiet) & 0xff;
1552 int clk, hd, hss, hse, ht, vd, vss, vse, vt; local in function:SiSHandleSiSDirectCommand
1558 hse = sdcbuf->sdc_parm[3];
1566 hd, vd, ht, vt, hss, hse, vss, vse, clk,
807 SISGetMergedModeDetails(ScrnInfoPtr pScrn,int hd,int vd,int ht,int vt,int hss,int hse,int vss,int vse,int clk,unsigned int * pos,unsigned int * crt1x,unsigned int * crt1y,unsigned int * crt1clk,unsigned int * crt2x,unsigned int * crt2y,unsigned int * crt2clk) argument

Completed in 9 milliseconds