| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | loaderimage.c | 85 unsigned int js_hash; /*js hsah*/ member 126 static uint32_t js_hash(uint8_t *buf, uint32_t len) in js_hash() function 302 hdr.js_hash = js_hash((uint8_t *)buf + sizeof(second_loader_hdr), size); in main()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_atags.c | 121 static u32 js_hash(void *buf, u32 len) in js_hash() function 280 hash = js_hash(t, (size << 2) - HASH_LEN); in atags_set_tag() 342 calc_hash = js_hash(t, (size << 2) - HASH_LEN); in atags_get_tag()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | spl_rkfw.h | 98 unsigned int js_hash; /* js hsah */ member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/ |
| H A D | bbt.c | 58 static u32 js_hash(u8 *buf, u32 len) in js_hash() function 77 hash = js_hash(buf, len); in bbt_check_hash() 259 bbt_info->hash = js_hash(data_buf, nbytes + sizeof(struct nanddev_bbt_info) - 4); in nanddev_write_bbt()
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rk_sftl_arm_v8.S | 5619 .section .text.js_hash,"ax",@progbits 5621 .global js_hash symbol 5622 .type js_hash, %function 5623 js_hash: label 5640 .size js_hash, .-js_hash 5721 bl js_hash 5837 bl js_hash 8136 bl js_hash 10349 bl js_hash 10517 bl js_hash [all …]
|
| H A D | rk_sftl_arm_v7.S | 6516 .section .text.js_hash,"ax",%progbits 6518 .global js_hash symbol 6523 .type js_hash, %function 6524 js_hash: label 6546 .size js_hash, .-js_hash 6622 bl js_hash 6742 bl js_hash 9284 bl js_hash 11521 bl js_hash 11875 bl js_hash [all …]
|
| /rk3399_rockchip-uboot/drivers/rknand/ |
| H A D | rk_zftl_arm_v8.S | 9713 .section .text.js_hash,"ax",@progbits 9715 .global js_hash symbol 9716 .type js_hash, %function 9717 js_hash: label 9734 .size js_hash, .-js_hash 9756 bl js_hash 13262 bl js_hash 16435 bl js_hash 16816 bl js_hash 16921 bl js_hash [all …]
|
| H A D | rk_zftl_arm_v7.S | 11198 .section .text.js_hash,"ax",%progbits 11200 .global js_hash symbol 11205 .type js_hash, %function 11206 js_hash: label 11228 .size js_hash, .-js_hash 11253 bl js_hash 14994 bl js_hash 18437 bl js_hash 18811 bl js_hash 18925 bl js_hash [all …]
|
| H A D | rk_zftl_spl_arm_v8.S | 10032 .section .text.js_hash,"ax",@progbits 10034 .global js_hash symbol 10035 .type js_hash, %function 10036 js_hash: label 10053 .size js_hash, .-js_hash 10075 bl js_hash 13581 bl js_hash 16752 bl js_hash 17133 bl js_hash 17238 bl js_hash [all …]
|
| H A D | rk_ftl_arm_v8.S | 431 .section .text.js_hash,"ax",@progbits 433 .global js_hash symbol 434 .type js_hash, %function 435 js_hash: label 452 .size js_hash, .-js_hash 7166 bl js_hash 7318 bl js_hash 7361 bl js_hash 12403 bl js_hash 13142 bl js_hash [all …]
|
| H A D | rk_ftl_arm_v7.S | 573 .section .text.js_hash,"ax",%progbits 575 .global js_hash symbol 580 .type js_hash, %function 581 js_hash: label 603 .size js_hash, .-js_hash 8360 bl js_hash 8509 bl js_hash 8563 bl js_hash 14110 bl js_hash 14883 bl js_hash [all …]
|