Searched refs:portd (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tools/ |
D | intel_reg_decode.c | 1760 const char *display, *crt, *lane_reversal, *portb, *portc, *portd; in DEBUGSTRING() local 1767 portd = (val & (1<<0)) ? "yes" : "no"; in DEBUGSTRING() 1771 portb, portc, portd); in DEBUGSTRING() 1911 int portd, portc, portb, crt; in DEBUGSTRING() local 1913 portd = (val >> 23) & 1; in DEBUGSTRING() 1919 portd, portc, portb, crt); in DEBUGSTRING()
|