Home
last modified time | relevance | path

Searched refs:COMSPEED (Results 1 – 2 of 2) sorted by relevance

/dragonfly/stand/boot/pc32/libi386/
H A Dcomconsole.c42 #ifndef COMSPEED
43 #define COMSPEED 115200 macro
99 outb(COMPORT + com_dlbl, COMC_BPS(COMSPEED) & 0xff); in comc_init()
100 outb(COMPORT + com_dlbh, COMC_BPS(COMSPEED) >> 8); in comc_init()
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S144 #if defined(SIO) && COMSPEED != 0
149 movw $COMSPEED,%ax # defined by Makefile