Searched refs:GMBUS_ACTIVE (Results 1 – 3 of 3) sorted by relevance
167 vgpu_vreg_t(vgpu, PCH_GMBUS2) &= ~GMBUS_ACTIVE; in gmbus0_mmio_write()252 vgpu_vreg_t(vgpu, PCH_GMBUS2) &= ~GMBUS_ACTIVE; in gmbus1_mmio_write()264 vgpu_vreg_t(vgpu, PCH_GMBUS2) |= GMBUS_ACTIVE; in gmbus1_mmio_write()
423 & GMBUS_ACTIVE) { in gmbus_wait_idle()436 & GMBUS_ACTIVE) in gmbus_wait_idle()
3346 #define GMBUS_ACTIVE (1 << 9) macro