Home
last modified time | relevance | path

Searched refs:DECLARE_GLOBAL_DATA_PTR (Results 1 – 25 of 1088) sorted by relevance

12345678910>>...44

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dclk.h26 DECLARE_GLOBAL_DATA_PTR; in get_cpu_clk_rate()
32 DECLARE_GLOBAL_DATA_PTR; in get_main_clk_rate()
38 DECLARE_GLOBAL_DATA_PTR; in get_mck_clk_rate()
44 DECLARE_GLOBAL_DATA_PTR; in get_plla_clk_rate()
50 DECLARE_GLOBAL_DATA_PTR; in get_pllb_clk_rate()
56 DECLARE_GLOBAL_DATA_PTR; in get_pllb_init()
/openbmc/u-boot/arch/arm/include/asm/
H A Dglobal_data.h87 #define DECLARE_GLOBAL_DATA_PTR macro
110 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("x18") macro
112 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r9") macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dglobal_data.h28 #define DECLARE_GLOBAL_DATA_PTR static volatile gd_t *gd = &g_gd macro
30 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("$r10") macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dglobal_data.h30 #define DECLARE_GLOBAL_DATA_PTR gd_t *gd = global_data
32 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7") macro
/openbmc/u-boot/board/imgtec/boston/
H A Dddr.c12 DECLARE_GLOBAL_DATA_PTR;
26 DECLARE_GLOBAL_DATA_PTR; in board_get_usable_ram_top()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h113 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r2") macro
116 #define DECLARE_GLOBAL_DATA_PTR XTRN_DECLARE_GLOBAL_DATA_PTR \ macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dglobal_data.h118 #define DECLARE_GLOBAL_DATA_PTR extern struct global_data *global_data_ptr macro
135 #define DECLARE_GLOBAL_DATA_PTR macro
/openbmc/u-boot/drivers/serial/
H A Dserial_arc.c14 DECLARE_GLOBAL_DATA_PTR;
115 DECLARE_GLOBAL_DATA_PTR; in arc_serial_ofdata_to_platdata()
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h25 DECLARE_GLOBAL_DATA_PTR; in map_physmem()
35 DECLARE_GLOBAL_DATA_PTR; in phys_to_virt()
43 DECLARE_GLOBAL_DATA_PTR; in virt_to_phys()
/openbmc/u-boot/board/imgtec/xilfpga/
H A Dxilfpga.c13 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/arch/sh/include/asm/
H A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13") macro
/openbmc/u-boot/board/mediatek/mt7629/
H A Dmt7629_rfb.c8 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31") macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dglobal_data.h17 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dclock.c10 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/board/freescale/mx6memcal/
H A Dmx6memcal.c13 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dglobal_data.h19 #define DECLARE_GLOBAL_DATA_PTR extern gd_t *gd macro
/openbmc/u-boot/arch/mips/mach-ath79/
H A Ddram.c11 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dspeed.c11 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/board/bticino/mamoj/
H A Dmamoj.c11 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/board/freescale/lx2160a/
H A Dddr.c10 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/arch/riscv/include/asm/
H A Dglobal_data.h23 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp") macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dglobal_data.h23 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25") macro
/openbmc/u-boot/board/8dtech/eco5pk/
H A Deco5pk.c23 DECLARE_GLOBAL_DATA_PTR;
/openbmc/u-boot/api/
H A Dapi_platform-mips.c17 DECLARE_GLOBAL_DATA_PTR;

12345678910>>...44