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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_gx.c401 static void aty_ICS2595_put1bit(u8 data, const struct atyfb_par *par) function
454 aty_ICS2595_put1bit(1, par); /* Send start bits */
455 aty_ICS2595_put1bit(0, par); /* Start bit */
456 aty_ICS2595_put1bit(0, par); /* Read / ~Write */
459 aty_ICS2595_put1bit(locationAddr & 1, par);
464 aty_ICS2595_put1bit(program_bits & 1, par);

Completed in 48 milliseconds