Lines Matching defs:reg
51 bool regmap_reg_in_ranges(unsigned int reg, in regmap_reg_in_ranges()
65 bool regmap_check_range_table(struct regmap *map, unsigned int reg, in regmap_check_range_table()
81 bool regmap_writeable(struct regmap *map, unsigned int reg) in regmap_writeable()
95 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable()
115 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile()
132 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious()
146 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range()
159 unsigned int reg, unsigned int val) in regmap_format_2_6_write()
167 unsigned int reg, unsigned int val) in regmap_format_4_12_write()
174 unsigned int reg, unsigned int val) in regmap_format_7_9_write()
181 unsigned int reg, unsigned int val) in regmap_format_10_14_write()
399 unsigned int reg) in _regmap_range_lookup()
1150 static int _regmap_select_page(struct regmap *map, unsigned int *reg, in _regmap_select_page()
1198 int _regmap_raw_write(struct regmap *map, unsigned int reg, in _regmap_raw_write()
1418 static int _regmap_bus_formatted_write(void *context, unsigned int reg, in _regmap_bus_formatted_write()
1446 static int _regmap_bus_reg_write(void *context, unsigned int reg, in _regmap_bus_reg_write()
1454 static int _regmap_bus_raw_write(void *context, unsigned int reg, in _regmap_bus_raw_write()
1475 int _regmap_write(struct regmap *map, unsigned int reg, in _regmap_write()
1514 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write()
1541 int regmap_write_async(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write_async()
1578 int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1710 int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, in regmap_bulk_write()
1853 unsigned int reg = regs[i].reg; in _regmap_raw_multi_reg_write() local
1869 int reg = regs[i].reg; in _regmap_raw_multi_reg_write() local
1876 unsigned int reg, in _regmap_register_page()
1901 unsigned int reg = regs[i].reg; in _regmap_range_multi_paged_reg_write() local
1985 int reg = regs[i].reg; in _regmap_multi_reg_write() local
1995 unsigned int reg = regs[i].reg; in _regmap_multi_reg_write() local
2013 unsigned int reg = regs[i].reg; in _regmap_multi_reg_write() local
2131 int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
2155 static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in _regmap_raw_read()
2193 static int _regmap_bus_reg_read(void *context, unsigned int reg, in _regmap_bus_reg_read()
2201 static int _regmap_bus_read(void *context, unsigned int reg, in _regmap_bus_read()
2217 static int _regmap_read(struct regmap *map, unsigned int reg, in _regmap_read()
2261 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read()
2289 int regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in regmap_raw_read()
2412 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, in regmap_bulk_read()
2518 static int _regmap_update_bits(struct regmap *map, unsigned int reg, in _regmap_update_bits()
2560 int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
2583 int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
2611 int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
2642 int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
2672 int regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()