Home | History | Annotate | Download | only in AcpiTimerLib

Lines Matching defs:Function

25   Internal function to retrieves the 64-bit frequency in Hz.

27 Internal function to retrieves the 64-bit frequency in Hz.
38 The constructor function enables ACPI IO space.
40 If ACPI I/O space not enabled, this function will enable it.
54 UINTN Function;
85 Function = PcdGet8 (PcdAcpiIoPciFunctionNumber);
92 if ((PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister)) & EnableMask) != EnableMask) {
94 PCI_LIB_ADDRESS (Bus, Device, Function, PcdGet16 (PcdAcpiIoPciBarRegisterOffset)),
98 PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister),
107 Internal function to retrieve the ACPI I/O Port Base Address.
109 Internal function to retrieve the ACPI I/O Port Base Address.
169 // Delay >= 2^23 could not be handled by this function
170 // Timer wrap-arounds are handled correctly by this function
298 This function converts the elapsed ticks of running performance counter to
379 // Timer wrap-arounds are handled correctly by this function.