Searched defs:bits_to_set (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Dbitmap.c7 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); local
/linux-master/fs/xfs/
H A Dxfs_buf_item.c903 uint bits_to_set; local
/linux-master/lib/
H A Dgenalloc.c89 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); local
H A Dbitmap.c362 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); local
/linux-master/fs/btrfs/
H A Dfree-space-tree.c188 int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); local
H A Dextent-io-tree.c412 u32 bits_to_set = bits & ~EXTENT_CTLBITS; local
/linux-master/fs/ntfs3/
H A Dbitmap.c1523 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); local
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c195 ufx_reg_clear_and_set_bits(struct ufx_data *dev, u32 index, u32 bits_to_clear, u32 bits_to_set) argument
/linux-master/drivers/hid/
H A Dhid-core.c1417 int bits_to_set = 8 - bit_shift; local
1422 value >>= bits_to_set; local

Completed in 717 milliseconds