Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_emul.c67 !(data->cfg.channel_caps & ESPI_CHANNEL_VWIRE)) || in emul_espi_trigger_event()
69 !(data->cfg.channel_caps & ESPI_CHANNEL_OOB)) || in emul_espi_trigger_event()
71 !(data->cfg.channel_caps & ESPI_CHANNEL_PERIPHERAL))) { in emul_espi_trigger_event()
84 return (data->cfg.channel_caps & ch); in espi_emul_get_channel_status()
96 if (!(emul_data->cfg.channel_caps & ESPI_CHANNEL_VWIRE)) { in espi_emul_read_lpc_request()
139 if (!(data->cfg.channel_caps & ESPI_CHANNEL_VWIRE)) { in espi_emul_send_vwire()
163 if (!(data->cfg.channel_caps & ESPI_CHANNEL_VWIRE)) { in espi_emul_receive_vwire()
Despi_mchp_xec.c273 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) { in espi_xec_configure()
281 if (cfg->channel_caps & ESPI_CHANNEL_VWIRE) { in espi_xec_configure()
289 if (cfg->channel_caps & ESPI_CHANNEL_OOB) { in espi_xec_configure()
297 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) { in espi_xec_configure()
Despi_mchp_xec_v2.c221 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) { in espi_xec_configure()
229 if (cfg->channel_caps & ESPI_CHANNEL_VWIRE) { in espi_xec_configure()
237 if (cfg->channel_caps & ESPI_CHANNEL_OOB) { in espi_xec_configure()
245 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) { in espi_xec_configure()
Despi_npcx.c747 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) { in espi_npcx_configure()
751 if (cfg->channel_caps & ESPI_CHANNEL_VWIRE) { in espi_npcx_configure()
755 if (cfg->channel_caps & ESPI_CHANNEL_OOB) { in espi_npcx_configure()
759 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) { in espi_npcx_configure()
/Zephyr-latest/tests/drivers/espi/src/
Dtest_acpi.c15 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in ZTEST()
/Zephyr-latest/samples/drivers/espi/src/
Dmain.c868 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in espi_init()
874 cfg.channel_caps |= ESPI_CHANNEL_OOB; in espi_init()
877 cfg.channel_caps |= ESPI_CHANNEL_FLASH; in espi_init()
884 LOG_ERR("Failed to configure eSPI target channels:%x err: %d", cfg.channel_caps, in espi_init()
/Zephyr-latest/include/zephyr/drivers/
Despi.h363 enum espi_channel channel_caps; member