Searched refs:GMBUS_INUSE (Results 1 – 3 of 3) sorted by relevance
345 if (!(vgpu_vreg(vgpu, offset) & GMBUS_INUSE)) in gmbus2_mmio_read()346 vgpu_vreg(vgpu, offset) |= GMBUS_INUSE; in gmbus2_mmio_read()356 if (wvalue & GMBUS_INUSE) in gmbus2_mmio_write()357 vgpu_vreg(vgpu, offset) &= ~GMBUS_INUSE; in gmbus2_mmio_write()
58 #define GMBUS_INUSE (1 << 15) macro
63 #define GMBUS_INUSE (1<<15) macro