Home
last modified time | relevance | path

Searched refs:scu_pro (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dotp.c179 u8 *scu_pro; member
938 u32 *OTPSCU = (u32 *)image_layout->scu_pro; in otp_print_scu_image()
1698 static int otp_prog_scu_protect(struct otp_image_layout *image_layout, u32 *scu_pro) in otp_prog_scu_protect() argument
1704 u32 *OTPSCU = (u32 *)image_layout->scu_pro; in otp_prog_scu_protect()
1713 data_masked = scu_pro[i] & ~OTPSCU_IGNORE[i]; in otp_prog_scu_protect()
1745 i + 28, scu_pro[i], OTPSCU[i], OTPSCU_IGNORE[i]); in otp_prog_scu_protect()
1861 static int otp_check_scu_image(struct otp_image_layout *image_layout, u32 *scu_pro) in otp_check_scu_image() argument
1863 u32 *OTPSCU = (u32 *)image_layout->scu_pro; in otp_check_scu_image()
1870 data_masked = scu_pro[i] & ~OTPSCU_IGNORE[i]; in otp_check_scu_image()
1878 printf("OTPCFG[0x%X] = 0x%X\n", 28 + i, scu_pro[i]); in otp_check_scu_image()
[all …]