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

/xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/
H A Dtfp410_reg.h42 #define TFP410_CTL_1 0x08 macro
H A Dtfp410.c200 if (!tfp410ReadByte(tfp, TFP410_CTL_1, &ctl1))
208 tfp410WriteByte(tfp, TFP410_CTL_1, ctl1);
220 tfp410ReadByte(tfp, TFP410_CTL_1, &val);
264 if (!tfp410ReadByte(tfp, TFP410_CTL_1, &tfp->SavedReg.ctl1))
277 tfp410WriteByte(tfp, TFP410_CTL_1, tfp->SavedReg.ctl1 & ~0x1);
280 tfp410WriteByte(tfp, TFP410_CTL_1, tfp->SavedReg.ctl1);

Completed in 8 milliseconds