Home
last modified time | relevance | path

Searched refs:h2ram_pool (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/soc/ite/ec/it8xxx2/
Dlinker.ld444 SECTION_DATA_PROLOGUE(.h2ram_pool,(NOLOAD),)
448 * h2ram_pool section is no longer included first inside the
450 * Append h2ram_pool section at the end of used memory, so gap
455 KEEP(*(.h2ram_pool))
/Zephyr-Core-3.7.0/drivers/espi/
Despi_it8xxx2.c237 static uint8_t h2ram_pool[MAX(H2RAM_ACPI_SHM_MAX, H2RAM_EC_HOST_CMD_MAX)] variable
262 h2ram_offset = ((uint32_t)h2ram_pool & 0xffff) / in smfi_it8xxx2_init()
269 memset(&h2ram_pool[CONFIG_ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM], 0, in smfi_it8xxx2_init()
282 memset(&h2ram_pool[CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION_PORT_NUM], 0, in smfi_it8xxx2_init()
796 *data = (uint32_t)&h2ram_pool[ in espi_it8xxx2_read_lpc_request()
809 *data = (uint32_t)&h2ram_pool[ in espi_it8xxx2_read_lpc_request()