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

  /external/syslinux/gpxe/src/config/
serial.h 24 * LinuxBIOS), ignoring COMSPEED, COMDATA, COMPARITY and COMSTOP.
32 #define COMSTOP 1 /* Stop bits */
  /external/syslinux/com32/gdbstub/
serial.c 36 #ifndef COMSTOP
37 #define COMSTOP 1
55 ( ( (COMSTOP) - 1 ) << 2 ) )
  /external/syslinux/gpxe/src/core/
serial.c 41 #ifndef COMSTOP
42 #define COMSTOP 1
60 ( ( (COMSTOP) - 1 ) << 2 ) )

Completed in 1363 milliseconds