Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds