Lines Matching refs:tfp410_readb
101 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch)
168 if (tfp410_readb(dvo, addr+0, &ch1) &&
169 tfp410_readb(dvo, addr+1, &ch2))
216 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
254 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
269 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
281 (void) tfp410_readb(dvo, TFP410_REV, &val);
283 (void) tfp410_readb(dvo, TFP410_CTL_1, &val);
285 (void) tfp410_readb(dvo, TFP410_CTL_2, &val);
287 (void) tfp410_readb(dvo, TFP410_CTL_3, &val);
289 (void) tfp410_readb(dvo, TFP410_USERCFG, &val);
291 (void) tfp410_readb(dvo, TFP410_DE_DLY, &val);
293 (void) tfp410_readb(dvo, TFP410_DE_CTL, &val);
295 (void) tfp410_readb(dvo, TFP410_DE_TOP, &val);
297 (void) tfp410_readb(dvo, TFP410_DE_CNT_LO, &val);
298 (void) tfp410_readb(dvo, TFP410_DE_CNT_HI, &val2);
300 (void) tfp410_readb(dvo, TFP410_DE_LIN_LO, &val);
301 (void) tfp410_readb(dvo, TFP410_DE_LIN_HI, &val2);
303 (void) tfp410_readb(dvo, TFP410_H_RES_LO, &val);
304 (void) tfp410_readb(dvo, TFP410_H_RES_HI, &val2);
306 (void) tfp410_readb(dvo, TFP410_V_RES_LO, &val);
307 (void) tfp410_readb(dvo, TFP410_V_RES_HI, &val2);