Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/plat-eznps/include/plat/
Dmtm.h22 static inline void *nps_mtm_reg_addr(u32 cpu, u32 reg) in nps_mtm_reg_addr() function
39 #define MTM_CFG(cpu) nps_mtm_reg_addr(cpu, 0x81)
40 #define MTM_THR_INIT(cpu) nps_mtm_reg_addr(cpu, 0x92)
41 #define MTM_THR_INIT_STS(cpu) nps_mtm_reg_addr(cpu, 0x93)
/Linux-v4.19/arch/arc/plat-eznps/
Dsmp.c106 iowrite32be(cpu_cfg.value, nps_mtm_reg_addr(cpu, NPS_MTM_CPU_CFG)); in eznps_smp_wakeup_cpu()