Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c482 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_free_blocks_double()
486 if (!mb_test_bit(first + i, e4b->bd_info->bb_bitmap)) { in mb_free_blocks_double()
500 mb_clear_bit(first + i, e4b->bd_info->bb_bitmap); in mb_free_blocks_double()
508 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_mark_used_double()
512 BUG_ON(mb_test_bit(first + i, e4b->bd_info->bb_bitmap)); in mb_mark_used_double()
513 mb_set_bit(first + i, e4b->bd_info->bb_bitmap); in mb_mark_used_double()
519 if (unlikely(e4b->bd_info->bb_bitmap == NULL)) in mb_cmp_bitmaps()
521 if (memcmp(e4b->bd_info->bb_bitmap, bitmap, e4b->bd_sb->s_blocksize)) { in mb_cmp_bitmaps()
524 b1 = (unsigned char *) e4b->bd_info->bb_bitmap; in mb_cmp_bitmaps()
622 if (e4b->bd_info->bb_check_counter++ % 10) in __mb_check_buddy()
[all …]
H A Dmballoc.h189 struct ext4_group_info *bd_info; member
/OK3568_Linux_fs/kernel/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.c2551 p_bd_info = &cqe->cqe_info.unsolic_info.bd_info; in qedf_process_unsol_compl()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Du-boot.h23 typedef struct bd_info { struct
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Du-boot.h27 typedef struct bd_info { struct
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/lib/
H A Dasm-offsets.c26 (sizeof(struct bd_info) + 15) & ~15); in main()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Du-boot.h27 typedef struct bd_info { struct
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmtk-sd.c330 u32 bd_info; member
673 bd[j].bd_info &= ~BDMA_DESC_BLKPAD; in msdc_dma_setup()
674 bd[j].bd_info &= ~BDMA_DESC_DWPAD; in msdc_dma_setup()
677 bd[j].bd_info &= ~BDMA_DESC_PTR_H4; in msdc_dma_setup()
678 bd[j].bd_info |= (upper_32_bits(dma_address) & 0xf) in msdc_dma_setup()
691 bd[j].bd_info |= BDMA_DESC_EOL; in msdc_dma_setup()
693 bd[j].bd_info &= ~BDMA_DESC_EOL; in msdc_dma_setup()
696 bd[j].bd_info &= ~BDMA_DESC_CHECKSUM; in msdc_dma_setup()
697 bd[j].bd_info |= msdc_dma_calcs((u8 *)(&bd[j]), 16) << 8; in msdc_dma_setup()
1786 bd[i].bd_info |= (upper_32_bits(dma_addr) & 0xf) << 24; in msdc_init_gpd_bd()
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dbootm.c42 struct bd_info *bd = gd->bd; in setup_memory_tag()
/OK3568_Linux_fs/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
269 'struct bd_info' must be passed instead of FDT blob, thus fdt property *must
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.enetaddr26 - struct bd_info and/or device tree
H A DREADME.generic-board105 Similarly we need a generic bd_info structure, since generic code will
/OK3568_Linux_fs/u-boot/
H A DREADME576 bd_info data to be in MHz) the environment variable
3057 the Linux kernel (bd_info, boot arguments, FDT blob if
3076 Enables allocating and saving a kernel copy of the bd_info in