Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c341 ACPI_RESOURCE_ADDRESS16 addr16 = in parse_resources_addr16() local
344 if (addr16.Address.AddressLength == 0) in parse_resources_addr16()
348 if (addr16.ResourceType == ACPI_MEMORY_RANGE) { in parse_resources_addr16()
352 if (addr16.ResourceType == ACPI_IO_RANGE) { in parse_resources_addr16()
366 addr16.ProducerConsumer == ACPI_CONSUMER ? in parse_resources_addr16()
368 addr16.MinAddressFixed, in parse_resources_addr16()
369 addr16.MaxAddressFixed, in parse_resources_addr16()
370 addr16.Address.Minimum, in parse_resources_addr16()
371 addr16.Address.Maximum, in parse_resources_addr16()
372 addr16.Address.AddressLength); in parse_resources_addr16()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c400 u16 addr16; in sundance_reset() local
402 addr16 = (nic->node_addr[0] | (nic->node_addr[1] << 8)); in sundance_reset()
403 outw(addr16, BASE + StationAddr); in sundance_reset()
404 addr16 = (nic->node_addr[2] | (nic->node_addr[3] << 8)); in sundance_reset()
405 outw(addr16, BASE + StationAddr + 2); in sundance_reset()
406 addr16 = (nic->node_addr[4] | (nic->node_addr[5] << 8)); in sundance_reset()
407 outw(addr16, BASE + StationAddr + 4); in sundance_reset()