Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/boot/
Dppcboot-hotfoot.h35 typedef struct bd_info { struct
36 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 …]
Dppcboot.h23 typedef struct bd_info { struct
24 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 …]
Dredboot.h19 typedef struct bd_info { struct
20 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 …]
/linux-6.6.21/drivers/scsi/qedf/
Dqedf_hsi.h150 struct scsi_bd bd_info; member
161 struct scsi_bd bd_info; member
/linux-6.6.21/fs/ext4/
Dmballoc.h223 struct ext4_group_info *bd_info; member
/linux-6.6.21/drivers/mmc/host/
Dmtk-sd.c351 u32 bd_info; member