Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c707 uchar_t dlbh; in comc_getspeed() local
715 dlbh = inb(ioaddr + com_dlbh); in comc_getspeed()
719 divisor = dlbh << 8 | dlbl; in comc_getspeed()