Searched defs:ivch_read (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_ivch.c170 static bool ivch_read(struct intel_dvo_device *dvo, int addr, uint16_t *data) function
255 if (!ivch_read(dvo, VR00, &temp))
270 (void) ivch_read(dvo, VR20, &priv->width);
271 (void) ivch_read(dvo, VR21, &priv->height);
303 if (!ivch_read(dvo, VR01, &vr01))
321 if (!ivch_read(dvo, VR30, &vr30))
337 if (!ivch_read(dvo, VR01, &vr01))
385 (void) ivch_read(dvo, VR00, &val);
387 (void) ivch_read(dvo, VR01, &val);
389 (void) ivch_read(dv
[all...]

Completed in 8 milliseconds