Searched refs:write_hga_b (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.c137 static void write_hga_b(unsigned int val, unsigned char reg) function
181 write_hga_b(0x61, 0x00); /* horizontal total */
182 write_hga_b(0x50, 0x01); /* horizontal displayed */
183 write_hga_b(0x52, 0x02); /* horizontal sync pos */
184 write_hga_b(0x0f, 0x03); /* horizontal sync width */
186 write_hga_b(0x19, 0x04); /* vertical total */
187 write_hga_b(0x06, 0x05); /* vertical total adjust */
188 write_hga_b(0x19, 0x06); /* vertical displayed */
189 write_hga_b(0x19, 0x07); /* vertical sync pos */
191 write_hga_b(
[all...]

Completed in 45 milliseconds