Searched refs:flash_base (Results 1 – 2 of 2) sorted by relevance
51 void boot_custom_start(uintptr_t flash_base, struct boot_rsp *rsp);220 uintptr_t flash_base; in mynewt_main() local255 rc = flash_device_base(rsp.br_flash_dev_id, &flash_base); in mynewt_main()259 boot_custom_start(flash_base, &rsp); in mynewt_main()262 hal_system_start((void *)(flash_base + rsp.br_image_off + in mynewt_main()
314 uintptr_t flash_base; in do_boot() local317 rc = flash_device_base(rsp->br_flash_dev_id, &flash_base); in do_boot()320 start = (void *)(flash_base + rsp->br_image_off + in do_boot()