/src/sys/arch/arm/acpi/ |
acpi_pci_layerscape_gen4.c | 214 ACPI_MCFG_ALLOCATION *ama; local in function:acpi_pci_layerscape_win_base 224 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, off); 226 if (ama->PciSegment == seg) 227 return ama->Address; 229 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, off);
|
acpi_pci_layerscape_gen4.c | 214 ACPI_MCFG_ALLOCATION *ama; local in function:acpi_pci_layerscape_win_base 224 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, off); 226 if (ama->PciSegment == seg) 227 return ama->Address; 229 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, off);
|
/src/sys/dev/acpi/ |
acpi_mcfg.c | 280 ACPI_MCFG_ALLOCATION *ama; local in function:acpimcfg_probe 297 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 302 ama->PciSegment, ama->StartBusNumber, ama->EndBusNumber, 303 ama->Address); 306 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 320 ACPI_MCFG_ALLOCATION *ama; local in function:acpimcfg_init 336 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 339 if (ama->Address >= 0x100000000ULL) [all...] |
acpi_mcfg.c | 280 ACPI_MCFG_ALLOCATION *ama; local in function:acpimcfg_probe 297 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 302 ama->PciSegment, ama->StartBusNumber, ama->EndBusNumber, 303 ama->Address); 306 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 320 ACPI_MCFG_ALLOCATION *ama; local in function:acpimcfg_init 336 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 339 if (ama->Address >= 0x100000000ULL) [all...] |