Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c43 #define COMC_DIV2BPS(x) (115200 / (x)) /* DLAB divisor to speed */ macro
724 return (COMC_DIV2BPS(divisor)); in comc_getspeed()