Home
last modified time | relevance | path

Searched refs:valp (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dregmap.h41 int regmap_read(struct regmap *map, uint offset, uint *valp);
46 #define regmap_read32(map, ptr, member, valp) \ argument
47 regmap_read(map, (uint32_t *)(ptr)->member - (uint32_t *)(ptr), valp)
/rk3399_rockchip-uboot/cmd/
H A Ddate.c133 static int cnvrt2 (const char *str, int *valp) in cnvrt2() argument
147 *valp = 10 * val + (*str - '0'); in cnvrt2()
/rk3399_rockchip-uboot/drivers/core/
H A Dregmap.c131 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() argument
135 *valp = le32_to_cpu(readl(ptr)); in regmap_read()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_sw.c223 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() argument
241 *valp = prop->data; in fdt_property_placeholder()
H A Dlibfdt.h1331 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);