Searched refs:AcpiHwWrite (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c159 * LIMITATIONS: <These limitations also apply to AcpiHwWrite>
220 * FUNCTION: AcpiHwWrite
234 AcpiHwWrite ( function
385 Status = AcpiHwWrite (Pm1aControl, &AcpiGbl_FADT.XPm1aControlBlock);
393 Status = AcpiHwWrite (Pm1bControl, &AcpiGbl_FADT.XPm1bControlBlock);
590 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPm2ControlBlock);
595 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPmTimerBlock);
702 Status = AcpiHwWrite (Value, RegisterA);
722 Status = AcpiHwWrite (Value, RegisterB);
H A Dhwgpe.c167 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress);
213 Status = AcpiHwWrite (RegisterBit,
337 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress);
416 Status = AcpiHwWrite (0xFF, &GpeBlock->RegisterInfo[i].StatusAddress);
H A Dhwxface.c109 Status = AcpiHwWrite (AcpiGbl_FADT.ResetValue, ResetReg);
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dachware.h84 AcpiHwWrite (
/freebsd-10.2-release/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c312 Status = AcpiHwWrite (0x00, &ThisRegister->EnableAddress);
320 Status = AcpiHwWrite (0xFF, &ThisRegister->StatusAddress);

Completed in 76 milliseconds