Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c232 uint8_t *obuf_ptr = (uint8_t *)data->tx_buf; in shi_npcx_write_half_outbuf() local
233 const uint8_t *obuf_end = obuf_ptr + size; in shi_npcx_write_half_outbuf()
237 while (obuf_ptr != obuf_end) { in shi_npcx_write_half_outbuf()
238 *obuf_ptr++ = *msg_ptr++; in shi_npcx_write_half_outbuf()
242 data->tx_buf = obuf_ptr; in shi_npcx_write_half_outbuf()
354 volatile uint8_t *obuf_ptr; in shi_npcx_write_first_pkg_outbuf() local
361 obuf_ptr = inst->OBUF + offset; in shi_npcx_write_first_pkg_outbuf()
367 obuf_end = obuf_ptr + size; in shi_npcx_write_first_pkg_outbuf()
368 while (obuf_ptr != obuf_end) { in shi_npcx_write_first_pkg_outbuf()
369 *obuf_ptr++ = *msg_ptr++; in shi_npcx_write_first_pkg_outbuf()
[all …]