Home
last modified time | relevance | path

Searched refs:ESPI_CHANNEL_FLASH (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/samples/drivers/espi/src/
Dmain.c843 case ESPI_CHANNEL_FLASH: in espi_ch_handler()
919 cfg.channel_caps |= ESPI_CHANNEL_FLASH; in espi_init()
1357 ESPI_CHANNEL_FLASH); in espi_test()
/Zephyr-Core-3.5.0/drivers/espi/
Despi_npcx.c246 ESPI_CHANNEL_FLASH); in espi_bus_cfg_update_isr()
585 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) in espi_npcx_configure()
610 case ESPI_CHANNEL_FLASH: in espi_npcx_channel_ready()
Despi_mchp_xec.c297 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) { in espi_xec_configure()
334 case ESPI_CHANNEL_FLASH: in espi_xec_channel_ready()
1069 .evt_details = ESPI_CHANNEL_FLASH, in espi_flash_isr()
Despi_mchp_xec_v2.c245 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) { in espi_xec_configure()
283 case ESPI_CHANNEL_FLASH: in espi_xec_channel_ready()
982 .evt_details = ESPI_CHANNEL_FLASH, in espi_flash_isr()
Despi_it8xxx2.c673 case ESPI_CHANNEL_FLASH: in espi_it8xxx2_channel_ready()
1606 espi_it8xxx2_ch_notify_system_state(dev, ESPI_CHANNEL_FLASH, enable); in espi_it8xxx2_flash_ch_en_isr()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Despi.h106 ESPI_CHANNEL_FLASH = BIT(3), enumerator