Home
last modified time | relevance | path

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

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