Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c687 static void font_write16(ARTISTState *s, uint16_t val) in font_write16() function
720 font_write16(s, val >> 16); in font_write()
726 font_write16(s, val & 0xffff); in font_write()