Home
last modified time | relevance | path

Searched defs:bitmap_to_arr32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbitmap.h299 #define bitmap_to_arr32(buf, bitmap, nbits) \ macro
/openbmc/linux/lib/
H A Dbitmap.c1480 void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr32() function