Searched defs:bd_info (Results 1 – 6 of 6) sorted by relevance
26 typedef struct bd_info { struct27 unsigned long bi_memstart; /* start of DRAM memory */28 phys_size_t bi_memsize; /* size of DRAM memory in bytes */29 unsigned long bi_flashstart; /* start of FLASH memory */30 unsigned long bi_flashsize; /* size of FLASH memory */31 unsigned long bi_flashoffset; /* reserved area for startup monitor */32 unsigned long bi_sramstart; /* start of SRAM memory */33 unsigned long bi_sramsize; /* size of SRAM memory */35 unsigned long bi_arm_freq; /* arm frequency */36 unsigned long bi_dsp_freq; /* dsp core frequency */[all …]
26 typedef struct bd_info { struct27 unsigned long bi_arch_number; /* unique id for this board */28 unsigned long bi_boot_params; /* where this board expects params */29 unsigned long bi_memstart; /* start of DRAM memory */30 unsigned long bi_memsize; /* size of DRAM memory in bytes */31 unsigned long bi_flashstart; /* start of FLASH memory */32 unsigned long bi_flashsize; /* size of FLASH memory */33 unsigned long bi_flashoffset; /* reserved area for startup monitor */34 unsigned char bi_enetaddr[6];37 {[all …]
25 typedef struct bd_info { struct26 unsigned long bi_boot_params; /* where this board expects params */27 unsigned long bi_memstart; /* start of DRAM memory */28 unsigned long bi_memsize; /* size of DRAM memory in bytes */29 unsigned long bi_flashstart; /* start of FLASH memory */30 unsigned long bi_flashsize; /* size of FLASH memory */31 unsigned long bi_flashoffset; /* reserved area for startup monitor */32 unsigned char bi_enetaddr[6];35 {38 } bi_dram[CONFIG_NR_DRAM_BANKS];
197 hwaddr bd_info; member205 struct bd_info { struct224 struct bd_info *bd = g_new0(struct bd_info, 1); in create_bd_info() argument