Searched refs:PECI_CTRL (Results 1 – 3 of 3) sorted by relevance
194 MEC_ECS->PECI_CTRL |= MEC_BIT(MEC_ECS_PECI_CTRL_PINS_Pos); in mec_hal_ecs_peci_vtt_ref_pin_ctrl()196 MEC_ECS->PECI_CTRL &= (uint32_t)~MEC_BIT(MEC_ECS_PECI_CTRL_PINS_Pos); in mec_hal_ecs_peci_vtt_ref_pin_ctrl()202 if (MEC_ECS->PECI_CTRL & MEC_BIT(MEC_ECS_PECI_CTRL_PINS_Pos)) { in mec_hal_ecs_peci_vtt_ref_pin_is_enabled()235 ecs_pm_save_buf[2] = (uint8_t)(MEC_ECS->PECI_CTRL & 0xffu); in mec_hal_ecs_pm_save_disable()239 MEC_ECS->PECI_CTRL = 1; /* disable VREF_VTT function */ in mec_hal_ecs_pm_save_disable()250 MEC_ECS->PECI_CTRL = ecs_pm_save_buf[2]; in mec_hal_ecs_pm_restore()
29 …__IOM uint32_t PECI_CTRL; /*!< (@ 0x00000040) ECS PECI control … member