Searched refs:bitmap_remap (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| 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/ |
| 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/ |
| A D | nodemask.h | 366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
| A D | bitmap.h | 217 void bitmap_remap(unsigned long *dst, const unsigned long *src,
|
Completed in 12 milliseconds