Searched refs:conf_ignore (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | otp.c | 175 u8 *conf_ignore; member 1034 u32 *OTPCFG_IGNORE = (u32 *)image_layout->conf_ignore; in otp_print_conf_image() 1643 u32 *conf_ignore = (u32 *)image_layout->conf_ignore; in otp_prog_conf() local 1651 data_masked = otp_conf[i] & ~conf_ignore[i]; in otp_prog_conf() 1652 buf_masked = conf[i] & ~conf_ignore[i]; in otp_prog_conf() 1662 ret = otp_prog_dw(conf[i], conf_ignore[i], prog_address); in otp_prog_conf() 1668 if (verify_dw(prog_address, &conf[i], &conf_ignore[i], compare, 1) != 0) { in otp_prog_conf() 1670 ret = otp_prog_dw(compare[0], conf_ignore[i], prog_address); in otp_prog_conf() 1673 if (verify_dw(prog_address, &conf[i], &conf_ignore[i], compare, 1) != 0) { in otp_prog_conf() 1686 i, otp_conf[i], conf[i], conf_ignore[i]); in otp_prog_conf() [all …]
|