Searched refs:MCHP_ESPI_PC_STS_EN_CHG (Results 1 – 3 of 3) sorted by relevance
961 ESPI_PC_REGS->PC_STATUS = (MCHP_ESPI_PC_STS_EN_CHG | in setup_espi_io_config()971 if (status & MCHP_ESPI_PC_STS_EN_CHG) { in espi_pc_isr()976 ESPI_PC_REGS->PC_STATUS = MCHP_ESPI_PC_STS_EN_CHG; in espi_pc_isr()1521 ESPI_PC_REGS->PC_STATUS = MCHP_ESPI_PC_STS_EN_CHG; in espi_xec_init()
821 regs->PCSTS = MCHP_ESPI_PC_STS_EN_CHG | in setup_espi_io_config()863 if (status & MCHP_ESPI_PC_STS_EN_CHG) { in espi_pc_isr()868 regs->PCSTS = MCHP_ESPI_PC_STS_EN_CHG; in espi_pc_isr()1538 regs->PCSTS = MCHP_ESPI_PC_STS_EN_CHG; in espi_xec_init()
222 #define MCHP_ESPI_PC_STS_EN_CHG BIT(MCHP_ESPI_PC_STS_EN_CHG_POS) macro