Home
last modified time | relevance | path

Searched refs:bitmap_remap (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-xilinx.c211 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple()
212 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple()
/openbmc/linux/lib/
H A Dbitmap.c1003 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() function
1023 EXPORT_SYMBOL(bitmap_remap);
/openbmc/linux/include/linux/
H A Dnodemask.h366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
H A Dbitmap.h215 void bitmap_remap(unsigned long *dst, const unsigned long *src,