Searched refs:ns2501_readb (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
147 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, uint8_t * ch) function
241 if (!ns2501_readb(dvo, NS2501_VID_LO, &ch))
250 if (!ns2501_readb(dvo, NS2501_DID_LO, &ch))
508 if (!ns2501_readb(dvo, NS2501_REG8, &ch))
565 ns2501_readb(dvo, NS2501_FREQ_LO, &val);
567 ns2501_readb(dvo, NS2501_FREQ_HI, &val);
569 ns2501_readb(dvo, NS2501_REG8, &val);
571 ns2501_readb(dvo, NS2501_REG9, &val);
573 ns2501_readb(dv
[all...]

Completed in 49 milliseconds