Searched refs:soc_get (Results 1 - 6 of 6) sorted by relevance

/u-boot/board/xilinx/common/
H A Dcpu-info.c17 ret = soc_get(&soc);
/u-boot/include/
H A Dsoc.h72 * soc_get() - Return the soc device for the soc in use.
80 int soc_get(struct udevice **devp);
123 static inline int soc_get(struct udevice **devp) function
/u-boot/drivers/soc/
H A Dsoc-uclass.c16 int soc_get(struct udevice **devp) function
61 if (soc_get(&soc))
/u-boot/test/dm/
H A Dsoc.c91 ut_assertok(soc_get(&dev));
/u-boot/arch/arm/mach-k3/
H A Dcommon.c184 ret = soc_get(&soc);
/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c182 ret = soc_get(&soc);

Completed in 109 milliseconds