Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c693 uchar_t dlbl; in comc_getspeed() local
699 dlbl = inb(ioaddr + com_dlbl); in comc_getspeed()
704 divisor = dlbh << 8 | dlbl; in comc_getspeed()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defiisaio.c623 uchar_t dlbl; in efi_isa_getspeed() local
638 EFI_ISA_ACPI_MEMORY_WIDTH_8_BIT, sp->ioaddr + com_dlbl, 1, &dlbl); in efi_isa_getspeed()
651 divisor = dlbh << 8 | dlbl; in efi_isa_getspeed()