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

/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c361 * LIMITATIONS: <These limitations also apply to AcpiHwWrite>
452 * FUNCTION: AcpiHwWrite
465 AcpiHwWrite ( function
654 Status = AcpiHwWrite (Pm1aControl, &AcpiGbl_FADT.XPm1aControlBlock);
662 Status = AcpiHwWrite (Pm1bControl, &AcpiGbl_FADT.XPm1bControlBlock);
871 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPm2ControlBlock);
876 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPmTimerBlock);
986 Status = AcpiHwWrite (Value, RegisterA);
1006 Status = AcpiHwWrite (Value, RegisterB);
H A Dhwgpe.c279 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress);
322 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress);
453 Status = AcpiHwWrite (EnableMask, &GpeRegisterInfo->EnableAddress);
527 Status = AcpiHwWrite (0xFF, &GpeBlock->RegisterInfo[i].StatusAddress);
H A Dhwxface.c217 Status = AcpiHwWrite (AcpiGbl_FADT.ResetValue, ResetReg);
287 Status = AcpiHwWrite (Value, Reg);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dachware.h192 AcpiHwWrite (
/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c425 Status = AcpiHwWrite (0x00, &ThisRegister->EnableAddress);
433 Status = AcpiHwWrite (0xFF, &ThisRegister->StatusAddress);

Completed in 167 milliseconds