Home
last modified time | relevance | path

Searched defs:WRITE_WORD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) macro
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ macro
/openbmc/qemu/hw/arm/
H A Dboot.c273 #define WRITE_WORD(p, value) do { \ macro