Home
last modified time | relevance | path

Searched defs:bd_info (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/powerpc/boot/
Dppcboot-hotfoot.h49 typedef struct bd_info { struct
50 unsigned long bi_memstart; /* start of DRAM memory */
51 unsigned long bi_memsize; /* size of DRAM memory in bytes */
52 unsigned long bi_flashstart; /* start of FLASH memory */
53 unsigned long bi_flashsize; /* size of FLASH memory */
54 unsigned long bi_flashoffset; /* reserved area for startup monitor */
55 unsigned long bi_sramstart; /* start of SRAM memory */
56 unsigned long bi_sramsize; /* size of SRAM memory */
59 unsigned long bi_immr_base; /* base of IMMR register */
62 unsigned long bi_mbar_base; /* base of internal registers */
[all …]
Dppcboot.h37 typedef struct bd_info { struct
38 unsigned long bi_memstart; /* start of DRAM memory */
39 unsigned long bi_memsize; /* size of DRAM memory in bytes */
40 unsigned long bi_flashstart; /* start of FLASH memory */
41 unsigned long bi_flashsize; /* size of FLASH memory */
42 unsigned long bi_flashoffset; /* reserved area for startup monitor */
43 unsigned long bi_sramstart; /* start of SRAM memory */
44 unsigned long bi_sramsize; /* size of SRAM memory */
47 unsigned long bi_immr_base; /* base of IMMR register */
50 unsigned long bi_mbar_base; /* base of internal registers */
[all …]
Dredboot.h18 typedef struct bd_info { struct
19 unsigned int bi_tag; /* Should be 0x42444944 "BDID" */
20 unsigned int bi_size; /* Size of this structure */
21 unsigned int bi_revision; /* revision of this structure */
22 unsigned int bi_bdate; /* bootstrap date, i.e. 0x19971106 */
23 unsigned int bi_memstart; /* Memory start address */
24 unsigned int bi_memsize; /* Memory (end) size in bytes */
25 unsigned int bi_intfreq; /* Internal Freq, in Hz */
26 unsigned int bi_busfreq; /* Bus Freq, in Hz */
27 unsigned int bi_cpmfreq; /* CPM Freq, in Hz */
[all …]
/linux-3.3/fs/ext4/
Dmballoc.h208 struct ext4_group_info *bd_info; member