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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_ch7xxx.c289 uint8_t tvco, tpcp, tpd, tlpf, idf; local
311 (void) ch7xxx_readb(dvo, CH7xxx_IDF, &idf);
313 idf &= ~(CH7xxx_IDF_HSP | CH7xxx_IDF_VSP);
315 idf |= CH7xxx_IDF_HSP;
318 idf |= CH7xxx_IDF_HSP;
320 (void) ch7xxx_writeb(dvo, CH7xxx_IDF, idf);

Completed in 749 milliseconds