mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add some constants for the local APIC timer.
This commit is contained in:
parent
21bc8faa44
commit
e367f46738
1 changed files with 5 additions and 0 deletions
|
|
@ -330,8 +330,13 @@ typedef struct IOAPIC ioapic_t;
|
|||
#define APIC_LVTT_DS 0x00001000
|
||||
#define APIC_LVTT_M 0x00010000
|
||||
#define APIC_LVTT_TM 0x00020000
|
||||
# define APIC_LVTT_TM_ONE_SHOT 0x00000000
|
||||
# define APIC_LVTT_TM_PERIODIC 0x00020000
|
||||
|
||||
|
||||
/* APIC timer current count */
|
||||
#define APIC_TIMER_MAX_COUNT 0xffffffff
|
||||
|
||||
/* fields in TDCR */
|
||||
#define APIC_TDCR_2 0x00
|
||||
#define APIC_TDCR_4 0x01
|
||||
|
|
|
|||
Loading…
Reference in a new issue