Home
last modified time | relevance | path

Searched defs:sys_info (Results 1 – 9 of 9) sorted by relevance

/u-boot/include/
A Dapi_public.h65 struct sys_info { struct
66 unsigned long clk_bus;
67 unsigned long clk_cpu;
68 unsigned long bar;
69 struct mem_region *mr;
70 int mr_no; /* number of memory regions */
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfsl_lsch2_speed.c21 void get_sys_info(struct sys_info *sys_info) in get_sys_info()
164 struct sys_info sys_info; in get_qman_freq() local
174 struct sys_info sys_info; in get_clocks() local
A Dfsl_lsch3_speed.c24 void get_sys_info(struct sys_info *sys_info) in get_sys_info()
164 struct sys_info sys_info; in get_clocks() local
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dclock.c16 void get_sys_info(struct sys_info *sys_info) in get_sys_info()
76 struct sys_info sys_info; in get_clocks() local
/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c271 void get_sys_info(sys_info_t *sys_info) in get_sys_info()
283 sys_info_t sys_info; in get_clocks() local
310 sys_info_t sys_info; in get_bus_freq() local
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dspeed.c25 void get_sys_info(sys_info_t *sys_info) in get_sys_info()
576 sys_info_t sys_info; in get_clocks() local
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dimmap_lsch3.h295 struct sys_info { struct
296 unsigned long freq_processor[CONFIG_MAX_CPUS];
298 unsigned long freq_systembus;
299 unsigned long freq_ddrbus;
300 unsigned long freq_cga_m2;
302 unsigned long freq_ddrbus2;
304 unsigned long freq_localbus;
305 unsigned long freq_qe;
307 unsigned long freq_fman[CFG_SYS_NUM_FMAN];
310 unsigned long freq_qman;
[all …]
A Dimmap_lsch2.h152 struct sys_info { struct
153 unsigned long freq_processor[CONFIG_MAX_CPUS];
155 unsigned long freq_systembus;
156 unsigned long freq_ddrbus;
157 unsigned long freq_localbus;
158 unsigned long freq_cga_m2;
160 unsigned long freq_fman[CFG_SYS_NUM_FMAN];
162 unsigned long freq_qman;
/u-boot/arch/arm/include/asm/arch-ls102xa/
A Dimmap_ls102xa.h64 struct sys_info { struct
65 unsigned long freq_processor[CONFIG_MAX_CPUS];
66 unsigned long freq_systembus;
67 unsigned long freq_ddrbus;
68 unsigned long freq_localbus;

Completed in 26 milliseconds