Home
last modified time | relevance | path

Searched refs:regmap_raw_write (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/
A Dregmap.h160 int regmap_raw_write(struct regmap *map, uint offset, const void *val,
/u-boot/drivers/core/
A Dregmap.c541 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write() function
549 return regmap_raw_write(map, offset, &val, map->width); in regmap_write()

Completed in 4 milliseconds