Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) macro
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ macro