Searched refs:ivch_read (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | dvo_ivch.c | 170 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 27 milliseconds