Searched refs:__xe_mmio_wait32 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_mmio.c | 312 static int __xe_mmio_wait32(struct xe_mmio *mmio, struct xe_reg reg, u32 mask, u32 val, in __xe_mmio_wait32() function 387 return __xe_mmio_wait32(mmio, reg, mask, val, timeout_us, out_val, atomic, true); in xe_mmio_wait32() 406 return __xe_mmio_wait32(mmio, reg, mask, val, timeout_us, out_val, atomic, false); in xe_mmio_wait32_not()
|