Lines Matching refs:val
78 uint32_t msk, temp, val; in mec_hal_ecs_debug_port() local
83 val = 0u; in mec_hal_ecs_debug_port()
87 val = MEC_BIT(MEC_ECS_DBG_CTRL_EN_Pos) | (uint32_t)MEC_ECS_DBG_CTRL_CFG_JTAG; in mec_hal_ecs_debug_port()
91 val = MEC_BIT(MEC_ECS_DBG_CTRL_EN_Pos) | (uint32_t)MEC_ECS_DBG_CTRL_CFG_SWD_ONLY; in mec_hal_ecs_debug_port()
95 val = MEC_BIT(MEC_ECS_DBG_CTRL_EN_Pos) | (uint32_t)MEC_ECS_DBG_CTRL_CFG_SWD_SWV; in mec_hal_ecs_debug_port()
102 temp |= val; in mec_hal_ecs_debug_port()
114 uint32_t msk = 0, val = 0; in mec_hal_ecs_analog_comparator_config() local
118 val |= MEC_BIT(MEC_ECS_CMPSC_DSLP0_Pos); in mec_hal_ecs_analog_comparator_config()
122 val |= MEC_BIT(MEC_ECS_CMPSC_DSLP1_Pos); in mec_hal_ecs_analog_comparator_config()
125 MEC_ECS->CMPSC = (MEC_ECS->CMPSC & (uint32_t)~msk) | val; in mec_hal_ecs_analog_comparator_config()
129 val = 0; in mec_hal_ecs_analog_comparator_config()
131 val |= MEC_BIT(MEC_ECS_CMPC_EN0_Pos); in mec_hal_ecs_analog_comparator_config()
134 val |= MEC_BIT(MEC_ECS_CMPC_LKCFG0_Pos); in mec_hal_ecs_analog_comparator_config()
137 val |= MEC_BIT(MEC_ECS_CMPC_EN1_Pos); in mec_hal_ecs_analog_comparator_config()
140 MEC_ECS->CMPC = (MEC_ECS->CMPC & (uint32_t)~msk) | val; in mec_hal_ecs_analog_comparator_config()