Home
last modified time | relevance | path

Searched defs:blksz (Results 1 – 20 of 20) sorted by relevance

/u-boot/drivers/block/
A Dblkcache.c26 unsigned long blksz; member
51 unsigned long blksz) in cache_find()
73 unsigned long blksz, void *buffer) in blkcache_read()
94 unsigned long blksz, void const *buffer) in blkcache_fill()
A Dblk-uclass.c567 const char *name, int if_type, int devnum, int blksz, in blk_create_device()
600 const char *name, int if_type, int devnum, int blksz, in blk_create_devicef()
A Dide.c1195 int blksz; in ide_probe() local
/u-boot/cmd/
A Dmbr.c93 static int str_to_partitions(const char *str_part, int blksz, in str_to_partitions()
209 int blksz = dev->blksz; in do_write_mbr() local
236 int blksz = dev->blksz; in do_verify_mbr() local
/u-boot/include/
A Dimage-sparse.h13 lbaint_t blksz; member
A Dblk.h79 unsigned long blksz; /* block size */ member
194 unsigned long blksz, void *buffer) in blkcache_read()
201 unsigned long blksz, void const *buffer) {} in blkcache_fill()
A Dext4fs.h88 uint32_t blksz; member
A Dpart.h61 ulong blksz; /* block size in bytes */ member
A Dsdhci.h25 #define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF)) argument
/u-boot/drivers/scsi/
A Dscsi.c358 lbaint_t *capacity, unsigned long *blksz) in scsi_read_capacity()
489 unsigned long blksz; in scsi_detect_dev() local
/u-boot/drivers/mmc/
A Darm_pl180_mmci.c231 u32 blksz = 0; in do_data_transfer() local
A Dmxcmmc.c153 unsigned int blksz = data->blocksize; in mxcmci_setup_data() local
/u-boot/lib/efi_loader/
A Defi_disk.c84 int blksz; in efi_disk_rw_blocks() local
/u-boot/drivers/fastboot/
A Dfb_mmc.c236 unsigned long blksz; in fb_mmc_boot_ops() local
/u-boot/arch/arm/include/asm/arch-sunxi/
A Dmmc.h20 u32 blksz; /* 0x10 block size */ member
/u-boot/fs/squashfs/
A Dsqfs.c1235 __le32 blksz) in sqfs_get_regfile_info()
1273 __le32 blksz) in sqfs_get_lregfile_info()
/u-boot/tools/
A Dkwboot.c355 const size_t blksz = sizeof(block->data); in kwboot_xm_makeblock() local
/u-boot/fs/ext4/
A Dext4_common.c1535 int blksz = EXT2_BLOCK_SIZE(data); in ext4fs_get_extent_block() local
1649 int blksz; in read_allocated_block() local
/u-boot/common/
A Dusb_storage.c1427 u32 capacity, blksz; in usb_stor_get_info() local
/u-boot/fs/zfs/
A Dzfs.c1115 uint64_t blkid, blksz; /* the block id this object dnode is in */ in dnode_get() local
2076 int blksz, movesize; in zfs_read() local

Completed in 48 milliseconds