Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/
H A Dsticore.c717 if (sti->wordmode) in sti_font_convert_bytemode()
802 static int sti_read_rom(int wordmode, struct sti_struct *sti, in sti_read_rom() argument
813 if (wordmode) in sti_read_rom()
832 wordmode ? "word mode" : "byte mode", in sti_read_rom()
854 sti->wordmode = wordmode; in sti_read_rom()
872 if (wordmode || sti->graphics_id[1] != 0x09A02587) in sti_read_rom()
/openbmc/linux/include/video/
H A Dsticore.h362 int wordmode; member