Home
last modified time | relevance | path

Searched defs:arch_global_data (Results 1 – 13 of 13) sorted by relevance

/u-boot/arch/powerpc/include/asm/
A Dglobal_data.h17 u32 sdhc_clk;
33 u32 core_clk;
36 u32 csb_clk;
49 u32 tdm_clk;
51 u32 core_clk;
52 u32 enc_clk;
53 u32 lbiu_clk;
69 u32 lbc_clk;
70 void *cpu;
78 u32 qe_clk;
[all …]
/u-boot/arch/arm/include/asm/
A Dglobal_data.h16 struct arch_global_data { struct
18 u32 sdhc_clk;
22 u32 sdhc_per_clk;
26 u32 qe_clk;
27 u32 brg_clk;
28 uint mp_alloc_base;
29 uint mp_alloc_top;
43 unsigned int tbu;
44 unsigned int tbl;
80 u32 omap_boot_mode;
[all …]
/u-boot/arch/nios2/include/asm/
A Dglobal_data.h11 u32 dcache_line_size;
12 u32 icache_line_size;
13 u32 dcache_size;
14 u32 icache_size;
15 u32 reset_addr;
16 u32 exception_addr;
17 int has_initda;
18 int has_mmu;
19 u32 io_region_base;
20 u32 mem_region_base;
[all …]
/u-boot/arch/mips/include/asm/
A Dglobal_data.h13 struct arch_global_data { struct
15 unsigned long io_port_base;
18 unsigned long id;
19 unsigned long soc;
20 unsigned long rev;
21 unsigned long ver;
24 unsigned short l1i_line_size;
25 unsigned short l1d_line_size;
28 unsigned short l2_line_size;
31 unsigned long timer_freq;
/u-boot/arch/x86/include/asm/
A Dglobal_data.h86 struct arch_global_data { struct
89 uint8_t x86; /* CPU family */
91 uint8_t x86_model;
92 uint8_t x86_mask;
93 uint32_t x86_device;
97 void *new_fdt; /* Relocated FDT */
99 enum pei_boot_mode_t pei_boot_mode;
107 int mtrr_req_count;
108 int has_mtrr;
116 u32 high_table_ptr;
[all …]
/u-boot/arch/m68k/include/asm/
A Dglobal_data.h11 struct arch_global_data { struct
13 unsigned long i2c1_clk;
14 unsigned long i2c2_clk;
17 unsigned long inp_clk;
18 unsigned long vco_clk;
19 unsigned long flb_clk;
22 unsigned long sdhc_clk;
/u-boot/arch/riscv/include/asm/
A Dglobal_data.h18 struct arch_global_data { struct
19 long boot_hart; /* boot hart id */
20 phys_addr_t firmware_fdt_addr;
22 void __iomem *clint; /* clint base address */
25 void __iomem *plic; /* plic base address */
28 struct ipi_data ipi[CONFIG_NR_CPUS];
31 ulong available_harts;
/u-boot/arch/sandbox/include/asm/
A Dglobal_data.h13 struct arch_global_data { struct
14 uint8_t *ram_buf; /* emulated RAM buffer */
15 void *text_base; /* pointer to base of text region */
16 ulong acpi_start; /* Start address of ACPI tables */
/u-boot/arch/arc/include/asm/
A Dglobal_data.h13 struct arch_global_data { struct
14 int l1_line_sz;
16 int slc_line_sz;
/u-boot/arch/xtensa/include/asm/
A Dglobal_data.h11 struct arch_global_data { struct
12 unsigned long cpu_clk;
/u-boot/arch/microblaze/include/asm/
A Dglobal_data.h12 struct arch_global_data { struct
/u-boot/arch/sh/include/asm/
A Dglobal_data.h14 struct arch_global_data { struct
/u-boot/arch/nds32/include/asm/
A Dglobal_data.h21 struct arch_global_data { struct

Completed in 15 milliseconds