Searched refs:MEC_PECI_CTRL_RST_Pos (Results 1 – 2 of 2) sorted by relevance
31 regs->CTRL = (MEC_BIT(MEC_PECI_CTRL_RST_Pos) | MEC_BIT(MEC_PECI_CTRL_FRST_Pos) in peci_reset()139 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_RST_Pos); in mec_hal_peci_ctrl_reset()141 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_RST_Pos); in mec_hal_peci_ctrl_reset()
58 #define MEC_PECI_CTRL_RST_Pos (3UL) /*!< RST (Bit 3) … macro