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

/gem5/src/dev/arm/
H A Dhdlcd.cc79 h_sync(0), h_back_porch(0), h_data(0), h_front_porch(0),
138 SERIALIZE_SCALAR(h_front_porch);
175 UNSERIALIZE_SCALAR(h_front_porch);
301 case H_Front_Porch: return h_front_porch;
393 h_front_porch = value;
464 h_back_porch.val + 1, h_sync.val + 1, h_front_porch.val + 1,
H A Dhdlcd.hh249 TimingReg h_front_porch; /**< Horizontal front porch width reg */ member in class:HDLcd

Completed in 8 milliseconds