Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c318 fill_ptr = inst->OBUF + start; in shi_npcx_fill_out_status()
319 fill_end = inst->OBUF + end; in shi_npcx_fill_out_status()
320 obuf_end = inst->OBUF + SHI_OBUF_FULL_SIZE; in shi_npcx_fill_out_status()
324 fill_ptr = inst->OBUF; in shi_npcx_fill_out_status()
372 obuf_ptr = inst->OBUF + offset; in shi_npcx_write_first_pkg_outbuf()
387 if (obuf_ptr == inst->OBUF + SHI_IBUF_FULL_SIZE) { in shi_npcx_write_first_pkg_outbuf()
388 obuf_ptr = inst->OBUF; in shi_npcx_write_first_pkg_outbuf()
644 if (data->tx_buf == inst->OBUF + SHI_OBUF_FULL_SIZE) { in shi_npcx_handle_input_buf_half_full()
646 data->tx_buf = inst->OBUF; in shi_npcx_handle_input_buf_half_full()
671 if (data->tx_buf == inst->OBUF + SHI_OBUF_HALF_SIZE) { in shi_npcx_handle_input_buf_full()
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1719 volatile uint8_t OBUF[128]; member