Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi.c234 static struct rman acpi_rman_io, acpi_rman_mem; variable
496 acpi_rman_io.rm_type = RMAN_ARRAY; in acpi_attach()
497 acpi_rman_io.rm_start = 0; in acpi_attach()
498 acpi_rman_io.rm_end = 0xffff; in acpi_attach()
499 acpi_rman_io.rm_descr = "ACPI I/O ports"; in acpi_attach()
500 if (rman_init(&acpi_rman_io, -1) != 0) in acpi_attach()
1053 rm = &acpi_rman_io; in acpi_sysres_alloc()
1092 rm = &acpi_rman_io; in acpi_alloc_resource()
1177 rm = &acpi_rman_io; in acpi_release_resource()