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()
576 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()
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()
15 .channel_caps = ESPI_CHANNEL_VWIRE | ESPI_CHANNEL_PERIPHERAL, in ZTEST()
910 .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()
339 enum espi_channel channel_caps; member