Searched refs:voltage (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_debug.c892 char *train = NULL, *voltage = NULL, *pre_emphasis = NULL, *portw = NULL; local in function:DEBUGSTRING
911 voltage = "0.4V";
914 voltage = "0.6V";
917 voltage = "0.8V";
920 voltage = "1.2V";
923 voltage = "reserved";
958 return XNFprintf("%s, train pattern %s, voltage swing %s,"
961 train, voltage, pre_emphasis, portw,
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_501.h1054 int32_t voltage : bits(25, 25); member in struct:_MSOCRegRec::__anone5fa72d7440a::__anone5fa72d74508
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_output.c2518 * a maximum voltage of 800mV and a maximum pre-emphasis of 6dB
2569 "requested signal parameters: lane %d voltage %s pre_emph %s\n",
2588 "using signal parameters: voltage %s pre_emph %s\n",
2643 uint8_t tries, voltage, ss_cntl; local in function:do_displayport_link_train
2695 voltage = 0xff;
2711 "clock recovery reached max voltage\n");
2715 /* Check to see if we've tried the same voltage 5 times */
2716 if ((train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK) == voltage) {
2726 voltage = train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK;

Completed in 12 milliseconds