HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_LOWORD (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evrgnini.c 441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
450 PciId->Segment = ACPI_LOWORD (PciValue);
459 PciId->Bus = ACPI_LOWORD (PciValue);
  /src/sys/dev/acpi/
acpi_pci.c 56 #define ACPI_LOLODWORD(x) ACPI_LOWORD(ACPI_LODWORD((x)))
205 ap->ap_segment = ACPI_LOWORD(val);
214 ap->ap_downbus = ACPI_LOWORD(val);
  /src/sys/external/bsd/acpica/dist/hardware/
hwpci.c 514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 637 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer))

Completed in 132 milliseconds