Lines Matching refs:addr_str
254 static ulong bootm_data_addr(const char *addr_str) in bootm_data_addr() argument
258 if (addr_str) in bootm_data_addr()
259 addr = hextoul(addr_str, NULL); in bootm_data_addr()
276 static int bootm_pre_load(const char *addr_str) in bootm_pre_load() argument
278 ulong data_addr = bootm_data_addr(addr_str); in bootm_pre_load()
473 char addr_str[17]; in bootm_find_images() local
481 strcpy(addr_str, simple_xtoa(img_addr)); in bootm_find_images()
482 select = addr_str; in bootm_find_images()
1151 char addr_str[30]; in bootm_boot_start() local
1166 snprintf(addr_str, sizeof(addr_str), "%lx", addr); in bootm_boot_start()
1174 bmi.addr_img = addr_str; in bootm_boot_start()