Searched defs:bd_info (Results 1 – 4 of 4) 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 …]
22 typedef struct bd_info { struct23 int bi_baudrate; /* serial console baudrate */24 unsigned long bi_ip_addr; /* IP Address */25 unsigned char bi_enetaddr[6]; /* Ethernet adress */26 unsigned long bi_boot_params; /* where this board expects params */27 unsigned long bi_memstart; /* start of DRAM memory VA */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; /* offset to skip UBoot image */
25 typedef struct bd_info { struct26 unsigned long bi_arch_number; /* unique id for this board */27 unsigned long bi_boot_params; /* where this board expects params */28 unsigned long bi_memstart; /* start of DRAM memory */29 unsigned long bi_memsize; /* size of DRAM memory in bytes */30 unsigned long bi_flashstart; /* start of FLASH memory */31 unsigned long bi_flashsize; /* size of FLASH memory */32 unsigned long bi_flashoffset; /* reserved area for startup monitor */33 unsigned char bi_enetaddr[6];36 {[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 …]