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

/linux-master/drivers/gpio/
H A Dgpio-xilinx.c210 bitmap_remap(hw_mask, mask, chip->sw_map, chip->hw_map, 64);
211 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64);
/linux-master/lib/
H A Dbitmap.c466 * bitmap_remap - Apply map defined by a pair of bitmaps to another bitmap
497 void bitmap_remap(unsigned long *dst, const unsigned long *src, function
517 EXPORT_SYMBOL(bitmap_remap); variable
/linux-master/include/linux/
H A Dnodemask.h15 * lib/bitmap.c. For details of nodes_remap(), see bitmap_remap in
366 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits);
H A Dbitmap.h69 * bitmap_remap(dst, src, old, new, nbits) *dst = map(old, new)(src)
213 void bitmap_remap(unsigned long *dst, const unsigned long *src,

Completed in 142 milliseconds