HomeSort by relevance Sort by last modified time
    Searched refs:COMDATA (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/config/
serial.h 24 * LinuxBIOS), ignoring COMSPEED, COMDATA, COMPARITY and COMSTOP.
30 #define COMDATA 8 /* Data bits */
  /external/syslinux/com32/gdbstub/
serial.c 28 #ifndef COMDATA
29 #define COMDATA 8
53 #define UART_LCS ( ( ( (COMDATA) - 5 ) << 0 ) | \
  /external/syslinux/gpxe/src/core/
serial.c 33 #ifndef COMDATA
34 #define COMDATA 8
58 #define UART_LCS ( ( ( (COMDATA) - 5 ) << 0 ) | \

Completed in 116 milliseconds