Searched refs:obuf_ptr (Results 1 – 1 of 1) sorted by relevance
232 uint8_t *obuf_ptr = (uint8_t *)data->tx_buf; in shi_npcx_write_half_outbuf() local233 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() local361 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 …]