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

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Ddvo_ns2501.c89 * Without that, ns2501_readb and ns2501_writeb fail
152 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, uint8_t * ch) function
246 if (!ns2501_readb(dvo, NS2501_VID_LO, &ch))
255 if (!ns2501_readb(dvo, NS2501_DID_LO, &ch))
513 if (!ns2501_readb(dvo, NS2501_REG8, &ch))
570 ns2501_readb(dvo, NS2501_FREQ_LO, &val);
572 ns2501_readb(dvo, NS2501_FREQ_HI, &val);
574 ns2501_readb(dvo, NS2501_REG8, &val);
576 ns2501_readb(dvo, NS2501_REG9, &val);
578 ns2501_readb(dv
[all...]

Completed in 47 milliseconds