Home
last modified time | relevance | path

Searched defs:b_n (Results 1 – 2 of 2) 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
154 size_t b_n = n << 2; in mei_dma_copy_to() local
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c839 #define b_n(x) b_x((x), 31, 1) /* 0 if relocatable */ macro