Lines Matching refs:CONTROL
162 regs->CONTROL = MCHP_PECI_CTRL_PD; in peci_xec_configure()
171 regs->CONTROL &= ~MCHP_PECI_CTRL_PD; in peci_xec_configure()
193 regs->CONTROL |= MCHP_PECI_CTRL_PD; in peci_xec_disable()
203 regs->CONTROL &= ~MCHP_PECI_CTRL_PD; in peci_xec_enable()
221 regs->CONTROL = MCHP_PECI_CTRL_PD | MCHP_PECI_CTRL_RST; in peci_xec_bus_recovery()
229 regs->CONTROL &= ~MCHP_PECI_CTRL_RST; in peci_xec_bus_recovery()
234 regs->CONTROL |= MCHP_PECI_CTRL_FRST; in peci_xec_bus_recovery()
255 regs->CONTROL &= ~MCHP_PECI_CTRL_FRST; in peci_xec_write()
278 regs->CONTROL |= MCHP_PECI_CTRL_TXEN; in peci_xec_write()
459 regs->CONTROL &= ~MCHP_PECI_CTRL_PD; in peci_xec_pm_action()
462 regs->CONTROL |= MCHP_PECI_CTRL_PD; in peci_xec_pm_action()
540 regs->CONTROL |= MCHP_PECI_CTRL_RST; in peci_xec_init()
542 regs->CONTROL &= ~MCHP_PECI_CTRL_RST; in peci_xec_init()
553 regs->CONTROL |= MCHP_PECI_CTRL_MIEN; in peci_xec_init()