Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Dintel_gmbus.c279 (GMBUS_SATOER | GMBUS_HW_RDY), 50)) in gmbus_xfer()
281 if (GMBUS_REG_READ(GMBUS2 + reg_offset) & GMBUS_SATOER) in gmbus_xfer()
308 (GMBUS_SATOER | GMBUS_HW_RDY), 50)) in gmbus_xfer()
311 GMBUS_SATOER) in gmbus_xfer()
324 …if (i + 1 < num && wait_for(GMBUS_REG_READ(GMBUS2 + reg_offset) & (GMBUS_SATOER | GMBUS_HW_WAIT_PH… in gmbus_xfer()
326 if (GMBUS_REG_READ(GMBUS2 + reg_offset) & GMBUS_SATOER) in gmbus_xfer()
Dpsb_intel_reg.h80 #define GMBUS_SATOER (1<<10) macro
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dedid.c114 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_SATOER; in reset_gmbus_controller()
151 vgpu_vreg_t(vgpu, PCH_GMBUS2) &= ~GMBUS_SATOER; in gmbus0_mmio_write()
153 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_SATOER; in gmbus0_mmio_write()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_i2c.c325 status |= GMBUS_SATOER; in gmbus_wait()
333 if (gmbus2 & GMBUS_SATOER) in gmbus_wait()
Di915_reg.h3164 #define GMBUS_SATOER (1 << 10) macro