Symbol: tfp410_readb
sys/dev/drm/i915/dvo_tfp410.c
160
if (tfp410_readb(dvo, addr+0, &ch1) &&
sys/dev/drm/i915/dvo_tfp410.c
161
tfp410_readb(dvo, addr+1, &ch2))
sys/dev/drm/i915/dvo_tfp410.c
208
if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
sys/dev/drm/i915/dvo_tfp410.c
241
if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
sys/dev/drm/i915/dvo_tfp410.c
256
if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
sys/dev/drm/i915/dvo_tfp410.c
269
tfp410_readb(dvo, TFP410_REV, &val);
sys/dev/drm/i915/dvo_tfp410.c
271
tfp410_readb(dvo, TFP410_CTL_1, &val);
sys/dev/drm/i915/dvo_tfp410.c
273
tfp410_readb(dvo, TFP410_CTL_2, &val);
sys/dev/drm/i915/dvo_tfp410.c
275
tfp410_readb(dvo, TFP410_CTL_3, &val);
sys/dev/drm/i915/dvo_tfp410.c
277
tfp410_readb(dvo, TFP410_USERCFG, &val);
sys/dev/drm/i915/dvo_tfp410.c
279
tfp410_readb(dvo, TFP410_DE_DLY, &val);
sys/dev/drm/i915/dvo_tfp410.c
281
tfp410_readb(dvo, TFP410_DE_CTL, &val);
sys/dev/drm/i915/dvo_tfp410.c
283
tfp410_readb(dvo, TFP410_DE_TOP, &val);
sys/dev/drm/i915/dvo_tfp410.c
285
tfp410_readb(dvo, TFP410_DE_CNT_LO, &val);
sys/dev/drm/i915/dvo_tfp410.c
286
tfp410_readb(dvo, TFP410_DE_CNT_HI, &val2);
sys/dev/drm/i915/dvo_tfp410.c
288
tfp410_readb(dvo, TFP410_DE_LIN_LO, &val);
sys/dev/drm/i915/dvo_tfp410.c
289
tfp410_readb(dvo, TFP410_DE_LIN_HI, &val2);
sys/dev/drm/i915/dvo_tfp410.c
291
tfp410_readb(dvo, TFP410_H_RES_LO, &val);
sys/dev/drm/i915/dvo_tfp410.c
292
tfp410_readb(dvo, TFP410_H_RES_HI, &val2);
sys/dev/drm/i915/dvo_tfp410.c
294
tfp410_readb(dvo, TFP410_V_RES_LO, &val);
sys/dev/drm/i915/dvo_tfp410.c
295
tfp410_readb(dvo, TFP410_V_RES_HI, &val2);