Searched +defs:arch +defs:y (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 35 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 36 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument 367 uint8_t type, arch, os, comp; in fit_image_print() local 632 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch() 1541 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch() 2028 int arch, int image_type, int image_index, int bootstage_id, in fit_image_load_index() 2286 int arch, int image_type, int bootstage_id, in fit_image_load() 2294 int boot_get_setup_fit(bootm_headers_t *images, uint8_t arch, in boot_get_setup_fit() 2317 int arch, ulong *datap, ulong *lenp) in boot_get_fdt_fit()
|