Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c988 u32 OTPCFG[2]; in otp_print_scu_info() local
996 otp_read_conf(28, &OTPCFG[0]); in otp_print_scu_info()
997 otp_read_conf(29, &OTPCFG[1]); in otp_print_scu_info()
1006 reg_p = (OTPCFG[0] >> bit_offset) & 0x1; in otp_print_scu_info()
1010 reg_p = (OTPCFG[1] >> bit_offset) & 0x1; in otp_print_scu_info()
1033 u32 *OTPCFG = (u32 *)image_layout->conf; in otp_print_conf_image() local
1055 otp_value = (OTPCFG[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()
1117 if (OTPCFG[0xa] != 0 || OTPCFG[0xb] != 0) { in otp_print_conf_image()
1124 if (get_dw_bit(&OTPCFG[0xa], i) == 0) { in otp_print_conf_image()
1141 otp_print_revid(&OTPCFG[0xa]); in otp_print_conf_image()
[all …]