Lines Matching defs:bits
43 #define all_bits_set(x, bits) (((x) & (bits)) == (bits))
213 static int ufx_reg_set_bits(struct ufx_data *dev, u32 index, u32 bits)
215 return ufx_reg_clear_and_set_bits(dev, index, 0, bits);
218 static int ufx_reg_clear_bits(struct ufx_data *dev, u32 index, u32 bits)
220 return ufx_reg_clear_and_set_bits(dev, index, bits, 0);
645 "error clearing PLL0 bypass bits in 0x7000");
650 "error clearing PLL1 bypass bits in 0x7000");
654 check_warn_return(status, "error clearing gate bits in 0x7000");
1371 check_warn_return(status, "error setting TX mode bits in 0x1004");
1391 check_warn_return(status, "failed to set TAR bits in 0x1004");