OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMSPEED
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/config/
serial.h
24
* LinuxBIOS), ignoring
COMSPEED
, COMDATA, COMPARITY and COMSTOP.
29
#define
COMSPEED
115200 /* Baud rate */
/external/syslinux/com32/gdbstub/
serial.c
24
#ifndef
COMSPEED
25
#define
COMSPEED
9600
44
#define UART_BAUD (
COMSPEED
)
124
* Initialize port UART_BASE to speed
COMSPEED
, line settings 8N1.
143
/* Set Baud Rate Divisor to
COMSPEED
, and test to see if the
/external/syslinux/gpxe/src/core/
serial.c
29
#ifndef
COMSPEED
30
#define
COMSPEED
9600
49
#define UART_BAUD (
COMSPEED
)
146
* Initialize port UART_BASE to speed
COMSPEED
, line settings 8N1.
165
/* Set Baud Rate Divisor to
COMSPEED
, and test to see if the
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_call.c
465
ix86->regs.cx = 115200 /
COMSPEED
;
Completed in 413 milliseconds