Searched refs:dp80_buf (Results 1 – 1 of 1) sorted by relevance
514 struct npcx_dp80_buf dp80_buf; in host_port80_work_handler() local517 ring_buf_get(rbuf, &dp80_buf.offset_code[0], sizeof(dp80_buf.offset_code)); in host_port80_work_handler()518 offset = dp80_buf.offset_code[1]; in host_port80_work_handler()519 code |= dp80_buf.offset_code[0] << (8 * offset); in host_port80_work_handler()527 ring_buf_peek(rbuf, &dp80_buf.offset_code[0], sizeof(dp80_buf.offset_code)); in host_port80_work_handler()528 offset = dp80_buf.offset_code[1]; in host_port80_work_handler()553 struct npcx_dp80_buf dp80_buf; in host_port80_isr() local555 dp80_buf.offset_code_16 = inst_shm->DP80BUF; in host_port80_isr()556 ring_buf_put(rbuf, &dp80_buf.offset_code[0], sizeof(dp80_buf.offset_code)); in host_port80_isr()