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.c605 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write() function
639 return regmap_raw_write(map, offset, &u, map->width); in regmap_write()

Completed in 12 milliseconds