Searched defs:arch_global_data (Results 1 – 13 of 13) sorted by relevance
17 u32 sdhc_clk;33 u32 core_clk;36 u32 csb_clk;48 u32 core_clk;49 u32 enc_clk;50 u32 lbiu_clk;51 u32 lclk_clk;66 u32 lbc_clk;67 void *cpu;75 u32 qe_clk;[all …]
18 struct arch_global_data { struct20 u32 sdhc_clk;24 u32 sdhc_per_clk;28 u32 qe_clk;29 u32 brg_clk;30 uint mp_alloc_base;31 uint mp_alloc_top;45 unsigned int tbu;46 unsigned int tbl;82 u32 omap_boot_mode;[all …]
11 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 …]
86 struct arch_global_data { struct89 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 …]
19 struct arch_global_data { struct21 unsigned long io_port_base;24 unsigned long id;25 unsigned long soc;26 unsigned long rev;27 unsigned long ver;30 unsigned short l1i_line_size;31 unsigned short l1d_line_size;34 unsigned short l2_line_size;37 unsigned long timer_freq;[all …]
13 struct arch_global_data { struct15 unsigned long i2c1_clk;16 unsigned long i2c2_clk;19 unsigned long inp_clk;20 unsigned long vco_clk;21 unsigned long flb_clk;24 unsigned long sdhc_clk;
18 struct arch_global_data { struct19 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;
13 struct arch_global_data { struct14 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 */
11 struct arch_global_data { struct12 int l1_line_sz;14 int slc_line_sz;
11 struct arch_global_data { struct12 unsigned long cpu_clk;
14 struct arch_global_data { struct
12 struct arch_global_data { struct
23 struct arch_global_data { struct
Completed in 21 milliseconds