Searched refs:GMBUS_INUSE (Results 1 – 3 of 3) sorted by relevance
343 if (!(vgpu_vreg(vgpu, offset) & GMBUS_INUSE)) in gmbus2_mmio_read()344 vgpu_vreg(vgpu, offset) |= GMBUS_INUSE; in gmbus2_mmio_read()354 if (wvalue & GMBUS_INUSE) in gmbus2_mmio_write()355 vgpu_vreg(vgpu, offset) &= ~GMBUS_INUSE; in gmbus2_mmio_write()
63 #define GMBUS_INUSE (1<<15) macro
3396 #define GMBUS_INUSE (1 << 15) macro