Lines Matching refs:tfp410ReadByte
69 tfp410ReadByte(TFP410Ptr tfp, int addr, uint8_t *ch)
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(tfp, TFP410_USERCFG, &val);
232 tfp410ReadByte(tfp, TFP410_DE_DLY, &val);
235 tfp410ReadByte(tfp, TFP410_DE_CTL, &val);
238 tfp410ReadByte(tfp, TFP410_DE_TOP, &val);
241 tfp410ReadByte(tfp, TFP410_DE_CNT_LO, &val);
242 tfp410ReadByte(tfp, TFP410_DE_CNT_HI, &val2);
245 tfp410ReadByte(tfp, TFP410_DE_LIN_LO, &val);
246 tfp410ReadByte(tfp, TFP410_DE_LIN_HI, &val2);
249 tfp410ReadByte(tfp, TFP410_H_RES_LO, &val);
250 tfp410ReadByte(tfp, TFP410_H_RES_HI, &val2);
253 tfp410ReadByte(tfp, TFP410_V_RES_LO, &val);
254 tfp410ReadByte(tfp, TFP410_V_RES_HI, &val2);
264 if (!tfp410ReadByte(tfp, TFP410_CTL_1, &tfp->SavedReg.ctl1))
267 if (!tfp410ReadByte(tfp, TFP410_CTL_2, &tfp->SavedReg.ctl2))