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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_ns2501.c94 * Without that, ns2501_readb and ns2501_writeb fail
192 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) function
341 ok &= ns2501_writeb(dvo, 0x11, 0xc8); // 0xc7 also works.
342 ok &= ns2501_writeb(dvo, 0x1b, 0x19);
343 ok &= ns2501_writeb(dvo, 0x1c, 0x62); // VBIOS left 0x64 here, but 0x62 works nicer
344 ok &= ns2501_writeb(dvo, 0x1d, 0x02);
346 ok &= ns2501_writeb(dvo, 0x34, 0x03);
347 ok &= ns2501_writeb(dvo, 0x35, 0xff);
349 ok &= ns2501_writeb(dvo, 0x80, 0x27);
350 ok &= ns2501_writeb(dv
[all...]

Completed in 10 milliseconds