Home
last modified time | relevance | path

Searched refs:hbuf_wr_idx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Ddma-ring.c227 wr_idx = READ_ONCE(ctrl->hbuf_wr_idx); in mei_dma_ring_empty_slots()
255 wr_idx = READ_ONCE(ctrl->hbuf_wr_idx) & (hbuf_depth - 1); in mei_dma_ring_write()
268 WRITE_ONCE(ctrl->hbuf_wr_idx, ctrl->hbuf_wr_idx + slots); in mei_dma_ring_write()
H A Dhw.h629 * @hbuf_wr_idx: host circular buffer write index in slots
639 u32 hbuf_wr_idx; member
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Ddma-ring.c227 wr_idx = READ_ONCE(ctrl->hbuf_wr_idx); in mei_dma_ring_empty_slots()
255 wr_idx = READ_ONCE(ctrl->hbuf_wr_idx) & (hbuf_depth - 1); in mei_dma_ring_write()
268 WRITE_ONCE(ctrl->hbuf_wr_idx, ctrl->hbuf_wr_idx + slots); in mei_dma_ring_write()
H A Dhw.h738 * @hbuf_wr_idx: host circular buffer write index in slots
748 u32 hbuf_wr_idx; member

Completed in 4 milliseconds