OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACPI_LODWORD
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/hardware/
hwpci.c
513
PciId->Device = ACPI_HIWORD (
ACPI_LODWORD
(ReturnValue));
514
PciId->Function = ACPI_LOWORD (
ACPI_LODWORD
(ReturnValue));
/src/sys/external/bsd/acpica/dist/events/
evrgnini.c
440
PciId->Device = ACPI_HIWORD (
ACPI_LODWORD
(PciValue));
441
PciId->Function = ACPI_LOWORD (
ACPI_LODWORD
(PciValue));
/src/sys/dev/acpi/
acpi_pci.c
55
#define ACPI_HILODWORD(x) ACPI_HIWORD(
ACPI_LODWORD
((x)))
56
#define ACPI_LOLODWORD(x) ACPI_LOWORD(
ACPI_LODWORD
((x)))
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c
298
Status = AcpiHwWritePort (Address,
ACPI_LODWORD
(*Value), 32);
/src/sys/external/bsd/acpica/dist/include/
acmacros.h
179
#define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i),
ACPI_LODWORD
(i)
actypes.h
639
#define
ACPI_LODWORD
(Integer64) ((UINT32) (UINT64)(Integer64))
Completed in 114 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025