Searched refs:misc_otp_read (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | misc_otp.su | |
| H A D | misc_otp.c | 16 int misc_otp_read(struct udevice *dev, int offset, void *buf, int size) in misc_otp_read() function
|
| /OK3568_Linux_fs/u-boot/spl/drivers/misc/ |
| H A D | misc_otp.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | misc.h | 146 int misc_otp_read(struct udevice *dev, int offset, void *buf, int size);
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 618 ret = misc_otp_read(dev, OTP_SECURE_BOOT_ENABLE_ADDR, in rsa_burn_key_hash() 684 ret = misc_otp_read(dev, OTP_RSA_HASH_ADDR, digest_read, OTP_RSA_HASH_SIZE); in rsa_burn_key_hash() 701 ret = misc_otp_read(dev, OTP_RSA_HASH_ADDR, digest_read, OTP_RSA_HASH_SIZE); in rsa_burn_key_hash()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 252 if (misc_otp_read(dev, OTP_SECURE_BOOT_ENABLE_ADDR, &vboot, 1)) { in fit_board_verify_required_sigs()
|
| H A D | spl.c | 452 if (misc_otp_read(dev, OTP_UBOOT_ROLLBACK_OFFSET + i * 4, in fit_read_otp_rollback_index()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |