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

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp121 auto v_total_reg = trans_regs.VTotal().FromValue(0); local
122 v_total_reg.set_count_total(v_total);
123 v_total_reg.set_count_active(v_active);
124 v_total_reg.WriteTo(mmio_space());
137 trans_regs.VBlank().FromValue(v_total_reg.reg_value()).WriteTo(mmio_space());
152 auto v_total_reg = trans_regs.VTotal().ReadFrom(mmio_space()); local
153 uint32_t v_total = v_total_reg.count_total();
154 uint32_t v_active = v_total_reg.count_active();

Completed in 70 milliseconds