Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.h42 typedef struct global_data { struct
43 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 …]
/rk3399_rockchip-uboot/examples/standalone/
H A Dstubs.c16 gd_t *global_data; variable