Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/MEC174X/
Dmec1743_qsz.h414 #define MEC_ESPI_MEM_BASE 0x400F3800UL macro
516 #define MEC_ESPI_MEM ((MEC_ESPI_MEM_Type*) MEC_ESPI_MEM_BASE)
Dmec1743_qlj.h419 #define MEC_ESPI_MEM_BASE 0x400F3800UL macro
525 #define MEC_ESPI_MEM ((MEC_ESPI_MEM_Type*) MEC_ESPI_MEM_BASE)
/hal_microchip-latest/mec5/devices/MECH172X/
Dmech1723_nlj.h413 #define MEC_ESPI_MEM_BASE 0x400F3800UL macro
515 #define MEC_ESPI_MEM ((MEC_ESPI_MEM_Type*) MEC_ESPI_MEM_BASE)
Dmech1723_nsz.h410 #define MEC_ESPI_MEM_BASE 0x400F3800UL macro
509 #define MEC_ESPI_MEM ((MEC_ESPI_MEM_Type*) MEC_ESPI_MEM_BASE)
/hal_microchip-latest/mec5/devices/MEC175X/
Dmec1753_qlj.h435 #define MEC_ESPI_MEM_BASE 0x400F3800UL macro
544 #define MEC_ESPI_MEM ((MEC_ESPI_MEM_Type*) MEC_ESPI_MEM_BASE)
Dmec1753_qsz.h431 #define MEC_ESPI_MEM_BASE 0x400F3800UL macro
537 #define MEC_ESPI_MEM ((MEC_ESPI_MEM_Type*) MEC_ESPI_MEM_BASE)
/hal_microchip-latest/mec5/drivers/
Dmec_acpi_ec.c240 struct mec_espi_mem_regs *espi_mem_base = (struct mec_espi_mem_regs *)MEC_ESPI_MEM_BASE; in mec_hal_acpi_ec_is_enabled()