Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Dregmap.c401 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write() function
409 return regmap_raw_write(map, offset, &val, REGMAP_SIZE_32); in regmap_write()
/openbmc/u-boot/include/
H A Dregmap.h138 int regmap_raw_write(struct regmap *map, uint offset, const void *val,