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

  /src/sys/external/bsd/acpica/dist/hardware/
hwregs.c 253 * LIMITATIONS: <These limitations also apply to AcpiHwWrite>
344 * FUNCTION: AcpiHwWrite
357 AcpiHwWrite (
546 Status = AcpiHwWrite (Pm1aControl, &AcpiGbl_FADT.XPm1aControlBlock);
554 Status = AcpiHwWrite (Pm1bControl, &AcpiGbl_FADT.XPm1bControlBlock);
763 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPm2ControlBlock);
768 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPmTimerBlock);
878 Status = AcpiHwWrite (Value, RegisterA);
898 Status = AcpiHwWrite (Value, RegisterB);
hwgpe.c 171 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress);
214 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress);
345 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress);
419 Status = AcpiHwWrite (0xFF, &GpeBlock->RegisterInfo[i].StatusAddress);
hwxface.c 109 Status = AcpiHwWrite (AcpiGbl_FADT.ResetValue, ResetReg);
179 Status = AcpiHwWrite (Value, Reg);
  /src/sys/external/bsd/acpica/dist/include/
achware.h 84 AcpiHwWrite (
  /src/sys/external/bsd/acpica/dist/events/
evgpeblk.c 317 Status = AcpiHwWrite (0x00, &ThisRegister->EnableAddress);
325 Status = AcpiHwWrite (0xFF, &ThisRegister->StatusAddress);

Completed in 30 milliseconds