Home
last modified time | relevance | path

Searched refs:GMBUS_SW_CLR_INT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.c185 if (vgpu_vreg(vgpu, offset) & GMBUS_SW_CLR_INT) { in gmbus1_mmio_write()
186 if (!(wvalue & GMBUS_SW_CLR_INT)) { in gmbus1_mmio_write()
187 vgpu_vreg(vgpu, offset) &= ~GMBUS_SW_CLR_INT; in gmbus1_mmio_write()
200 if (wvalue & GMBUS_SW_CLR_INT) { in gmbus1_mmio_write()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_gmbus_regs.h41 #define GMBUS_SW_CLR_INT (1 << 31) macro
H A Dintel_gmbus.c706 intel_de_write_fw(i915, GMBUS1(i915), GMBUS_SW_CLR_INT); in do_gmbus_xfer()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c338 GMBUS_REG_WRITE(GMBUS1 + reg_offset, GMBUS_SW_CLR_INT); in gmbus_xfer()
H A Dpsb_intel_reg.h50 #define GMBUS_SW_CLR_INT (1<<31) macro