Home
last modified time | relevance | path

Searched refs:GD_FLG_RELOC (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/u-boot/lib/
H A Dinitcall.c35 if (gd->flags & GD_FLG_RELOC) in initcall_run_list()
41 if (gd->flags & GD_FLG_RELOC) in initcall_run_list()
H A Dsysmem.c38 return gd->flags & GD_FLG_RELOC ? in sysmem_has_init()
720 if (gd->flags & GD_FLG_RELOC) { in sysmem_init()
779 if (ret && !(gd->flags & GD_FLG_RELOC)) { in sysmem_init()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dstacktrace_64.c78 if (gd->flags & GD_FLG_RELOC) { in dump_core_stack()
92 if (gd->flags & GD_FLG_RELOC) in dump_core_stack()
H A Dinterrupts_64.c82 if (gd->flags & GD_FLG_RELOC) { in show_regs()
115 if (gd->flags & GD_FLG_RELOC) { in show_regs()
H A Dinterrupts.c75 if (gd->flags & GD_FLG_RELOC) { in show_regs()
H A Dstacktrace.c490 if (gd->flags & GD_FLG_RELOC) { in print_stack_arm32()
504 if (gd->flags & GD_FLG_RELOC) in print_stack_arm32()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c_core.c180 if (gd->flags & GD_FLG_RELOC) { in i2c_init_bus()
310 if (gd->flags & GD_FLG_RELOC) in i2c_set_bus_speed()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c217 if (gd->flags & GD_FLG_RELOC) { in bd82x6x_sata_bind()
235 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_sata_probe()
H A Dbd82x6x.c158 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_probe()
H A Dnorthbridge.c221 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_northbridge_probe()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_info.c32 if (!(gd->flags & GD_FLG_RELOC)) in show_board_info()
H A Diotrace.c67 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled) in add_record()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dlpc.c54 if (!(gd->flags & GD_FLG_RELOC)) { in broadwell_lpc_probe()
H A Dnorthbridge.c43 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_northbridge_probe()
H A Dsata.c249 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_sata_probe()
/OK3568_Linux_fs/u-boot/common/usbplug/
H A Dusbplug.c17 gd->flags |= GD_FLG_RELOC | GD_FLG_FULL_MALLOC_INIT; in initr_reloc()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk3399_vop.c67 if (!(gd->flags & GD_FLG_RELOC)) in rk3399_vop_probe()
H A Drk3288_vop.c60 if (!(gd->flags & GD_FLG_RELOC)) in rk3288_vop_probe()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c162 if ((tlb == 1) && (gd->flags & GD_FLG_RELOC)) in set_tlb()
188 if (gd->flags & GD_FLG_RELOC) in disable_tlb()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Droot.c314 gd->flags & GD_FLG_RELOC ? false : true); in dm_scan_fdt_dev()
318 gd->flags & GD_FLG_RELOC ? false : true); in dm_scan_fdt_dev()
/OK3568_Linux_fs/u-boot/drivers/clk/at91/
H A Dpmc.c57 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in at91_clk_sub_device_bind()
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Drockchip_sdram.c31 if (!(gd->flags & GD_FLG_RELOC)) { in dmc_probe()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h167 #define GD_FLG_RELOC 0x00001 /* Code was relocated to RAM */ macro
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c115 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in pinconfig_post_bind()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c281 gd->flags |= GD_FLG_RELOC; in setup_global_data()

123