Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A DevbA3_emmc_patch.json28 // OTPSTRAP[1]
36 // OTPSTRAP[43]
/openbmc/u-boot/cmd/
H A Dotp.c1222 u32 *OTPSTRAP; in otp_print_strap_image() local
1234 OTPSTRAP = (u32 *)image_layout->strap; in otp_print_strap_image()
1252 otp_value = (OTPSTRAP[dw_offset] >> bit_offset) & mask; in otp_print_strap_image()