Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/adc/
Dti-tlc4541.c60 #define TLC4541_V_CHAN(bits, bitshift) { \ argument
68 .shift = (bitshift), \
73 #define DECLARE_TLC4541_CHANNELS(name, bits, bitshift) \ argument
75 TLC4541_V_CHAN(bits, bitshift), \
/linux-4.19.296/fs/xfs/
Dxfs_super.c536 unsigned int bitshift = BITS_PER_LONG - 1; in xfs_max_file_offset() local
556 bitshift = BITS_PER_LONG; in xfs_max_file_offset()
562 return (((uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()
/linux-4.19.296/fs/ocfs2/
Dsuper.c594 unsigned int bitshift = 32; in ocfs2_max_file_offset() local
615 bitshift = 31; in ocfs2_max_file_offset()
624 bitshift = 31; in ocfs2_max_file_offset()
633 return (((unsigned long long)bytes) << bitshift) - trim; in ocfs2_max_file_offset()