Searched refs:GMBUS_INUSE (Results 1 – 2 of 2) sorted by relevance
348 if (!(vgpu_vreg(vgpu, offset) & GMBUS_INUSE)) in gmbus2_mmio_read()349 vgpu_vreg(vgpu, offset) |= GMBUS_INUSE; in gmbus2_mmio_read()359 if (wvalue & GMBUS_INUSE) in gmbus2_mmio_write()360 vgpu_vreg(vgpu, offset) &= ~GMBUS_INUSE; in gmbus2_mmio_write()
63 #define GMBUS_INUSE (1<<15) macro