Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dbitmap.c7 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local
/openbmc/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
/openbmc/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c300 uint32_t bits_to_set = value & ~RESERVED_BITS_MASK; in stm32l4x5_gpio_write() local
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item.c935 uint bits_to_set; in xfs_buf_item_log_segment() local
/openbmc/linux/lib/
H A Dgenalloc.c89 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set_ll() local
H A Dbitmap.c366 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local
/openbmc/linux/fs/btrfs/
H A Dextent-io-tree.c372 u32 bits_to_set = bits & ~EXTENT_CTLBITS; in set_state_bits() local
H A Dfree-space-tree.c188 int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); in le_bitmap_set() local
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c1523 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_set_le() local
/openbmc/linux/drivers/video/fbdev/
H A Dsmscufx.c196 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()
/openbmc/linux/drivers/hid/
H A Dhid-core.c1419 int bits_to_set = 8 - bit_shift; in __implement() local