Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/mei/
Ddma-ring.c134 size_t b_n = n << 2; in mei_dma_copy_from() local
136 memcpy(buf, dbuf + b_offset, b_n); in mei_dma_copy_from()
138 return b_n; in mei_dma_copy_from()
154 size_t b_n = n << 2; in mei_dma_copy_to() local
156 memcpy(hbuf + b_offset, buf, b_n); in mei_dma_copy_to()
158 return b_n; in mei_dma_copy_to()