Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_gmbus_regs.h62 #define GMBUS_HW_RDY (1 << 11) macro
H A Dintel_gmbus.c457 ret = gmbus_wait(i915, GMBUS_HW_RDY, GMBUS_HW_RDY_EN); in gmbus_xfer_read_chunk()
542 ret = gmbus_wait(i915, GMBUS_HW_RDY, GMBUS_HW_RDY_EN); in gmbus_xfer_write_chunk()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.c131 vgpu_vreg_t(vgpu, PCH_GMBUS2) = GMBUS_HW_RDY; in reset_gmbus_controller()
166 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_HW_RDY | GMBUS_HW_WAIT_PHASE; in gmbus0_mmio_write()
202 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_HW_RDY; in gmbus1_mmio_write()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c280 (GMBUS_SATOER | GMBUS_HW_RDY), 50)) in gmbus_xfer()
309 (GMBUS_SATOER | GMBUS_HW_RDY), 50)) in gmbus_xfer()
H A Dpsb_intel_reg.h67 #define GMBUS_HW_RDY (1<<11) macro