Searched refs:MTM_CFG (Results 1 – 2 of 2) sorted by relevance
47 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_init_nat()49 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_init_nat()92 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_thread()94 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_enable_thread()124 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_core()126 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_enable_core()
28 #define MTM_CFG(cpu) nps_mtm_reg_addr(cpu, 0x81) macro