Searched refs:GMBUS_SW_CLR_INT (Results 1 – 5 of 5) sorted by relevance
184 if (vgpu_vreg(vgpu, offset) & GMBUS_SW_CLR_INT) { in gmbus1_mmio_write()185 if (!(wvalue & GMBUS_SW_CLR_INT)) { in gmbus1_mmio_write()186 vgpu_vreg(vgpu, offset) &= ~GMBUS_SW_CLR_INT; in gmbus1_mmio_write()199 if (wvalue & GMBUS_SW_CLR_INT) { in gmbus1_mmio_write()
41 #define GMBUS_SW_CLR_INT (1 << 31) macro
716 intel_de_write_fw(i915, GMBUS1(i915), GMBUS_SW_CLR_INT); in do_gmbus_xfer()
338 GMBUS_REG_WRITE(GMBUS1 + reg_offset, GMBUS_SW_CLR_INT); in gmbus_xfer()
50 #define GMBUS_SW_CLR_INT (1<<31) macro