Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi_resource.c693 struct resource_list_entry *bus_rle, *dev_rle; in acpi_sysres_attach() local
710 SLIST_FOREACH(dev_rle, dev_rl, link) { in acpi_sysres_attach()
711 if (dev_rle->type != SYS_RES_IOPORT && dev_rle->type != SYS_RES_MEMORY) in acpi_sysres_attach()
714 start = dev_rle->start; in acpi_sysres_attach()
715 end = dev_rle->end; in acpi_sysres_attach()
716 count = dev_rle->count; in acpi_sysres_attach()
717 type = dev_rle->type; in acpi_sysres_attach()