OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AIT.c File Reference
#include <Uefi.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
#include <Protocol/Timer.h>

Go to the source code of this file.

Functions

EFI_STATUS OcAppleGenericInputTimerQuirkInit (IN UINT32 TimerResolution)
 
EFI_STATUS OcAppleGenericInputTimerQuirkExit (VOID)
 

Variables

STATIC UINT64 mOriginalTimerPeriod
 
STATIC EFI_TIMER_ARCH_PROTOCOL * mTimerProtocol
 

Detailed Description

Timer booster

Copyright (c) 2018, vit9696. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AIT.c.

Function Documentation

◆ OcAppleGenericInputTimerQuirkExit()

EFI_STATUS OcAppleGenericInputTimerQuirkExit ( VOID )

Definition at line 73 of file AIT.c.

◆ OcAppleGenericInputTimerQuirkInit()

EFI_STATUS OcAppleGenericInputTimerQuirkInit ( IN UINT32 TimerResolution)

Definition at line 26 of file AIT.c.

Variable Documentation

◆ mOriginalTimerPeriod

STATIC UINT64 mOriginalTimerPeriod

Definition at line 22 of file AIT.c.

◆ mTimerProtocol

STATIC EFI_TIMER_ARCH_PROTOCOL* mTimerProtocol

Definition at line 23 of file AIT.c.