Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_npcx.c1012 int idx_rx_buf, sz_oob_rx; in espi_npcx_receive_oob() local
1043 sz_oob_rx = NPCX_OOB_RX_PACKAGE_LEN(oob_data); in espi_npcx_receive_oob()
1046 if (sz_oob_rx > NPCX_ESPI_OOB_MAX_PAYLOAD) { in espi_npcx_receive_oob()
1047 LOG_ERR("Out of OOB received buffer: %d", sz_oob_rx); in espi_npcx_receive_oob()
1052 pckt->len = sz_oob_rx; in espi_npcx_receive_oob()
1055 for (idx_rx_buf = 0; idx_rx_buf < sz_oob_rx/4; idx_rx_buf++) { in espi_npcx_receive_oob()
1065 if (sz_oob_rx % 4) { in espi_npcx_receive_oob()
1069 for (i = 0; i < sz_oob_rx % 4; i++) { in espi_npcx_receive_oob()