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

/gem5/src/dev/
H A Dpixelpump.hh71 return Cycles(hSync + hBackPorch + width + hBackPorch);
114 unsigned hSync; member in struct:DisplayTimings
H A Dpixelpump.cc52 hBackPorch(hbp), hFrontPorch(hfp), hSync(h_sync),
65 SERIALIZE_SCALAR(hSync);
80 UNSERIALIZE_SCALAR(hSync);
200 const Cycles h_sync_end(h_sync_begin + _timings.hSync);
/gem5/src/dev/arm/
H A Dhdlcd.cc689 inform("PixelPump horizontal fron porch: %u", t.hSync);

Completed in 8 milliseconds