Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dcomconsole.c378 u_char dlbl; in comc_getspeed() local
384 dlbl = inb(comc_port + com_dlbl); in comc_getspeed()
389 divisor = dlbh << 8 | dlbl; in comc_getspeed()