Home
last modified time | relevance | path

Searched refs:PIT_REGS_BASE (Results 1 – 1 of 1) sorted by relevance

/lk-master/platform/armemu/include/platform/armemu/
A Dmemmap.h58 #define PIT_REGS_BASE (CONSOLE_REGS_BASE + CONSOLE_REGS_SIZE) macro
60 #define PIT_STATUS (PIT_REGS_BASE + 0) // status bit
61 #define PIT_CLEAR (PIT_REGS_BASE + 4) // a nonzero write clears any pending timer
62 #define PIT_CLEAR_INT (PIT_REGS_BASE + 8) // a nonzero write clears the pending interrupt
63 #define PIT_INTERVAL (PIT_REGS_BASE + 12) // set the countdown interval, and what the interval…
64 #define PIT_START_ONESHOT (PIT_REGS_BASE + 16) // a nonzero write starts a oneshot countdown
65 #define PIT_START_PERIODIC (PIT_REGS_BASE + 20) // a nonzero write starts a periodic countdown
71 #define PIC_REGS_BASE (PIT_REGS_BASE + PIT_REGS_SIZE)

Completed in 3 milliseconds