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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo_ns2501.c89 * Without that, ns2501_readb and ns2501_writeb fail
197 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) function
346 ok &= ns2501_writeb(dvo, 0x11, 0xc8); // 0xc7 also works.
347 ok &= ns2501_writeb(dvo, 0x1b, 0x19);
348 ok &= ns2501_writeb(dvo, 0x1c, 0x62); // VBIOS left 0x64 here, but 0x62 works nicer
349 ok &= ns2501_writeb(dvo, 0x1d, 0x02);
351 ok &= ns2501_writeb(dvo, 0x34, 0x03);
352 ok &= ns2501_writeb(dvo, 0x35, 0xff);
354 ok &= ns2501_writeb(dvo, 0x80, 0x27);
355 ok &= ns2501_writeb(dv
[all...]

Completed in 180 milliseconds