Home
last modified time | relevance | path

Searched refs:ESPI_CHANNEL_PERIPHERAL (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/tests/drivers/espi/src/
Dtest_acpi.c15 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in ZTEST()
/Zephyr-Core-3.5.0/drivers/espi/
Despi_emul.c71 !(data->cfg.channel_caps & ESPI_CHANNEL_PERIPHERAL))) { in emul_espi_trigger_event()
Despi_mchp_xec_v2.c221 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) { in espi_xec_configure()
274 case ESPI_CHANNEL_PERIPHERAL: in espi_xec_channel_ready()
853 .evt_details = ESPI_CHANNEL_PERIPHERAL, in espi_pc_isr()
Despi_npcx.c576 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) in espi_npcx_configure()
601 case ESPI_CHANNEL_PERIPHERAL: in espi_npcx_channel_ready()
Despi_mchp_xec.c273 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) { in espi_xec_configure()
325 case ESPI_CHANNEL_PERIPHERAL: in espi_xec_channel_ready()
Despi_it8xxx2.c664 case ESPI_CHANNEL_PERIPHERAL: in espi_it8xxx2_channel_ready()
1573 ESPI_CHANNEL_PERIPHERAL, enable); in espi_it8xxx2_peripheral_ch_en_isr()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Despi.h103 ESPI_CHANNEL_PERIPHERAL = BIT(0), enumerator
/Zephyr-Core-3.5.0/samples/drivers/espi/src/
Dmain.c910 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in espi_init()