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

/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_device.c57 if (REG_READ(SDVOC) & SDVO_DETECTED) {
58 cdv_hdmi_init(dev, &dev_priv->mode_dev, SDVOC);
H A Dcdv_intel_hdmi.c308 case SDVOC:
H A Dpsb_intel_sdvo.c77 /* Register for the SDVO device: SDVOB or SDVOC */
143 uint32_t saveSDVO; /* Can be SDVOB or SDVOC depending on sdvo_reg */
227 * Writes the SDVOB or SDVOC with the given value, but always writes both
228 * SDVOB and SDVOC to work around apparent hardware issues (according to
240 cval = REG_READ_WITH_AUX(SDVOC, j);
252 REG_WRITE_WITH_AUX(SDVOC, cval, j);
253 REG_READ_WITH_AUX(SDVOC, j);
403 #define SDVO_NAME(svdo) (IS_SDVOB((svdo)->sdvo_reg) ? "SDVOB" : "SDVOC")
1009 * will be SDVOB and the second SDVOC.
1075 case SDVOC
[all...]
H A Dpsb_intel_reg.h402 #define SDVOC 0x61160 macro

Completed in 131 milliseconds