Searched refs:MTIME_REG (Results 1 – 2 of 2) sorted by relevance
19 #define MTIME_REG(base) ((ulong)(base)) macro23 return readq((void __iomem *)MTIME_REG(dev_get_priv(dev))); in andes_plmt_get_count()41 return readq((void __iomem *)MTIME_REG(RISCV_MMODE_TIMERBASE)); in timer_early_get_count()
16 #define MTIME_REG(base) ((ulong)(base) + 0xbff8) macro20 return readq((void __iomem *)MTIME_REG(dev_get_priv(dev))); in sifive_clint_get_count()38 return readq((void __iomem *)MTIME_REG(RISCV_MMODE_TIMERBASE)); in timer_early_get_count()
Completed in 37 milliseconds