Searched refs:h_total_reg (Results 1 – 1 of 1) sorted by relevance
116 auto h_total_reg = trans_regs.HTotal().FromValue(0); in ApplyModeConfig() local117 h_total_reg.set_count_total(h_total); in ApplyModeConfig()118 h_total_reg.set_count_active(h_active); in ApplyModeConfig()119 h_total_reg.WriteTo(mmio_space()); in ApplyModeConfig()135 trans_regs.HBlank().FromValue(h_total_reg.reg_value()).WriteTo(mmio_space()); in ApplyModeConfig()148 auto h_total_reg = trans_regs.HTotal().ReadFrom(mmio_space()); in LoadActiveMode() local149 uint32_t h_total = h_total_reg.count_total(); in LoadActiveMode()150 uint32_t h_active = h_total_reg.count_active(); in LoadActiveMode()
Completed in 8 milliseconds