Searched refs:CursorBase (Results 1 – 3 of 3) sorted by relevance
248 class CursorBase : public hwreg::RegisterBase<CursorBase, uint32_t> {407 hwreg::RegisterAddr<registers::CursorBase> CursorBase() { in CursorBase() function408 return GetReg<registers::CursorBase>(); in CursorBase()
260 pipe_regs.CursorBase().FromValue(regs.cur_base).WriteTo(mmio_space()); in ApplyConfiguration()470 auto cursor_base = pipe_regs.CursorBase().ReadFrom(controller_->mmio_space()); in ConfigureCursorPlane()
450 pipe_regs.CursorBase().FromValue(0).WriteTo(mmio_space()); in ResetPipe()1209 pipe_regs.CursorBase().ReadFrom(mmio_space()).WriteTo(mmio_space()); in DoPipeBufferReallocation()
Completed in 10 milliseconds