Home
last modified time | relevance | path

Searched refs:bd_info (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/common/init/
H A Dhandoff.c18 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 Dmballoc.c557 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 Dmballoc.h223 struct ext4_group_info *bd_info; member
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_hsi.h150 struct scsi_bd bd_info; member
161 struct scsi_bd bd_info; member
H A Dqedf_io.c2537 p_bd_info = &cqe->cqe_info.unsolic_info.bd_info; in qedf_process_unsol_compl()
/openbmc/u-boot/arch/riscv/include/asm/
H A Du-boot.h25 typedef struct bd_info { struct
/openbmc/u-boot/arch/nds32/include/asm/
H A Du-boot.h26 typedef struct bd_info { struct
/openbmc/linux/arch/powerpc/boot/
H A Dredboot.h19 typedef struct bd_info { struct
H A Dppcboot.h23 typedef struct bd_info { struct
H A Dppcboot-hotfoot.h35 typedef struct bd_info { struct
/openbmc/u-boot/lib/
H A Dasm-offsets.c25 (sizeof(struct bd_info) + 15) & ~15); in main()
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h26 typedef struct bd_info { struct
/openbmc/u-boot/include/
H A Dfdtdec.h44 struct bd_info;
1021 struct bd_info *bd);
/openbmc/linux/Documentation/powerpc/
H A Dbootwrapper.rst33 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 Dbootm.c41 struct bd_info *bd = gd->bd; in setup_memory_tag()
/openbmc/linux/drivers/mmc/host/
H A Dmtk-sd.c353 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 Dsource_file_format.txt15 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 DREADME.enetaddr26 - struct bd_info and/or device tree
H A DREADME.generic-board103 Similarly we need a generic bd_info structure, since generic code will
/openbmc/u-boot/
H A DKconfig123 Enables allocating and saving a kernel copy of the bd_info in
H A DREADME564 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