Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_npcx.c951 uint8_t *oob_buf = pckt->buf; in espi_npcx_send_oob() local
984 oob_buf += 4) in espi_npcx_send_oob()
985 inst->OOBTXBUF[idx_tx_buf + 1] = oob_buf[0] in espi_npcx_send_oob()
986 | (oob_buf[1] << 8) in espi_npcx_send_oob()
987 | (oob_buf[2] << 16) in espi_npcx_send_oob()
988 | (oob_buf[3] << 24); in espi_npcx_send_oob()
996 oob_data |= (oob_buf[i] << (8 * i)); in espi_npcx_send_oob()
1021 uint8_t *oob_buf = pckt->buf; in espi_npcx_receive_oob() local
1069 *(oob_buf++) = oob_data & 0xFF; in espi_npcx_receive_oob()
1070 *(oob_buf++) = (oob_data >> 8) & 0xFF; in espi_npcx_receive_oob()
[all …]