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

/gem5/src/dev/
H A Dpixelpump.hh57 * @param hbp Horizontal back porch in pixel clocks.
63 unsigned hbp, unsigned h_sync, unsigned hfp,
H A Dpixelpump.cc49 unsigned hbp, unsigned h_sync, unsigned hfp,
52 hBackPorch(hbp), hFrontPorch(hfp), hSync(h_sync),
48 DisplayTimings(unsigned _width, unsigned _height, unsigned hbp, unsigned h_sync, unsigned hfp, unsigned vbp, unsigned v_sync, unsigned vfp) argument
/gem5/src/base/
H A Dremote_gdb.cc737 HardBreakpoint *hbp = (*i).second; local
738 if (--hbp->refcount == 0) {
739 delete hbp;
/gem5/src/dev/arm/
H A Dpl111.hh125 Bitfield<31,24> hbp; member in class:Pl111

Completed in 12 milliseconds