Searched refs:channel_caps (Results 1 – 7 of 7) sorted by relevance
67 !(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()
273 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()
221 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()
747 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()
15 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in ZTEST()
868 .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()
363 enum espi_channel channel_caps; member