Searched refs:bitmap_remap (Results 1 – 4 of 4) sorted by relevance
/linux/lib/ |
H A D | bitmap.c | 497 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() function 517 EXPORT_SYMBOL(bitmap_remap);
|
/linux/drivers/gpio/ |
H A D | gpio-xilinx.c | 210 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 211 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple()
|
/linux/include/linux/ |
H A D | nodemask.h | 366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
H A D | bitmap.h | 69 * bitmap_remap(dst, src, old, new, nbits) *dst = map(old, new)(src) 217 void bitmap_remap(unsigned long *dst, const unsigned long *src,
|