Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dcomconsole.c36 #define COMC_DIV2BPS(x) (115200 / (x)) /* DLAB divisor to speed */ macro
394 return (COMC_DIV2BPS(divisor)); in comc_getspeed()