Searched refs:PlaneControl (Results 1 – 3 of 3) sorted by relevance
95 class PlaneControl : public hwreg::RegisterBase<PlaneControl, uint32_t> {361 hwreg::RegisterAddr<registers::PlaneControl> PlaneControl(int32_t plane_num) { in PlaneControl() function362 return GetPlaneReg<registers::PlaneControl>(plane_num); in PlaneControl()
277 auto plane_ctrl = pipe_regs.PlaneControl(plane_num).ReadFrom(controller_->mmio_space()); in ConfigurePrimaryPlane()
444 pipe_regs.PlaneControl(i).FromValue(0).WriteTo(mmio_space()); in ResetPipe()
Completed in 11 milliseconds