Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_npcx.c940 uint8_t *oob_buf = pckt->buf; in espi_npcx_send_oob() local
973 oob_buf += 4) in espi_npcx_send_oob()
974 inst->OOBTXBUF[idx_tx_buf + 1] = oob_buf[0] in espi_npcx_send_oob()
975 | (oob_buf[1] << 8) in espi_npcx_send_oob()
976 | (oob_buf[2] << 16) in espi_npcx_send_oob()
977 | (oob_buf[3] << 24); in espi_npcx_send_oob()
985 oob_data |= (oob_buf[i] << (8 * i)); in espi_npcx_send_oob()
1010 uint8_t *oob_buf = pckt->buf; in espi_npcx_receive_oob() local
1058 *(oob_buf++) = oob_data & 0xFF; in espi_npcx_receive_oob()
1059 *(oob_buf++) = (oob_data >> 8) & 0xFF; in espi_npcx_receive_oob()
[all …]