Home
last modified time | relevance | path

Searched refs:ESPI_BUS_TAF_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c589 if ((event.evt_type != ESPI_BUS_TAF_NOTIFICATION) || in espi_taf_event_handler()
600 espi_init_callback(&espi_taf_cb, espi_taf_event_handler, ESPI_BUS_TAF_NOTIFICATION); in npcx_init_taf()
Despi_saf_mchp_xec_v2.c1030 struct espi_event evt = { .evt_type = ESPI_BUS_TAF_NOTIFICATION, in espi_saf_done_isr()
Despi_npcx.c441 .evt_type = ESPI_BUS_TAF_NOTIFICATION, in espi_bus_flash_rx_isr()
/Zephyr-latest/include/zephyr/drivers/
Despi.h143 ESPI_BUS_TAF_NOTIFICATION = BIT(5), enumerator