Home | History | Annotate | Download | only in src

Lines Matching defs:dvo

204     uint32_t		    dvo;
225 dvo = INREG(dvo_reg) & (DVO_PRESERVE_MASK | DVO_DATA_ORDER_GBRG);
226 dvo |= DVO_DATA_ORDER_FP | DVO_BORDER_ENABLE | DVO_BLANK_ACTIVE_HIGH;
229 dvo |= DVO_PIPE_B_SELECT;
230 dvo |= DVO_PIPE_STALL;
232 dvo |= DVO_HSYNC_ACTIVE_HIGH;
234 dvo |= DVO_VSYNC_ACTIVE_HIGH;
244 /*OUTREG(DVOB, dvo);*/
245 OUTREG(dvo_reg, dvo);
249 * Detect the output connection on our DVO device.
343 * Other chips with DVO LVDS will need to extend this to deal with the LVDS
354 uint32_t dvo = INREG(dvo_reg);
357 /* If the DVO port is active, that'll be the LVDS, so we can pull out
360 if (dvo & DVO_ENABLE)
363 int pipe = (dvo & DVO_PIPE_B_SELECT) ? 1 : 0;
379 if (dvo & DVO_HSYNC_ACTIVE_HIGH)
381 if (dvo & DVO_VSYNC_ACTIVE_HIGH)
505 * DVO.