Searched defs:global_data (Results 1 – 2 of 2) sorted by relevance
42 typedef struct global_data { struct43 bd_t *bd;44 unsigned long flags;45 unsigned int baudrate;46 unsigned long cpu_clk; /* CPU clock in Hz! */47 unsigned long bus_clk;49 unsigned long pci_clk;50 unsigned long mem_clk;52 unsigned long fb_base; /* Base address of framebuffer mem */77 struct global_data *new_gd; /* relocated global data */ argument[all …]
16 gd_t *global_data; variable