Home
last modified time | relevance | path

Searched refs:MCHP_ESPI_PC_STS_EN_CHG (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/espi/
Despi_mchp_xec.c961 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()
Despi_mchp_xec_v2.c821 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()
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_espi_iom.h222 #define MCHP_ESPI_PC_STS_EN_CHG BIT(MCHP_ESPI_PC_STS_EN_CHG_POS) macro