Searched refs:GMBUS1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | intel_gmbus.c | 269 GMBUS_REG_WRITE(GMBUS1 + reg_offset, in gmbus_xfer() 300 GMBUS_REG_WRITE(GMBUS1 + reg_offset, in gmbus_xfer() 338 GMBUS_REG_WRITE(GMBUS1 + reg_offset, GMBUS_SW_CLR_INT); in gmbus_xfer() 339 GMBUS_REG_WRITE(GMBUS1 + reg_offset, 0); in gmbus_xfer()
|
D | psb_intel_reg.h | 49 #define GMBUS1 0x5104 /* command/status */ macro
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_gmbus_regs.h | 40 #define GMBUS1(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5104) macro
|
D | intel_gmbus.c | 451 intel_de_write_fw(i915, GMBUS1(i915), in gmbus_xfer_read_chunk() 530 intel_de_write_fw(i915, GMBUS1(i915), in gmbus_xfer_write_chunk() 664 intel_de_write_fw(i915, GMBUS1(i915), GMBUS_CYCLE_STOP | GMBUS_SW_RDY); in do_gmbus_xfer() 706 intel_de_write_fw(i915, GMBUS1(i915), GMBUS_SW_CLR_INT); in do_gmbus_xfer() 707 intel_de_write_fw(i915, GMBUS1(i915), 0); in do_gmbus_xfer()
|