Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Ddma-ring.c231 wr_idx = READ_ONCE(ctrl->hbuf_wr_idx); in mei_dma_ring_empty_slots()
259 wr_idx = READ_ONCE(ctrl->hbuf_wr_idx) & (hbuf_depth - 1); in mei_dma_ring_write()
272 WRITE_ONCE(ctrl->hbuf_wr_idx, ctrl->hbuf_wr_idx + slots); in mei_dma_ring_write()
H A Dhw.h736 * @hbuf_wr_idx: host circular buffer write index in slots
746 u32 hbuf_wr_idx; member