Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/mei/
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()
Dhw.h673 u32 hbuf_wr_idx; member