Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dedid.c2695 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set() local
2698 while (len - bits_to_set >= 0) { in bitmap_set()
2700 len -= bits_to_set; in bitmap_set()
2701 bits_to_set = BITS_PER_LONG; in bitmap_set()