Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c942 u32 dw_offset; in otp_print_scu_image() local
955 dw_offset = 1; in otp_print_scu_image()
959 dw_offset = 0; in otp_print_scu_image()
963 otp_value = (OTPSCU[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()
964 otp_ignore = (OTPSCU_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()
1036 u32 dw_offset; in otp_print_conf_image() local
1052 dw_offset = conf_info[i].dw_offset; in otp_print_conf_image()
1055 otp_value = (OTPCFG[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()
1056 otp_ignore = (OTPCFG_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()
1077 printf("0x%-4X", dw_offset); in otp_print_conf_image()
[all …]
H A Dotp_info.h19 signed char dw_offset; member
/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec/
H A D0001-otptool-Define-value_start-in-rev_id-path.patch20 offset = dw_offset*32 + bit_offset