Searched refs:ESPI_CONTROLLER_TO_TARGET (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/subsys/emul/espi/ | 
| D | emul_espi_host.c | 35 	{ ESPI_VWIRE_SIGNAL_SLP_S3, 0, ESPI_CONTROLLER_TO_TARGET }, 36 	{ ESPI_VWIRE_SIGNAL_SLP_S4, 0, ESPI_CONTROLLER_TO_TARGET }, 37 	{ ESPI_VWIRE_SIGNAL_SLP_S5, 0, ESPI_CONTROLLER_TO_TARGET }, 38 	{ ESPI_VWIRE_SIGNAL_SUS_STAT, 0, ESPI_CONTROLLER_TO_TARGET }, 39 	{ ESPI_VWIRE_SIGNAL_PLTRST, 0, ESPI_CONTROLLER_TO_TARGET }, 40 	{ ESPI_VWIRE_SIGNAL_OOB_RST_WARN, 0, ESPI_CONTROLLER_TO_TARGET }, 52 	{ ESPI_VWIRE_SIGNAL_HOST_RST_WARN, 0, ESPI_CONTROLLER_TO_TARGET }, 55 	{ ESPI_VWIRE_SIGNAL_SUS_WARN, 0, ESPI_CONTROLLER_TO_TARGET }, 56 	{ ESPI_VWIRE_SIGNAL_SUS_PWRDN_ACK, 0, ESPI_CONTROLLER_TO_TARGET }, 57 	{ ESPI_VWIRE_SIGNAL_SLP_A, 0, ESPI_CONTROLLER_TO_TARGET }, [all …] 
 | 
| /Zephyr-latest/drivers/espi/ | 
| D | espi_mchp_xec.c | 145 					     ESPI_CONTROLLER_TO_TARGET}, 147 					     ESPI_CONTROLLER_TO_TARGET}, 149 					     ESPI_CONTROLLER_TO_TARGET}, 152 					     ESPI_CONTROLLER_TO_TARGET}, 154 					     ESPI_CONTROLLER_TO_TARGET}, 156 					     ESPI_CONTROLLER_TO_TARGET}, 184 					     ESPI_CONTROLLER_TO_TARGET}, 192 					     ESPI_CONTROLLER_TO_TARGET}, 194 					     ESPI_CONTROLLER_TO_TARGET}, 196 					     ESPI_CONTROLLER_TO_TARGET}, [all …] 
 | 
| D | espi_mchp_xec_v2.c | 314 	if (dir == ESPI_CONTROLLER_TO_TARGET) {  in espi_xec_send_vwire() 359 	if (dir == ESPI_CONTROLLER_TO_TARGET) {  in espi_xec_receive_vwire()
  | 
| D | espi_npcx.c | 1475 		if (dir == ESPI_CONTROLLER_TO_TARGET) {  in espi_npcx_init()
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | espi.h | 166 #define ESPI_CONTROLLER_TO_TARGET   1ul  macro
  | 
| /Zephyr-latest/doc/releases/ | 
| D | migration-guide-3.7.rst | 551   ``ESPI_TARGET_TO_CONTROLLER`` and ``ESPI_CONTROLLER_TO_TARGET`` respectively to reflect
  |