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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 162 milliseconds