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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhgafb.c159 unsigned char fillchar = 0xbf; /* magic */ local
164 fillchar = ' ';
166 fillchar = 0x00;
168 if (fillchar != 0xbf)
169 memset_io(hga_vram, fillchar, hga_vram_len);

Completed in 51 milliseconds