Searched refs:acpi_maptable (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/acpi/ |
| D | acpivar.h | 399 struct acpi_q *acpi_maptable(struct acpi_softc *sc, paddr_t,
|
| D | acpi.c | 1120 entry = acpi_maptable(sc, sc->sc_fadt->dsdt, NULL, NULL, NULL, in acpi_attach_common() 1123 entry = acpi_maptable(sc, sc->sc_fadt->x_dsdt, NULL, NULL, NULL, in acpi_attach_common() 1352 acpi_maptable(struct acpi_softc *sc, paddr_t addr, const char *sig, in acpi_maptable() function 1413 sdt = acpi_maptable(sc, rsdp->rsdp_xsdt, NULL, NULL, NULL, 0); in acpi_loadtables() 1425 acpi_maptable(sc, xsdt->table_offsets[i], NULL, NULL, in acpi_loadtables() 1432 sdt = acpi_maptable(sc, rsdp->rsdp_rsdt, NULL, NULL, NULL, 0); in acpi_loadtables() 1444 acpi_maptable(sc, rsdt->table_offsets[i], NULL, NULL, in acpi_loadtables()
|
| D | dsdt.c | 3793 entry = acpi_maptable(sc, rgn->v_opregion.iobase, "SSDT", NULL, NULL, 1); in aml_load()
|