Searched refs:chunk_size (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | hw_sha.h | 23 uchar * out_addr, uint chunk_size); 36 uchar * out_addr, uint chunk_size);
|
| H A D | hash.h | 36 int chunk_size; /* Watchdog chunk size */ member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 205 unsigned int chunk_size; member 774 if (page_size < info->chunk_size) { in set_command_address() 873 info->step_chunk_size = info->chunk_size; in prepare_set_command() 891 } else if (mtd->writesize == info->chunk_size) { in prepare_set_command() 893 } else if (mtd->writesize > info->chunk_size) { in prepare_set_command() 913 if (mtd->writesize > info->chunk_size) { in prepare_set_command() 930 info->step_chunk_size = info->chunk_size; in prepare_set_command() 938 if (mtd->writesize > info->chunk_size) { in prepare_set_command() 1304 buf + (chunk * info->chunk_size), in pxa3xx_nand_read_page_raw() 1305 info->chunk_size); in pxa3xx_nand_read_page_raw() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/ |
| H A D | cache-uniphier.c | 155 u32 chunk_size = min_t(u32, size, UNIPHIER_SSC_RANGE_OP_MAX_SIZE); in uniphier_cache_maint_range() local 157 uniphier_cache_maint_common(start, chunk_size, ways, in uniphier_cache_maint_range() 160 start += chunk_size; in uniphier_cache_maint_range() 161 size -= chunk_size; in uniphier_cache_maint_range()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | hash.c | 125 .chunk_size = CHUNKSZ_SHA1, 146 .chunk_size = CHUNKSZ_SHA256, 166 .chunk_size = CHUNKSZ_CRC32, 253 algo->hash_func_ws(data, len, output, algo->chunk_size); in hash_block() 409 algo->hash_func_ws(buf, len, output, algo->chunk_size);
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | ace_sha.c | 104 unsigned char *pout, unsigned int chunk_size) in hw_sha256() argument 111 unsigned char *pout, unsigned int chunk_size) in hw_sha1() argument
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | fsl_hash.c | 185 unsigned char *pout, unsigned int chunk_size) in hw_sha256() argument 192 unsigned char *pout, unsigned int chunk_size) in hw_sha1() argument
|
| /rk3399_rockchip-uboot/include/drm/ |
| H A D | drm_dsc.h | 364 __be16 chunk_size; member
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | drm_dsc.c | 119 pps_payload->chunk_size = cpu_to_be16(dsc_cfg->slice_chunk_size); in drm_dsc_pps_payload_pack()
|
| H A D | rockchip_vop2.c | 4650 be16_to_cpu(cstate->pps.chunk_size); in vop2_dsc_enable()
|