Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c938 u32 *OTPSCU = (u32 *)image_layout->scu_pro; in otp_print_scu_image() local
963 otp_value = (OTPSCU[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()
1704 u32 *OTPSCU = (u32 *)image_layout->scu_pro; in otp_prog_scu_protect() local
1714 buf_masked = OTPSCU[i] & ~OTPSCU_IGNORE[i]; in otp_prog_scu_protect()
1722 ret = otp_prog_dw(OTPSCU[i], OTPSCU_IGNORE[i], prog_address); in otp_prog_scu_protect()
1727 if (verify_dw(prog_address, &OTPSCU[i], &OTPSCU_IGNORE[i], compare, 1) != 0) { in otp_prog_scu_protect()
1732 if (verify_dw(prog_address, &OTPSCU[i], &OTPSCU_IGNORE[i], compare, 1) != 0) { in otp_prog_scu_protect()
1745 i + 28, scu_pro[i], OTPSCU[i], OTPSCU_IGNORE[i]); in otp_prog_scu_protect()
1863 u32 *OTPSCU = (u32 *)image_layout->scu_pro; in otp_check_scu_image() local
1871 buf_masked = OTPSCU[i] & ~OTPSCU_IGNORE[i]; in otp_check_scu_image()
[all …]