Searched refs:mtm_cfg (Results 1 – 1 of 1) sorted by relevance
33 struct nps_host_reg_mtm_cfg mtm_cfg; in mtm_init_nat() local47 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_init_nat()48 mtm_cfg.nat = log_nat; in mtm_init_nat()49 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_init_nat()86 struct nps_host_reg_mtm_cfg mtm_cfg; in mtm_enable_thread() local92 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_thread()93 mtm_cfg.ten |= (1 << (NPS_CPU_TO_THREAD_NUM(cpu))); in mtm_enable_thread()94 iowrite32be(mtm_cfg.value, MTM_CFG(cpu)); in mtm_enable_thread()103 struct nps_host_reg_mtm_cfg mtm_cfg; in mtm_enable_core() local124 mtm_cfg.value = ioread32be(MTM_CFG(cpu)); in mtm_enable_core()[all …]