Home
last modified time | relevance | path

Searched refs:PCH_PP_STATUS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dreg.h135 #define PCH_PP_STATUS _MMIO(0xc7200) macro
H A Dhandlers.c76 #define PCH_PP_STATUS _MMIO(0xc7200) macro
398 vgpu_vreg_t(vgpu, PCH_PP_STATUS) |= PP_ON; in pch_pp_control_mmio_write()
399 vgpu_vreg_t(vgpu, PCH_PP_STATUS) |= PP_SEQUENCE_STATE_ON_IDLE; in pch_pp_control_mmio_write()
400 vgpu_vreg_t(vgpu, PCH_PP_STATUS) &= ~PP_SEQUENCE_POWER_DOWN; in pch_pp_control_mmio_write()
401 vgpu_vreg_t(vgpu, PCH_PP_STATUS) &= ~PP_CYCLE_DELAY_ACTIVE; in pch_pp_control_mmio_write()
404 vgpu_vreg_t(vgpu, PCH_PP_STATUS) &= in pch_pp_control_mmio_write()
/linux/drivers/pci/
H A Dquirks.c3965 #define PCH_PP_STATUS 0xc7200 macro
3999 val = ioread32(mmio_base + PCH_PP_STATUS); in reset_ivb_igd()