Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c710 u32 OTPSTRAP_RAW[2]; in otp_strap_status() local
736 otp_read_conf(i, &OTPSTRAP_RAW[0]); in otp_strap_status()
737 otp_read_conf(i + 1, &OTPSTRAP_RAW[1]); in otp_strap_status()
739 char bit_value = ((OTPSTRAP_RAW[0] >> j) & 0x1); in otp_strap_status()
749 char bit_value = ((OTPSTRAP_RAW[1] >> (j - 32)) & 0x1); in otp_strap_status()
760 otp_read_conf(30, &OTPSTRAP_RAW[0]); in otp_strap_status()
761 otp_read_conf(31, &OTPSTRAP_RAW[1]); in otp_strap_status()
763 if (((OTPSTRAP_RAW[0] >> j) & 0x1) == 1) in otp_strap_status()
767 if (((OTPSTRAP_RAW[1] >> (j - 32)) & 0x1) == 1) in otp_strap_status()