Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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_npcx.c576 if (cfg->channel_caps & ESPI_CHANNEL_PERIPHERAL) in espi_npcx_configure()
579 if (cfg->channel_caps & ESPI_CHANNEL_VWIRE) in espi_npcx_configure()
582 if (cfg->channel_caps & ESPI_CHANNEL_OOB) in espi_npcx_configure()
585 if (cfg->channel_caps & ESPI_CHANNEL_FLASH) in espi_npcx_configure()
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()
/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/samples/drivers/espi/src/
Dmain.c910 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in espi_init()
916 cfg.channel_caps |= ESPI_CHANNEL_OOB; in espi_init()
919 cfg.channel_caps |= ESPI_CHANNEL_FLASH; in espi_init()
927 cfg.channel_caps, ret); in espi_init()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Despi.h339 enum espi_channel channel_caps; member