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