/openbmc/u-boot/common/init/ |
H A D | handoff.c | 18 struct bd_info *bd = gd->bd; in handoff_save_dram() 38 struct bd_info *bd = gd->bd; in handoff_load_dram_banks()
|
/openbmc/linux/fs/ext4/ |
H A D | mballoc.c | 557 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_free_blocks_double() 561 if (!mb_test_bit(first + i, e4b->bd_info->bb_bitmap)) { in mb_free_blocks_double() 575 mb_clear_bit(first + i, e4b->bd_info->bb_bitmap); in mb_free_blocks_double() 583 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_mark_used_double() 587 BUG_ON(mb_test_bit(first + i, e4b->bd_info->bb_bitmap)); in mb_mark_used_double() 588 mb_set_bit(first + i, e4b->bd_info->bb_bitmap); in mb_mark_used_double() 594 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_cmp_bitmaps() 596 if (memcmp(e4b->bd_info->bb_bitmap, bitmap, e4b->bd_sb->s_blocksize)) { in mb_cmp_bitmaps() 599 b1 = (unsigned char *) e4b->bd_info->bb_bitmap; in mb_cmp_bitmaps() 697 if (e4b->bd_info->bb_check_counter++ % 10) in __mb_check_buddy() [all …]
|
H A D | mballoc.h | 223 struct ext4_group_info *bd_info; member
|
/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
|
H A D | qedf_io.c | 2537 p_bd_info = &cqe->cqe_info.unsolic_info.bd_info; in qedf_process_unsol_compl()
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | u-boot.h | 25 typedef struct bd_info { struct
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | u-boot.h | 26 typedef struct bd_info { struct
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | redboot.h | 19 typedef struct bd_info { struct
|
H A D | ppcboot.h | 23 typedef struct bd_info { struct
|
H A D | ppcboot-hotfoot.h | 35 typedef struct bd_info { struct
|
/openbmc/u-boot/lib/ |
H A D | asm-offsets.c | 25 (sizeof(struct bd_info) + 15) & ~15); in main()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | u-boot.h | 26 typedef struct bd_info { struct
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 44 struct bd_info; 1021 struct bd_info *bd);
|
/openbmc/linux/Documentation/powerpc/ |
H A D | bootwrapper.rst | 33 bd_info structure and loads the data into the device 37 bd_info structure used in the old U-Boot interfaces, 41 from the platform specific bd_info file. The platform
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | bootm.c | 41 struct bd_info *bd = gd->bd; in setup_memory_tag()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mtk-sd.c | 353 u32 bd_info; member 732 bd[j].bd_info &= ~BDMA_DESC_BLKPAD; in msdc_dma_setup() 733 bd[j].bd_info &= ~BDMA_DESC_DWPAD; in msdc_dma_setup() 736 bd[j].bd_info &= ~BDMA_DESC_PTR_H4; in msdc_dma_setup() 737 bd[j].bd_info |= (upper_32_bits(dma_address) & 0xf) in msdc_dma_setup() 750 bd[j].bd_info |= BDMA_DESC_EOL; in msdc_dma_setup() 752 bd[j].bd_info &= ~BDMA_DESC_EOL; in msdc_dma_setup() 755 bd[j].bd_info &= ~BDMA_DESC_CHECKSUM; in msdc_dma_setup() 756 bd[j].bd_info |= msdc_dma_calcs((u8 *)(&bd[j]), 16) << 8; in msdc_dma_setup() 1880 bd[i].bd_info |= (upper_32_bits(dma_addr) & 0xf) << 24; in msdc_init_gpd_bd()
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | source_file_format.txt | 15 replace direct passing of 'struct bd_info' which was used to boot pre-FDT 271 'struct bd_info' must be passed instead of FDT blob, thus fdt property *must
|
/openbmc/u-boot/doc/ |
H A D | README.enetaddr | 26 - struct bd_info and/or device tree
|
H A D | README.generic-board | 103 Similarly we need a generic bd_info structure, since generic code will
|
/openbmc/u-boot/ |
H A D | Kconfig | 123 Enables allocating and saving a kernel copy of the bd_info in
|
H A D | README | 564 bd_info data to be in MHz) the environment variable 2774 the Linux kernel (bd_info, boot arguments, FDT blob if 2793 Enables allocating and saving a kernel copy of the bd_info in
|