Lines Matching refs:bit
23 unsigned bit = nr & SZLONG_MASK; in __mips_set_bit() local
28 mask = 1UL << bit; in __mips_set_bit()
45 unsigned bit = nr & SZLONG_MASK; in __mips_clear_bit() local
50 mask = 1UL << bit; in __mips_clear_bit()
67 unsigned bit = nr & SZLONG_MASK; in __mips_change_bit() local
72 mask = 1UL << bit; in __mips_change_bit()
90 unsigned bit = nr & SZLONG_MASK; in __mips_test_and_set_bit() local
96 mask = 1UL << bit; in __mips_test_and_set_bit()
116 unsigned bit = nr & SZLONG_MASK; in __mips_test_and_set_bit_lock() local
122 mask = 1UL << bit; in __mips_test_and_set_bit_lock()
141 unsigned bit = nr & SZLONG_MASK; in __mips_test_and_clear_bit() local
147 mask = 1UL << bit; in __mips_test_and_clear_bit()
166 unsigned bit = nr & SZLONG_MASK; in __mips_test_and_change_bit() local
172 mask = 1UL << bit; in __mips_test_and_change_bit()