Searched defs:bd_info (Results 1 – 6 of 6) 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 …]
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