Searched refs:bitmap_remap (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpio/ |
D | gpio-xilinx.c | 212 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 213 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple()
|
/linux-6.1.9/lib/ |
D | bitmap.c | 1003 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() function 1023 EXPORT_SYMBOL(bitmap_remap);
|
/linux-6.1.9/include/linux/ |
D | bitmap.h | 211 void bitmap_remap(unsigned long *dst, const unsigned long *src,
|
D | nodemask.h | 366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|