Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c243 uint8_t *obuf_ptr = (uint8_t *)data->tx_buf; in shi_npcx_write_half_outbuf() local
244 const uint8_t *obuf_end = obuf_ptr + size; in shi_npcx_write_half_outbuf()
248 while (obuf_ptr != obuf_end) { in shi_npcx_write_half_outbuf()
249 *obuf_ptr++ = *msg_ptr++; in shi_npcx_write_half_outbuf()
253 data->tx_buf = obuf_ptr; in shi_npcx_write_half_outbuf()
365 volatile uint8_t *obuf_ptr; in shi_npcx_write_first_pkg_outbuf() local
372 obuf_ptr = inst->OBUF + offset; in shi_npcx_write_first_pkg_outbuf()
378 obuf_end = obuf_ptr + size; in shi_npcx_write_first_pkg_outbuf()
379 while (obuf_ptr != obuf_end) { in shi_npcx_write_first_pkg_outbuf()
380 *obuf_ptr++ = *msg_ptr++; in shi_npcx_write_first_pkg_outbuf()
[all …]