Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/mei/
Ddma-ring.c136 size_t b_n = n << 2; in mei_dma_copy_from() local
138 memcpy(buf, dbuf + b_offset, b_n); in mei_dma_copy_from()
140 return b_n; in mei_dma_copy_from()
158 size_t b_n = n << 2; in mei_dma_copy_to() local
160 memcpy(hbuf + b_offset, buf, b_n); in mei_dma_copy_to()
162 return b_n; in mei_dma_copy_to()