Searched refs:tfp410_readb (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | dvo_tfp410.c | 99 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in tfp410_readb() function 166 if (tfp410_readb(dvo, addr+0, &ch1) && in tfp410_getid() 167 tfp410_readb(dvo, addr+1, &ch2)) in tfp410_getid() 214 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) { in tfp410_detect() 247 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_dpms() 262 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_get_hw_state() 275 tfp410_readb(dvo, TFP410_REV, &val); in tfp410_dump_regs() 277 tfp410_readb(dvo, TFP410_CTL_1, &val); in tfp410_dump_regs() 279 tfp410_readb(dvo, TFP410_CTL_2, &val); in tfp410_dump_regs() 281 tfp410_readb(dvo, TFP410_CTL_3, &val); in tfp410_dump_regs() [all …]
|