Home
last modified time | relevance | path

Searched refs:mmio_writel (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/m68k/
H A Dnext-cube.c337 static void mmio_writel(NeXTPC *s, hwaddr addr, uint32_t val) in mmio_writel() function
389 mmio_writel(s, addr, value); in mmio_writefn()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h115 void (*mmio_writel)(struct intel_uncore *uncore, member
H A Dintel_uncore.c2180 (uncore)->funcs.mmio_writel = x##_write32; \