Home
last modified time | relevance | path

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

/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h2158 #define ESPI_IT8XXX2_OOB_MAX_PAYLOAD_SIZE 80 macro
2168 volatile uint8_t PUT_OOB_DATA[ESPI_IT8XXX2_OOB_MAX_PAYLOAD_SIZE];
2176 volatile uint8_t UPSTREAM_DATA[ESPI_IT8XXX2_OOB_MAX_PAYLOAD_SIZE];
/Zephyr-latest/drivers/espi/
Despi_it8xxx2.c1011 if (pckt->len > ESPI_IT8XXX2_OOB_MAX_PAYLOAD_SIZE) { in espi_it8xxx2_send_oob()