Searched refs:regmap_get_offset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap.c | 206 if (!regmap_volatile(map, reg + regmap_get_offset(map, i))) in regmap_volatile_range() 1638 reg + regmap_get_offset(map, i); in _regmap_raw_write_impl() 1653 offset = noinc ? 0 : regmap_get_offset(map, i / val_bytes); in _regmap_raw_write_impl() 2022 reg += regmap_get_offset(map, chunk_regs); in _regmap_raw_write() 2246 reg + regmap_get_offset(map, i), in regmap_bulk_write() 2787 reg += regmap_get_offset(map, chunk_regs); in regmap_raw_read() 2803 ret = _regmap_read(map, reg + regmap_get_offset(map, i), in regmap_raw_read() 2983 ret = _regmap_read(map, reg + regmap_get_offset(map, i), in regmap_bulk_read()
|
H A D | internal.h | 285 static inline unsigned int regmap_get_offset(const struct regmap *map, in regmap_get_offset() function
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap.c | 206 if (!regmap_volatile(map, reg + regmap_get_offset(map, i))) in regmap_volatile_range() 1615 reg + regmap_get_offset(map, i); in _regmap_raw_write_impl() 1630 offset = noinc ? 0 : regmap_get_offset(map, i / val_bytes); in _regmap_raw_write_impl() 2012 reg += regmap_get_offset(map, chunk_regs); in _regmap_raw_write() 2338 reg + regmap_get_offset(map, i), in regmap_bulk_write() 2896 reg += regmap_get_offset(map, chunk_regs); in regmap_raw_read() 2912 ret = _regmap_read(map, reg + regmap_get_offset(map, i), in regmap_raw_read() 3105 ret = _regmap_read(map, reg + regmap_get_offset(map, i), in regmap_bulk_read()
|
H A D | internal.h | 301 static inline unsigned int regmap_get_offset(const struct regmap *map, in regmap_get_offset() function
|
Completed in 10 milliseconds