Searched defs:bd_info (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | ppcboot-hotfoot.h | 35 typedef struct bd_info { struct 51 unsigned long bi_ip_addr; /* IP Address */ 55 unsigned char bi_enet1addr[6]; 60 unsigned long bi_busfreq; /* Bus Freq, in MHz */ 89 unsigned char bi_enet1addr[6]; 95 unsigned char bi_enet2addr[6]; 100 unsigned char bi_enet3addr[6]; 108 unsigned int bi_opbfreq; /* OB clock in Hz */ 109 int bi_iic_fast[2]; /* Use fast i2c mode */ 112 int bi_phynum[4]; /* phy mapping */ [all …]
|
H A D | ppcboot.h | 23 typedef struct bd_info { struct 24 unsigned long bi_memstart; /* start of DRAM memory */ 39 unsigned long bi_ip_addr; /* IP Address */ 43 unsigned long bi_busfreq; /* Bus Freq, in MHz */ 69 unsigned char bi_enet1addr[6]; 75 unsigned char bi_enet2addr[6]; 80 unsigned char bi_enet3addr[6]; 84 unsigned int bi_opbfreq; /* OB clock in Hz */ 85 int bi_iic_fast[2]; /* Use fast i2c mode */ 88 int bi_phynum[4]; /* phy mapping */ [all …]
|
H A D | redboot.h | 19 typedef struct bd_info { struct 24 unsigned int bi_memstart; /* Memory start address */ 27 unsigned int bi_busfreq; /* Bus Freq, in Hz */ 28 unsigned int bi_cpmfreq; /* CPM Freq, in Hz */ 29 unsigned int bi_brgfreq; /* BRG Freq, in Hz */ 30 unsigned int bi_vco; /* VCO Out from PLL */ 31 unsigned int bi_pci_freq; /* PCI Freq, in Hz */ 34 unsigned char bi_enetaddr[6]; 37 int bi_flashwidth; /* Width (8,16,32,64) */ 40 unsigned int bi_ramdisk_begin, bi_ramdisk_end; [all …]
|
/openbmc/u-boot/include/asm-generic/ |
H A D | u-boot.h | 26 typedef struct bd_info { struct 35 unsigned long bi_arm_freq; /* arm frequency */ 36 unsigned long bi_dsp_freq; /* dsp core frequency */ 37 unsigned long bi_ddr_freq; /* ddr frequency */ 46 unsigned long bi_immrbar; 49 unsigned long bi_ip_addr; /* IP Address */ 53 unsigned long bi_busfreq; /* Bus Freq, in MHz */ 65 unsigned long bi_inpfreq; /* input Freq in MHz */ 66 unsigned long bi_vcofreq; /* vco Freq in MHz */ 89 struct { /* RAM configuration */ [all …]
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | u-boot.h | 26 typedef struct bd_info { struct 27 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 …]
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | u-boot.h | 25 typedef struct bd_info { struct 26 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];
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 150 struct scsi_bd bd_info; member 161 struct scsi_bd bd_info; member
|
/openbmc/linux/fs/ext4/ |
H A D | mballoc.h | 223 struct ext4_group_info *bd_info; member
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mtk-sd.c | 351 u32 bd_info; member
|