Searched refs:MEC_PECI_CTRL_PWRDN_Pos (Results 1 – 2 of 2) sorted by relevance
32 | MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos)); in peci_reset()37 regs->CTRL = MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in peci_reset()107 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_init()122 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_enable()124 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_enable()220 regs->CTRL = ctrl | MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_set_opt_bit_time()348 MEC_PECI0->CTRL |= MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_pm_save_disable()
56 #define MEC_PECI_CTRL_PWRDN_Pos (0UL) /*!< PWRDN (Bit 0) … macro