Searched refs:dev_read_u64 (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/dm/ |
A D | read.h | 122 int dev_read_u64(const struct udevice *dev, const char *propname, u64 *outp); 767 static inline int dev_read_u64(const struct udevice *dev, in dev_read_u64() function
|
/u-boot/drivers/core/ |
A D | read.c | 64 int dev_read_u64(const struct udevice *dev, const char *propname, u64 *outp) in dev_read_u64() function
|
/u-boot/test/dm/ |
A D | test-fdt.c | 966 ut_assertok(dev_read_u64(dev, "int64-value", &val64)); in dm_test_read_int() 969 ut_asserteq_64(-EINVAL, dev_read_u64(dev, "missing", &val64)); in dm_test_read_int()
|
Completed in 8 milliseconds