Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c280 (GMBUS_SATOER | GMBUS_HW_RDY), 50)) in gmbus_xfer()
282 if (GMBUS_REG_READ(GMBUS2 + reg_offset) & GMBUS_SATOER) in gmbus_xfer()
309 (GMBUS_SATOER | GMBUS_HW_RDY), 50)) in gmbus_xfer()
312 GMBUS_SATOER) in gmbus_xfer()
325 …if (i + 1 < num && wait_for(GMBUS_REG_READ(GMBUS2 + reg_offset) & (GMBUS_SATOER | GMBUS_HW_WAIT_PH… in gmbus_xfer()
327 if (GMBUS_REG_READ(GMBUS2 + reg_offset) & GMBUS_SATOER) in gmbus_xfer()
H A Dpsb_intel_reg.h68 #define GMBUS_SATOER (1<<10) macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_gmbus_regs.h63 #define GMBUS_SATOER (1 << 10) macro
H A Dintel_gmbus.c383 status |= GMBUS_SATOER; in gmbus_wait()
393 if (gmbus2 & GMBUS_SATOER) in gmbus_wait()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.c133 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_SATOER; in reset_gmbus_controller()
172 vgpu_vreg_t(vgpu, PCH_GMBUS2) &= ~GMBUS_SATOER; in gmbus0_mmio_write()
174 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_SATOER; in gmbus0_mmio_write()