Searched refs:load_op (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 2029 enum fit_load_op load_op, ulong *datap, ulong *lenp) in fit_image_load_index() argument 2236 if (load_op == FIT_LOAD_IGNORED) { in fit_image_load_index() 2239 if (load_op == FIT_LOAD_REQUIRED) { in fit_image_load_index() 2245 } else if (load_op != FIT_LOAD_OPTIONAL_NON_ZERO || load) { in fit_image_load_index() 2287 enum fit_load_op load_op, ulong *datap, ulong *lenp) in fit_image_load() argument 2291 load_op, datap, lenp); in fit_image_load()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 664 enum fit_load_op load_op, ulong *datap, ulong *lenp); 669 enum fit_load_op load_op, ulong *datap, ulong *lenp);
|