Lines Matching refs:disp_pipe
599 char disp_pipe = (val & ADPA_PIPE_B_SELECT) ? 'B' : 'A'; in DEBUGSTRING() local
605 disp_pipe = val & (1<<29) ? 'B' : 'A'; in DEBUGSTRING()
609 enable, disp_pipe, hsync, vsync); in DEBUGSTRING()
612 enable, disp_pipe, hsync, vsync); in DEBUGSTRING()
617 char disp_pipe = val & LVDS_PIPEB_SELECT ? 'B' : 'A'; in DEBUGSTRING() local
632 disp_pipe = val & (1<<29) ? 'B' : 'A'; in DEBUGSTRING()
635 enable, disp_pipe, depth, channels); in DEBUGSTRING()
641 char disp_pipe = val & DVO_PIPE_B_SELECT ? 'B' : 'A'; in DEBUGSTRING() local
662 enable, disp_pipe, stall, hsync, vsync); in DEBUGSTRING()
668 char disp_pipe = val & SDVO_PIPE_B_SELECT ? 'B' : 'A'; in DEBUGSTRING() local
683 enable, disp_pipe, stall, detected, sdvoextra, gang); in DEBUGSTRING()
1498 int disp_pipe; in DEBUGSTRING() local
1508 disp_pipe = (val & (3<<29)) >> 29; in DEBUGSTRING()
1510 disp_pipe = (val & TRANSCODER_B) >> 29; in DEBUGSTRING()
1552 enable, disp_pipe + 'A', bpc, encoding, mode, audio, vsync, hsync, detect); in DEBUGSTRING()