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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_tfp410.c252 uint8_t ctl1; local
254 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
258 ctl1 |= TFP410_CTL_1_PD;
260 ctl1 &= ~TFP410_CTL_1_PD;
262 (void) tfp410_writeb(dvo, TFP410_CTL_1, ctl1);
267 uint8_t ctl1; local
269 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1))
272 if (ctl1 & TFP410_CTL_1_PD)

Completed in 9 milliseconds