Searched defs:blksz (Results 1 – 20 of 20) sorted by relevance
/u-boot/drivers/block/ |
A D | blkcache.c | 26 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 D | blk-uclass.c | 567 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 D | ide.c | 1195 int blksz; in ide_probe() local
|
/u-boot/cmd/ |
A D | mbr.c | 93 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 D | image-sparse.h | 13 lbaint_t blksz; member
|
A D | blk.h | 79 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 D | ext4fs.h | 88 uint32_t blksz; member
|
A D | part.h | 61 ulong blksz; /* block size in bytes */ member
|
A D | sdhci.h | 25 #define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF)) argument
|
/u-boot/drivers/scsi/ |
A D | scsi.c | 358 lbaint_t *capacity, unsigned long *blksz) in scsi_read_capacity() 489 unsigned long blksz; in scsi_detect_dev() local
|
/u-boot/drivers/mmc/ |
A D | arm_pl180_mmci.c | 231 u32 blksz = 0; in do_data_transfer() local
|
A D | mxcmmc.c | 153 unsigned int blksz = data->blocksize; in mxcmci_setup_data() local
|
/u-boot/lib/efi_loader/ |
A D | efi_disk.c | 84 int blksz; in efi_disk_rw_blocks() local
|
/u-boot/drivers/fastboot/ |
A D | fb_mmc.c | 236 unsigned long blksz; in fb_mmc_boot_ops() local
|
/u-boot/arch/arm/include/asm/arch-sunxi/ |
A D | mmc.h | 20 u32 blksz; /* 0x10 block size */ member
|
/u-boot/fs/squashfs/ |
A D | sqfs.c | 1235 __le32 blksz) in sqfs_get_regfile_info() 1273 __le32 blksz) in sqfs_get_lregfile_info()
|
/u-boot/tools/ |
A D | kwboot.c | 355 const size_t blksz = sizeof(block->data); in kwboot_xm_makeblock() local
|
/u-boot/fs/ext4/ |
A D | ext4_common.c | 1535 int blksz = EXT2_BLOCK_SIZE(data); in ext4fs_get_extent_block() local 1649 int blksz; in read_allocated_block() local
|
/u-boot/common/ |
A D | usb_storage.c | 1427 u32 capacity, blksz; in usb_stor_get_info() local
|
/u-boot/fs/zfs/ |
A D | zfs.c | 1115 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