OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ama
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/acpi/
acpi_pci_layerscape_gen4.c
214
ACPI_MCFG_ALLOCATION *
ama
;
local
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
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
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
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
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
336
ama
= ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset);
339
if (
ama
->Address >= 0x100000000ULL)
[
all
...]
Completed in 35 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026