Searched refs:PIT_REGS_BASE (Results 1 – 1 of 1) sorted by relevance
58 #define PIT_REGS_BASE (CONSOLE_REGS_BASE + CONSOLE_REGS_SIZE) macro60 #define PIT_STATUS (PIT_REGS_BASE + 0) // status bit61 #define PIT_CLEAR (PIT_REGS_BASE + 4) // a nonzero write clears any pending timer62 #define PIT_CLEAR_INT (PIT_REGS_BASE + 8) // a nonzero write clears the pending interrupt63 #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 countdown65 #define PIT_START_PERIODIC (PIT_REGS_BASE + 20) // a nonzero write starts a periodic countdown71 #define PIC_REGS_BASE (PIT_REGS_BASE + PIT_REGS_SIZE)
Completed in 3 milliseconds