Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/pc32/libi386/
H A Dcomconsole.c37 #define COMC_BPS(x) (115200 / (x)) /* speed to DLAB divisor */ 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()