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

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp117 auto h_total_reg = trans_regs.HTotal().FromValue(0); local
118 h_total_reg.set_count_total(h_total);
119 h_total_reg.set_count_active(h_active);
120 h_total_reg.WriteTo(mmio_space());
136 trans_regs.HBlank().FromValue(h_total_reg.reg_value()).WriteTo(mmio_space());
149 auto h_total_reg = trans_regs.HTotal().ReadFrom(mmio_space()); local
150 uint32_t h_total = h_total_reg.count_total();
151 uint32_t h_active = h_total_reg.count_active();

Completed in 89 milliseconds