Home
last modified time | relevance | path

Searched defs:rproc_load (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dremoteproc.h163 static inline int rproc_load(int id, ulong addr, ulong size) { return -ENOSYS; } in rproc_load() function
/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c294 int rproc_load(int id, ulong addr, ulong size) in rproc_load() function