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

/xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/
H A Dtfp410.c69 tfp410ReadByte(TFP410Ptr tfp, int addr, uint8_t *ch) function in typeref:typename:Bool
101 if (tfp410ReadByte(tfp, addr+0, &ch1) &&
102 tfp410ReadByte(tfp, addr+1, &ch2)) {
166 if (tfp410ReadByte(tfp, TFP410_CTL_2, &ctl2)) {
200 if (!tfp410ReadByte(tfp, TFP410_CTL_1, &ctl1))
217 tfp410ReadByte(tfp, TFP410_REV, &val);
220 tfp410ReadByte(tfp, TFP410_CTL_1, &val);
223 tfp410ReadByte(tfp, TFP410_CTL_2, &val);
226 tfp410ReadByte(tfp, TFP410_CTL_3, &val);
229 tfp410ReadByte(tf
[all...]

Completed in 4 milliseconds