Searched defs:global_data (Results 1 – 5 of 5) sorted by relevance
26 typedef struct global_data { struct27 bd_t *bd;28 unsigned long flags;29 unsigned int baudrate;30 unsigned long cpu_clk; /* CPU clock in Hz! */31 unsigned long bus_clk;33 unsigned long pci_clk;34 unsigned long mem_clk;36 unsigned long fb_base; /* Base address of framebuffer mem */39 unsigned long post_log_word; /* Record POST activities */[all …]
16 gd_t *global_data; variable