Searched refs:AcpiHwRead (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c237 Status = AcpiHwRead (&EnableMask, &GpeRegisterInfo->EnableAddress);
399 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress);
412 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress);
671 Status = AcpiHwRead (&InEnable, &GpeRegisterInfo->EnableAddress);
677 Status = AcpiHwRead (&InStatus, &GpeRegisterInfo->StatusAddress);
H A Dhwregs.c351 * FUNCTION: AcpiHwRead
367 AcpiHwRead ( function
726 Status = AcpiHwRead (&Value64, &AcpiGbl_FADT.XPm2ControlBlock);
735 Status = AcpiHwRead (&Value64, &AcpiGbl_FADT.XPmTimerBlock);
860 Status = AcpiHwRead (&ReadValue64, &AcpiGbl_FADT.XPm2ControlBlock);
927 Status = AcpiHwRead (&Value64, RegisterA);
938 Status = AcpiHwRead (&Value64, RegisterB);
H A Dhwtimer.c236 Status = AcpiHwRead (&TimerValue, &AcpiGbl_FADT.XPmTimerBlock);
H A Dhwxface.c256 Status = AcpiHwRead (ReturnValue, Reg);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dachware.h187 AcpiHwRead (
/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devgpe.c870 Status = AcpiHwRead (&EnableReg, &GpeRegisterInfo->EnableAddress);
878 Status = AcpiHwRead (&StatusReg, &GpeRegisterInfo->StatusAddress);

Completed in 260 milliseconds