Lines Matching defs:global_data
39 struct global_data { struct
43 struct bd_info *bd;
49 unsigned long flags;
53 unsigned int baudrate;
57 unsigned long cpu_clk;
61 unsigned long bus_clk;
66 unsigned long pci_clk;
70 unsigned long mem_clk;
75 unsigned long fb_base;
84 unsigned long post_log_word;
91 unsigned long post_log_res;
95 unsigned long post_init_f_time;
104 unsigned long board_type;
114 unsigned long have_console;
126 long precon_buf_idx;
134 unsigned long env_addr;
140 unsigned long env_valid;
146 unsigned long env_has_init;
150 int env_load_prio;
154 unsigned long ram_base;
158 phys_addr_t ram_top;
167 unsigned long relocaddr;
191 struct global_data *new_gd; argument
197 struct udevice *dm_root;
201 struct udevice *dm_root_f;
209 struct list_head uclass_root_s;
219 struct list_head *uclass_root;
222 struct driver_rt *dm_driver_rt;
226 struct udevice_rt *dm_udevice_rt;
232 void *dm_priv_base;
239 struct udevice *timer;
244 const void *fdt_blob;
248 void *new_fdt;
252 unsigned long fdt_size;
256 enum fdt_source_t fdt_src;
261 struct device_node *of_root;
268 const void *multi_dtb_fit;
276 struct jt_funcs *jt;
280 char env_buf[32];
288 void *trace_buff;
294 int cur_i2c_bus;
299 unsigned int timebase_h;
303 unsigned int timebase_l;
308 unsigned long malloc_base;
312 unsigned long malloc_limit;
316 unsigned long malloc_ptr;
322 struct pci_controller *hose;
346 struct arch_global_data arch; argument
353 struct membuff console_out;
360 struct membuff console_in;
366 ulong video_top;
370 ulong video_bottom;
376 struct bootstage_data *bootstage;
380 struct bootstage_data *new_bootstage;
390 int log_drop_count;
397 int default_log_level;
401 struct list_head log_head;
408 int log_fmt;
416 bool processing_msg;
422 int logc_prev;
428 int logl_prev;
434 bool log_cont;
440 struct bloblist_hdr *bloblist;
444 struct bloblist_hdr *new_bloblist;
450 struct spl_handoff *spl_handoff;
458 fdt_addr_t translation_offset;
464 struct acpi_ctx *acpi_ctx;
468 ulong acpi_start;
494 static_assert(sizeof(struct global_data) == GD_SIZE); argument