Home
last modified time | relevance | path

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

/external/u-boot/include/
Dregmap.h156 int regmap_raw_read(struct regmap *map, uint offset, void *valp,
/external/u-boot/drivers/core/
Dregmap.c342 int regmap_raw_read(struct regmap *map, uint offset, void *valp, size_t val_len) in regmap_raw_read() function
349 return regmap_raw_read(map, offset, valp, REGMAP_SIZE_32); in regmap_read()