Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/drivers/espi/
Despi_it8xxx2.c239 static uint8_t h2ram_pool[MAX(H2RAM_ACPI_SHM_MAX, H2RAM_EC_HOST_CMD_MAX)] variable
264 h2ram_offset = ((uint32_t)h2ram_pool & IT8XXX2_ESPI_H2RAM_BASEADDR_MASK) / in smfi_it8xxx2_init()
271 memset(&h2ram_pool[CONFIG_ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM], 0, in smfi_it8xxx2_init()
284 memset(&h2ram_pool[CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION_PORT_NUM], 0, in smfi_it8xxx2_init()
828 *data = (uint32_t)&h2ram_pool[ in espi_it8xxx2_read_lpc_request()
841 *data = (uint32_t)&h2ram_pool[ in espi_it8xxx2_read_lpc_request()