Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-xilinx.c79 return bitmap_bitremap(bit, chip->hw_map, chip->sw_map, 64); in xgpio_from_bit()
84 return bitmap_bitremap(gpio, chip->sw_map, chip->hw_map, 64); in xgpio_to_bit()
/openbmc/linux/lib/
H A Dbitmap.c1051 int bitmap_bitremap(int oldbit, const unsigned long *old, in bitmap_bitremap() function
1061 EXPORT_SYMBOL(bitmap_bitremap);
/openbmc/linux/include/linux/
H A Dnodemask.h358 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap()
H A Dbitmap.h217 int bitmap_bitremap(int oldbit,