Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_npcx.c301 ESPI_CHANNEL_FLASH); in espi_bus_cfg_update_isr()
442 .evt_details = ESPI_CHANNEL_FLASH, in espi_bus_flash_rx_isr()
759 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) { in espi_npcx_configure()
785 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_taf_npcx.c590 (event.evt_details != ESPI_CHANNEL_FLASH)) { in espi_taf_event_handler()
Despi_it8xxx2.c688 case ESPI_CHANNEL_FLASH: in espi_it8xxx2_channel_ready()
1654 espi_it8xxx2_ch_notify_system_state(dev, ESPI_CHANNEL_FLASH, enable); in espi_it8xxx2_flash_ch_en_isr()
/Zephyr-latest/samples/drivers/espi/src/
Dmain.c803 case ESPI_CHANNEL_FLASH: in espi_ch_handler()
877 cfg.channel_caps |= ESPI_CHANNEL_FLASH; in espi_init()
1300 flash_sts = espi_get_channel_status(espi_dev, ESPI_CHANNEL_FLASH); in espi_test()
/Zephyr-latest/include/zephyr/drivers/
Despi.h106 ESPI_CHANNEL_FLASH = BIT(3), enumerator