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.c1023 int idx_rx_buf, sz_oob_rx; in espi_npcx_receive_oob() local
1054 sz_oob_rx = NPCX_OOB_RX_PACKAGE_LEN(oob_data); in espi_npcx_receive_oob()
1057 if (sz_oob_rx > NPCX_ESPI_OOB_MAX_PAYLOAD) { in espi_npcx_receive_oob()
1058 LOG_ERR("Out of OOB received buffer: %d", sz_oob_rx); in espi_npcx_receive_oob()
1063 pckt->len = sz_oob_rx; in espi_npcx_receive_oob()
1066 for (idx_rx_buf = 0; idx_rx_buf < sz_oob_rx/4; idx_rx_buf++) { in espi_npcx_receive_oob()
1076 if (sz_oob_rx % 4) { in espi_npcx_receive_oob()
1080 for (i = 0; i < sz_oob_rx % 4; i++) { in espi_npcx_receive_oob()