Searched defs:blocks (Results 1 - 25 of 27) sorted by relevance

12

/u-boot/arch/arm/cpu/armv8/
H A Dsha1_ce_glue.c14 sha1_process(sha1_context *ctx, const unsigned char *data, unsigned int blocks) argument
H A Dsha256_ce_glue.c14 sha256_process(sha256_context *ctx, const unsigned char *data, unsigned int blocks) argument
/u-boot/drivers/scsi/
H A Dscsi_emul.c45 uint blocks; local
H A Dscsi.c38 scsi_setup_read16(struct scsi_cmd *pccb, lbaint_t start, unsigned long blocks) argument
82 scsi_setup_read_ext(struct scsi_cmd *pccb, lbaint_t start, unsigned short blocks) argument
103 scsi_setup_write_ext(struct scsi_cmd *pccb, lbaint_t start, unsigned short blocks) argument
155 unsigned long blocks; local
[all...]
/u-boot/drivers/block/
H A Dblkcache.c147 void blkcache_configure(unsigned blocks, unsigned entries) argument
/u-boot/lib/
H A Dsha256.c188 sha256_process(sha256_context *ctx, const unsigned char *data, unsigned int blocks) argument
H A Dsha1.c221 sha1_process(sha1_context *ctx, const unsigned char *data, unsigned int blocks) argument
H A Dsha512.c210 int blocks; local
190 sha512_block_fn(sha512_context *sst, const uint8_t *src, int blocks) argument
/u-boot/include/cramfs/
H A Dcramfs_fs.h47 u32 blocks; member in struct:cramfs_info
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.h25 unsigned int blocks[ISP176x_BLOCK_NUM]; member in struct:isp1760_memory_layout
/u-boot/tools/
H A Dmtk_nand_headers.h56 uint32_t blocks; /* Total blocks of NAND chip */ member in struct:hsm_nand_boot_header::__anon83
89 uint32_t blocks; /* Total blocks of NAND chip */ member in struct:hsm20_nand_boot_header::__anon84
/u-boot/cmd/
H A Donenand.c66 int blocks = (int) len >> this->erase_shift; local
137 int blocks = len >> this->erase_shift; local
223 int blocks; local
[all...]
/u-boot/drivers/mmc/
H A Dtmio-common.c296 tmio_sd_dma_wait_for_irq(struct udevice *dev, u32 flag, unsigned int blocks) argument
H A Dbcm2835_sdhost.c169 unsigned int blocks; /* remaining PIO blocks */ member in struct:bcm2835_host
H A Dfsl_esdhc.c160 uint blocks; local
[all...]
H A Dfsl_esdhc_imx.c223 uint blocks; local
[all...]
/u-boot/drivers/misc/
H A Drockchip-efuse.c229 u32 block_start, block_end, block_offset, blocks; local
H A Drockchip-otp.c291 u32 block_start, block_end, block_offset, blocks; local
/u-boot/lib/efi_loader/
H A Defi_disk.c106 int blocks; local
[all...]
/u-boot/drivers/ata/
H A Dahci.c658 u16 blocks = 0; local
[all...]
/u-boot/test/image/
H A Dspl_load_fs.c54 u32 blocks = file_block + file_blocks; local
/u-boot/fs/erofs/
H A Dinternal.h62 u32 blocks; member in struct:erofs_device_info
H A Derofs_fs.h54 __le32 blocks; /* total fs blocks of this device */ member in struct:erofs_deviceslot
74 __le32 blocks; /* used for statfs */ member in struct:erofs_super_block
/u-boot/include/
H A Dext_common.h196 } blocks; member in union:ext2_inode::__anon14
/u-boot/common/
H A Dusb_storage.c1086 usb_read_10(struct scsi_cmd *srb, struct us_data *ss, unsigned long start, unsigned short blocks) argument
1103 usb_write_10(struct scsi_cmd *srb, struct us_data *ss, unsigned long start, unsigned short blocks) argument
[all...]

Completed in 308 milliseconds

12