Searched refs:MTM_CFG (Results 1 – 2 of 2) sorted by relevance
58 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_init_nat()60 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_init_nat()103 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_thread()105 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_enable_thread()135 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_core()137 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_enable_core()
39 #define MTM_CFG(cpu) nps_mtm_reg_addr(cpu, 0x81) macro