Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/acpica/
H A Dacpi_resource.c778 struct resource_list_entry *bus_rle, *dev_rle; in acpi_sysres_attach() local
793 STAILQ_FOREACH(dev_rle, dev_rl, link) { in acpi_sysres_attach()
794 if (dev_rle->type != SYS_RES_IOPORT && dev_rle->type != SYS_RES_MEMORY) in acpi_sysres_attach()
797 start = dev_rle->start; in acpi_sysres_attach()
798 end = dev_rle->end; in acpi_sysres_attach()
799 count = dev_rle->count; in acpi_sysres_attach()
800 type = dev_rle->type; in acpi_sysres_attach()