Searched refs:regmap_get_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/base/regmap/ |
| A D | regmap.c | 206 if (!regmap_volatile(map, reg + regmap_get_offset(map, i))) in regmap_volatile_range() 1618 reg + regmap_get_offset(map, i); in _regmap_raw_write_impl() 1633 offset = noinc ? 0 : regmap_get_offset(map, i / val_bytes); in _regmap_raw_write_impl() 2015 reg += regmap_get_offset(map, chunk_regs); in _regmap_raw_write() 2341 reg + regmap_get_offset(map, i), in regmap_bulk_write() 2936 reg += regmap_get_offset(map, chunk_regs); in regmap_raw_read() 2952 ret = _regmap_read(map, reg + regmap_get_offset(map, i), in regmap_raw_read() 3125 ret = _regmap_read(map, reg + regmap_get_offset(map, i), &ival); in _regmap_bulk_read()
|
| A D | internal.h | 302 static inline unsigned int regmap_get_offset(const struct regmap *map, in regmap_get_offset() function
|
Completed in 12 milliseconds