Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Driscv_machine_timer.c21 #define MTIMECMP_REG (DT_INST_REG_ADDR(0) + 8) macro
28 #define MTIMECMP_REG (DT_INST_REG_ADDR(0) + 8) macro
35 #define MTIMECMP_REG (DT_INST_REG_ADDR(0) + 8) macro
42 #define MTIMECMP_REG (DT_INST_REG_ADDR(0) + 0x4000U) macro
49 #define MTIMECMP_REG (DT_INST_REG_ADDR(0) + 8) macro
56 #define MTIMECMP_REG (DT_INST_REG_ADDR(0) + 0x118) macro
62 #define MTIMECMP_REG DT_INST_REG_ADDR(0) macro
72 #define MTIMECMP_REG (DT_INST_REG_ADDR_U64(0) + 16) macro
119 return MTIMECMP_REG + (arch_proc_id() * 8); in get_hart_mtimecmp()