Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dhgafb.c166 unsigned char fillchar = 0xbf; /* magic */ in hga_clear_screen() local
171 fillchar = ' '; in hga_clear_screen()
173 fillchar = 0x00; in hga_clear_screen()
175 if (fillchar != 0xbf) in hga_clear_screen()
176 memset_io(hga_vram, fillchar, hga_vram_len); in hga_clear_screen()