Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dnext-cube.c320 static void mmio_writeb(NeXTPC *s, hwaddr addr, uint32_t val) in mmio_writeb() function
383 mmio_writeb(s, addr, value); in mmio_writefn()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h111 void (*mmio_writeb)(struct intel_uncore *uncore, member
H A Dintel_uncore.c2178 (uncore)->funcs.mmio_writeb = x##_write8; \