Searched defs:bd_info (Results 1 – 9 of 9) sorted by relevance
35 typedef struct bd_info { struct36 unsigned long bi_memstart; /* start of DRAM memory */37 unsigned long bi_memsize; /* size of DRAM memory in bytes */38 unsigned long bi_flashstart; /* start of FLASH memory */39 unsigned long bi_flashsize; /* size of FLASH memory */40 unsigned long bi_flashoffset; /* reserved area for startup monitor */41 unsigned long bi_sramstart; /* start of SRAM memory */42 unsigned long bi_sramsize; /* size of SRAM memory */45 unsigned long bi_immr_base; /* base of IMMR register */48 unsigned long bi_mbar_base; /* base of internal registers */[all …]
23 typedef struct bd_info { struct24 unsigned long bi_memstart; /* start of DRAM memory */25 unsigned long bi_memsize; /* size of DRAM memory in bytes */26 unsigned long bi_flashstart; /* start of FLASH memory */27 unsigned long bi_flashsize; /* size of FLASH memory */28 unsigned long bi_flashoffset; /* reserved area for startup monitor */29 unsigned long bi_sramstart; /* start of SRAM memory */30 unsigned long bi_sramsize; /* size of SRAM memory */33 unsigned long bi_immr_base; /* base of IMMR register */36 unsigned long bi_mbar_base; /* base of internal registers */[all …]
19 typedef struct bd_info { struct20 unsigned int bi_tag; /* Should be 0x42444944 "BDID" */21 unsigned int bi_size; /* Size of this structure */22 unsigned int bi_revision; /* revision of this structure */23 unsigned int bi_bdate; /* bootstrap date, i.e. 0x19971106 */24 unsigned int bi_memstart; /* Memory start address */25 unsigned int bi_memsize; /* Memory (end) size in bytes */26 unsigned int bi_intfreq; /* Internal Freq, in Hz */27 unsigned int bi_busfreq; /* Bus Freq, in Hz */28 unsigned int bi_cpmfreq; /* CPM Freq, in Hz */[all …]
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];
150 struct scsi_bd bd_info; member161 struct scsi_bd bd_info; member
223 struct ext4_group_info *bd_info; member
351 u32 bd_info; member