Searched refs:tfp410_readb (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | dvo_tfp410.c | 101 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch) function 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(dv [all...] |
Completed in 7 milliseconds