Searched refs:acpi_match_resource_hint (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/acpica/ |
| H A D | acpi.c | 1203 acpi_match_resource_hint(device_t dev, int type, long value) in acpi_match_resource_hint() function 1250 if (acpi_match_resource_hint(child, SYS_RES_IOPORT, value)) in acpi_hint_device_matches_resources() 1256 if (acpi_match_resource_hint(child, SYS_RES_MEMORY, value)) in acpi_hint_device_matches_resources() 1272 if (acpi_match_resource_hint(child, SYS_RES_IRQ, value)) in acpi_hint_device_matches_resources() 1278 if (acpi_match_resource_hint(child, SYS_RES_DRQ, value)) in acpi_hint_device_matches_resources()
|