Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mei/
H A 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()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c839 #define b_n(x) b_x((x), 31, 1) /* 0 if relocatable */ macro
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch16027 /* B_(8-(n+1)) .. B_(0) <- b_(7) .. b_n */