Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/espi/
Despi_emul.c69 !(data->cfg.channel_caps & ESPI_CHANNEL_OOB)) || in emul_espi_trigger_event()
Despi_npcx.c245 chg_mask &= (ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_OOB | in espi_bus_cfg_update_isr()
582 if (cfg->channel_caps & ESPI_CHANNEL_OOB) in espi_npcx_configure()
607 case ESPI_CHANNEL_OOB: in espi_npcx_channel_ready()
Despi_mchp_xec.c289 if (cfg->channel_caps & ESPI_CHANNEL_OOB) { in espi_xec_configure()
331 case ESPI_CHANNEL_OOB: in espi_xec_channel_ready()
1036 .evt_details = ESPI_CHANNEL_OOB, in espi_oob_up_isr()
Despi_mchp_xec_v2.c237 if (cfg->channel_caps & ESPI_CHANNEL_OOB) { in espi_xec_configure()
280 case ESPI_CHANNEL_OOB: in espi_xec_channel_ready()
946 .evt_details = ESPI_CHANNEL_OOB, in espi_oob_up_isr()
Despi_it8xxx2.c670 case ESPI_CHANNEL_OOB: in espi_it8xxx2_channel_ready()
1591 espi_it8xxx2_ch_notify_system_state(dev, ESPI_CHANNEL_OOB, enable); in espi_it8xxx2_oob_ch_en_isr()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Despi.h105 ESPI_CHANNEL_OOB = BIT(2), enumerator
/Zephyr-Core-3.5.0/samples/drivers/espi/src/
Dmain.c846 case ESPI_CHANNEL_OOB: in espi_ch_handler()
916 cfg.channel_caps |= ESPI_CHANNEL_OOB; in espi_init()