Lines Matching refs:bits
1262 unsigned int reg, unsigned int bits) in regmap_set_bits() argument
1264 return regmap_update_bits_base(map, reg, bits, bits, in regmap_set_bits()
1269 unsigned int reg, unsigned int bits) in regmap_clear_bits() argument
1271 return regmap_update_bits_base(map, reg, bits, 0, NULL, false, false); in regmap_clear_bits()
1274 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
1358 unsigned int bits) in regmap_field_set_bits() argument
1360 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits()
1365 unsigned int bits) in regmap_field_clear_bits() argument
1367 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits()
1371 int regmap_field_test_bits(struct regmap_field *field, unsigned int bits);
1742 unsigned int reg, unsigned int bits) in regmap_set_bits() argument
1749 unsigned int reg, unsigned int bits) in regmap_clear_bits() argument
1756 unsigned int reg, unsigned int bits) in regmap_test_bits() argument
1847 unsigned int bits) in regmap_field_set_bits() argument
1854 unsigned int bits) in regmap_field_clear_bits() argument
1861 unsigned int bits) in regmap_field_test_bits() argument