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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_tfp410.c99 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) function
166 if (tfp410_readb(dvo, addr+0, &ch1) &&
167 tfp410_readb(dvo, addr+1, &ch2))
214 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
247 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
262 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
275 tfp410_readb(dvo, TFP410_REV, &val);
277 tfp410_readb(dvo, TFP410_CTL_1, &val);
279 tfp410_readb(dvo, TFP410_CTL_2, &val);
281 tfp410_readb(dv
[all...]

Completed in 174 milliseconds