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

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dregisters-pipe.h95 class PlaneControl : public hwreg::RegisterBase<PlaneControl, uint32_t> { class in namespace:registers
361 hwreg::RegisterAddr<registers::PlaneControl> PlaneControl(int32_t plane_num) {
362 return GetPlaneReg<registers::PlaneControl>(plane_num);
H A Dpipe.cpp277 auto plane_ctrl = pipe_regs.PlaneControl(plane_num).ReadFrom(controller_->mmio_space());
H A Dintel-i915.cpp447 pipe_regs.PlaneControl(i).FromValue(0).WriteTo(mmio_space());

Completed in 29 milliseconds