Searched refs:bitshift (Results 1 – 3 of 3) sorted by relevance
60 #define TLC4541_V_CHAN(bits, bitshift) { \ argument68 .shift = (bitshift), \73 #define DECLARE_TLC4541_CHANNELS(name, bits, bitshift) \ argument75 TLC4541_V_CHAN(bits, bitshift), \
536 unsigned int bitshift = BITS_PER_LONG - 1; in xfs_max_file_offset() local556 bitshift = BITS_PER_LONG; in xfs_max_file_offset()562 return (((uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()
594 unsigned int bitshift = 32; in ocfs2_max_file_offset() local615 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()