Searched defs:blksz (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/drivers/block/ |
H A D | blkcache.c | 20 unsigned long blksz; member 33 unsigned long blksz) in cache_find() 55 unsigned long blksz, void *buffer) in blkcache_read() 76 unsigned long blksz, void const *buffer) in blkcache_fill()
|
H A D | blk-uclass.c | 561 const char *name, int if_type, int devnum, int blksz, in blk_create_device() 593 const char *name, int if_type, int devnum, int blksz, in blk_create_devicef()
|
H A D | ide.c | 1191 int blksz; in ide_probe() local
|
/openbmc/u-boot/include/ |
H A D | image-sparse.h | 12 lbaint_t blksz; member
|
H A D | blk.h | 78 unsigned long blksz; /* block size */ member 187 unsigned long blksz, void *buffer) in blkcache_read() 194 unsigned long blksz, void const *buffer) {} in blkcache_fill()
|
H A D | ext4fs.h | 86 uint32_t blksz; member
|
H A D | part.h | 57 ulong blksz; /* block size in bytes */ member
|
H A D | sdhci.h | 23 #define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF)) argument
|
/openbmc/u-boot/drivers/scsi/ |
H A D | scsi.c | 360 lbaint_t *capacity, unsigned long *blksz) in scsi_read_capacity() 494 unsigned long blksz; in scsi_detect_dev() local
|
/openbmc/u-boot/drivers/mmc/ |
H A D | arm_pl180_mmci.c | 228 u32 blksz = 0; in do_data_transfer() local
|
H A D | mxcmmc.c | 152 unsigned int blksz = data->blocksize; in mxcmci_setup_data() local
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_disk.c | 62 int blksz; in efi_disk_rw_blocks() local
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | mmc.h | 20 u32 blksz; /* 0x10 block size */ member
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 355 const size_t blksz = sizeof(block->data); in kwboot_xm_makeblock() local
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.c | 1531 int blksz = EXT2_BLOCK_SIZE(data); in ext4fs_get_extent_block() local 1619 int blksz; in read_allocated_block() local
|
/openbmc/u-boot/common/ |
H A D | usb_storage.c | 1418 u32 capacity, blksz; in usb_stor_get_info() local
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs.c | 1114 uint64_t blkid, blksz; /* the block id this object dnode is in */ in dnode_get() local 2075 int blksz, movesize; in zfs_read() local
|