Lines Matching defs:reg
23 bool regmap_writeable(struct regmap *map, unsigned int reg) in regmap_writeable()
34 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable()
45 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile()
56 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious()
67 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range()
80 unsigned int reg, unsigned int val) in regmap_format_4_12_write()
87 unsigned int reg, unsigned int val) in regmap_format_7_9_write()
94 unsigned int reg, unsigned int val) in regmap_format_10_14_write()
309 static int _regmap_raw_write(struct regmap *map, unsigned int reg, in _regmap_raw_write()
363 int _regmap_write(struct regmap *map, unsigned int reg, in _regmap_write()
411 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write()
441 int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
460 static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in _regmap_raw_read()
488 static int _regmap_read(struct regmap *map, unsigned int reg, in _regmap_read()
524 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read()
549 int regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in regmap_raw_read()
579 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, in regmap_bulk_read()
608 static int _regmap_update_bits(struct regmap *map, unsigned int reg, in _regmap_update_bits()
647 int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
667 int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()