Home
last modified time | relevance | path

Searched refs:espi (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-Core-3.7.0/tests/drivers/espi/boards/
Dnative_sim.overlay8 espi_host: espi-host@0 {
10 compatible = "zephyr,espi-emul-espi-host";
/Zephyr-Core-3.7.0/tests/drivers/espi/src/
Dtest_acpi.c11 ZTEST(espi, test_acpi_shared_memory) in ZTEST() argument
33 ZTEST_SUITE(espi, NULL, NULL, NULL, NULL, NULL);
/Zephyr-Core-3.7.0/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-espi-vws-map.dtsi8 #include <nuvoton/npcx/npcx-espi-vws-map.dtsi>
24 npcx-espi-vws-map {
25 compatible = "nuvoton,npcx-espi-vw-conf";
/Zephyr-Core-3.7.0/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-espi-vws-map.dtsi8 #include <nuvoton/npcx/npcx-espi-vws-map.dtsi>
24 npcx-espi-vws-map {
25 compatible = "nuvoton,npcx-espi-vw-conf";
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Demul.h96 struct espi_emul *espi; member
122 (COND_CODE_1(DT_ON_BUS(_dev_node_id, espi), (_espi), \
157 .bus = {.Z_EMUL_BUS(node_id, i2c, espi, spi, mspi, uart, none) = \
/Zephyr-Core-3.7.0/subsys/emul/
DCMakeLists.txt7 add_subdirectory(espi)
Demul.c53 emul->bus.espi->target = emul; in emul_init_for_bus()
82 rc = espi_emul_register(dev, emul->bus.espi); in emul_init_for_bus()
DKconfig37 source "subsys/emul/espi/Kconfig"
/Zephyr-Core-3.7.0/samples/drivers/ps2/
DCMakeLists.txt5 project(espi) project
/Zephyr-Core-3.7.0/dts/arm/microchip/
Dmec172x_common.dtsi801 espi0: espi@400f3400 {
802 compatible = "microchip,xec-espi-v2";
830 compatible = "microchip,xec-espi-saf-v2";
843 compatible = "microchip,xec-espi-host-dev";
852 compatible = "microchip,xec-espi-host-dev";
862 compatible = "microchip,xec-espi-host-dev";
872 compatible = "microchip,xec-espi-host-dev";
882 compatible = "microchip,xec-espi-host-dev";
892 compatible = "microchip,xec-espi-host-dev";
902 compatible = "microchip,xec-espi-host-dev";
[all …]
Dmec1501hsz.dtsi276 espi0: espi@400f3400 {
277 compatible = "microchip,xec-espi";
284 espi_saf0: espi@40008000 {
285 compatible = "microchip,xec-espi-saf";
/Zephyr-Core-3.7.0/tests/drivers/espi/
DCMakeLists.txt7 project(espi) project
/Zephyr-Core-3.7.0/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-espi-vws-map.dtsi8 #include <nuvoton/npcx/npcx-espi-vws-map.dtsi>
/Zephyr-Core-3.7.0/drivers/espi/
DCMakeLists.txt3 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/espi.h)
DKconfig13 source "drivers/espi/Kconfig.xec"
15 source "drivers/espi/Kconfig.npcx"
17 source "drivers/espi/Kconfig.espi_emul"
19 source "drivers/espi/Kconfig.it8xxx2"
22 module-str = espi
/Zephyr-Core-3.7.0/dts/arm/nuvoton/npcx/
Dnpcx-espi-vws-map.dtsi7 #include <zephyr/dt-bindings/espi/npcx_espi.h>
33 npcx-espi-vws-map {
34 compatible = "nuvoton,npcx-espi-vw-conf";
Dnpcx7.dtsi14 #include "npcx7/npcx7-espi-vws-map.dtsi"
266 espi0: espi@4000a000 {
Dnpcx4.dtsi14 #include "npcx4/npcx4-espi-vws-map.dtsi"
335 espi0: espi@4000a000 {
340 compatible = "nuvoton,npcx-espi-taf";
/Zephyr-Core-3.7.0/samples/drivers/espi/boards/
Dmec172xmodular_assy6930.overlay51 * Refer to include/zephyr/drivers/espi.h
/Zephyr-Core-3.7.0/doc/hardware/peripherals/
Dindex.rst27 espi.rst
/Zephyr-Core-3.7.0/dts/arm/microchip/mec172x/
Dmec172x-vw-routing.dtsi11 mchp-xec-espi-vw-routing {
12 compatible = "microchip,xec-espi-vw-routing";
/Zephyr-Core-3.7.0/boards/native/native_sim/
Dnative_sim.dts129 espi0: espi@300 {
131 compatible = "zephyr,espi-emul-controller";
/Zephyr-Core-3.7.0/samples/drivers/espi/
DREADME.rst1 .. zephyr:code-sample:: espi
/Zephyr-Core-3.7.0/samples/drivers/espi/src/
Despi_oob_handler.c15 LOG_MODULE_DECLARE(espi, CONFIG_ESPI_LOG_LEVEL);
/Zephyr-Core-3.7.0/drivers/
DCMakeLists.txt38 add_subdirectory_ifdef(CONFIG_ESPI espi)

123