Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_mchp_xec.c804 ESPI_FC_REGS->STS = MCHP_ESPI_FC_STS_DONE; in espi_init_flash()
1076 if (status & MCHP_ESPI_FC_STS_DONE) { in espi_flash_isr()
1078 ESPI_FC_REGS->STS = MCHP_ESPI_FC_STS_DONE; in espi_flash_isr()
Despi_mchp_xec_v2.c684 regs->FCSTS = MCHP_ESPI_FC_STS_DONE; in espi_init_flash()
989 if (status & MCHP_ESPI_FC_STS_DONE) { in espi_flash_isr()
991 regs->FCSTS = MCHP_ESPI_FC_STS_DONE; in espi_flash_isr()
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_espi_iom.h476 #define MCHP_ESPI_FC_STS_DONE BIT(MCHP_ESPI_FC_STS_DONE_POS) macro