Searched refs:mtm_cfg (Results 1 – 1 of 1) sorted by relevance
44 struct nps_host_reg_mtm_cfg mtm_cfg; in mtm_init_nat() local58 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_init_nat()59 mtm_cfg.nat = log_nat; in mtm_init_nat()60 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_init_nat()97 struct nps_host_reg_mtm_cfg mtm_cfg; in mtm_enable_thread() local103 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_thread()104 mtm_cfg.ten |= (1 << (NPS_CPU_TO_THREAD_NUM(cpu))); in mtm_enable_thread()105 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_enable_thread()114 struct nps_host_reg_mtm_cfg mtm_cfg; in mtm_enable_core() local135 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_core()[all …]