ReactOS 0.4.15-dev-7942-gd23573b
clock.c File Reference
#include <hal.h>
Include dependency graph for clock.c:

Go to the source code of this file.

Macros

#define LPT_STATUS   0x42
 
#define SYSTEM_CLOCK_8_MHZ   0x20
 

Functions

VOID NTAPI HalpInitializeClockPc98 (VOID)
 

Variables

ULONG PIT_FREQUENCY
 
HALP_ROLLOVER HalpRolloverTable [15]
 
static const HALP_ROLLOVER RolloverTable1 [15]
 
static const HALP_ROLLOVER RolloverTable2 [15]
 

Macro Definition Documentation

◆ LPT_STATUS

#define LPT_STATUS   0x42

Definition at line 14 of file clock.c.

◆ SYSTEM_CLOCK_8_MHZ

#define SYSTEM_CLOCK_8_MHZ   0x20

Definition at line 15 of file clock.c.

Function Documentation

◆ HalpInitializeClockPc98()

VOID NTAPI HalpInitializeClockPc98 ( VOID  )

Definition at line 62 of file clock.c.

63{
64 /* Obtain system clock value from the parallel port */
66 {
69 }
70 else
71 {
74 }
75}
#define SYSTEM_CLOCK_8_MHZ
Definition: clock.c:15
static const HALP_ROLLOVER RolloverTable2[15]
Definition: clock.c:39
static const HALP_ROLLOVER RolloverTable1[15]
Definition: clock.c:21
#define LPT_STATUS
Definition: clock.c:14
ULONG PIT_FREQUENCY
Definition: clock.c:17
HALP_ROLLOVER HalpRolloverTable[15]
Definition: clock.c:18
PPC_QUAL unsigned char __inbyte(const unsigned long Port)
Definition: intrin_ppc.h:539
#define TIMER_FREQUENCY_1
Definition: pit.h:16
#define TIMER_FREQUENCY_2
Definition: pit.h:17
#define RtlCopyMemory(Destination, Source, Length)
Definition: typedefs.h:263

Referenced by HalpInitializeClock().

Variable Documentation

◆ HalpRolloverTable

HALP_ROLLOVER HalpRolloverTable[15]

Definition at line 18 of file clock.c.

◆ PIT_FREQUENCY

ULONG PIT_FREQUENCY

Definition at line 17 of file clock.c.

Referenced by HalpInitializeClockPc98().

◆ RolloverTable1

const HALP_ROLLOVER RolloverTable1[15]
static
Initial value:
=
{
{1996, 9996},
{3993, 19997},
{5990, 29998},
{7987, 39999},
{9984, 50000},
{11980, 59996},
{13977, 69997},
{15974, 79998},
{17971, 89999},
{19968, 100000},
{21964, 109996},
{23961, 119997},
{25958, 129998},
{27955, 139999},
{29951, 149995}
}

Definition at line 21 of file clock.c.

Referenced by HalpInitializeClockPc98().

◆ RolloverTable2

const HALP_ROLLOVER RolloverTable2[15]
static
Initial value:
=
{
{2463, 10022},
{4912, 19987},
{7376, 30013},
{9825, 39978},
{12288, 50000},
{14751, 60022},
{17200, 69987},
{19664, 80013},
{22113, 89978},
{24576, 100000},
{27039, 110022},
{29488, 119987},
{31952, 130013},
{34401, 139978},
{36864, 150000}
}

Definition at line 39 of file clock.c.

Referenced by HalpInitializeClockPc98().