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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dhgafb.c158 unsigned char fillchar = 0xbf; /* magic */ local
163 fillchar = ' ';
165 fillchar = 0x00;
167 if (fillchar != 0xbf)
168 memset_io(hga_vram, fillchar, hga_vram_len);

Completed in 113 milliseconds