Searched refs:ACPI_SIG_IORT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/acpi/arm64/ |
H A D | iort.c | 1710 {"HISI ", "HIP08 ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1713 {"HISI ", "HIP09 ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1715 {"HISI ", "HIP09A ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1718 {"HISI ", "HIP10 ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1720 {"HISI ", "HIP10C ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1722 {"HISI ", "HIP11 ", 0, ACPI_SIG_IORT, greater_than_or_equal, 1974 status = acpi_get_table(ACPI_SIG_IORT, 0, &iort_table); in acpi_iort_init() 2004 status = acpi_get_table(ACPI_SIG_IORT, 0, in acpi_iort_dma_get_max_cpu_address()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 576 { "LENOVO", "CB-01 ", 0x8180, ACPI_SIG_IORT, equal, "QCOM SMMU" }, 577 { "QCOM ", "QCOMEDK2", 0x8180, ACPI_SIG_IORT, equal, "QCOM SMMU" },
|
/openbmc/linux/drivers/acpi/ |
H A D | tables.c | 567 ACPI_SIG_IORT, ACPI_SIG_NFIT, ACPI_SIG_HMAT, ACPI_SIG_PPTT,
|
/openbmc/linux/include/acpi/ |
H A D | actbl2.h | 32 #define ACPI_SIG_IORT "IORT" /* IO Remapping Table */ macro
|