Home
last modified time | relevance | path

Searched defs:global_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h26 typedef struct global_data { struct
27 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 …]
/openbmc/u-boot/examples/standalone/
H A Dstubs.c16 gd_t *global_data; variable