Searched refs:GMBUS_SW_CLR_INT (Results 1 – 5 of 5) sorted by relevance
182 if (vgpu_vreg(vgpu, offset) & GMBUS_SW_CLR_INT) { in gmbus1_mmio_write()183 if (!(wvalue & GMBUS_SW_CLR_INT)) { in gmbus1_mmio_write()184 vgpu_vreg(vgpu, offset) &= ~GMBUS_SW_CLR_INT; in gmbus1_mmio_write()197 if (wvalue & GMBUS_SW_CLR_INT) { in gmbus1_mmio_write()
338 GMBUS_REG_WRITE(GMBUS1 + reg_offset, GMBUS_SW_CLR_INT); in gmbus_xfer()
50 #define GMBUS_SW_CLR_INT (1<<31) macro
668 intel_de_write_fw(dev_priv, GMBUS1, GMBUS_SW_CLR_INT); in do_gmbus_xfer()
3381 #define GMBUS_SW_CLR_INT (1 << 31) macro