Home
last modified time | relevance | path

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

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