Searched refs:OBUF (Results 1 – 2 of 2) sorted by relevance
318 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 …]
1719 volatile uint8_t OBUF[128]; member