Searched refs:valp (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | regmap.h | 41 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 D | date.c | 133 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 D | regmap.c | 131 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 D | fdt_sw.c | 223 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 D | libfdt.h | 1331 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);
|