Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/timer/
Driscv_machine_timer.c20 #define MTIME_REG DT_INST_REG_ADDR(0) macro
27 #define MTIME_REG DT_INST_REG_ADDR(0) macro
34 #define MTIME_REG DT_INST_REG_ADDR(0) macro
41 #define MTIME_REG (DT_INST_REG_ADDR(0) + 0xbff8U) macro
48 #define MTIME_REG DT_INST_REG_ADDR(0) macro
55 #define MTIME_REG (DT_INST_REG_ADDR(0) + 0x110) macro
63 #define MTIME_REG (DT_INST_REG_ADDR(0) + 8) macro
71 #define MTIME_REG (DT_INST_REG_ADDR_U64(0) + 8) macro
126 return *(volatile uint64_t *)MTIME_REG; in mtime()
128 volatile uint32_t *r = (uint32_t *)MTIME_REG; in mtime()