Home
last modified time | relevance | path

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

/qemu/util/
H A Dbitmap.c164 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set() local
186 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set_atomic() local
/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c300 uint32_t bits_to_set = value & ~RESERVED_BITS_MASK; in stm32l4x5_gpio_write() local