Searched defs:clear_bit (Results 1 – 6 of 6) sorted by relevance
72 static inline void clear_bit(unsigned long nr, unsigned long *addr) in clear_bit() function
59 static uint64_t clear_bit(uint64_t reg, uint64_t bit_number) { in clear_bit() function
89 static inline void clear_bit(unsigned int nr, unsigned long *addr) in clear_bit() function
115 static inline void clear_bit(char *bits, int n) { in clear_bit() function
1677 unsigned clear_bit = PIPE_CLEAR_COLOR0 << i; in evergreen_do_fast_color_clear() local
240 pub fn clear_bit(&mut self, n: i32) -> Result<(), ErrorStack> { in clear_bit() method