Searched refs:pbit (Results 1 – 1 of 1) sorted by relevance
772 …nt otp_strap_bit_confirm(struct otpstrap_status *otpstrap, int offset, int ibit, int bit, int pbit) in otp_strap_bit_confirm() argument782 if (!pbit) { in otp_strap_bit_confirm()798 if (pbit == 1) in otp_strap_bit_confirm()1568 int bit, pbit, ibit, offset; in otp_prog_strap() local1583 pbit = (strap_pro[0] >> offset) & 0x1; in otp_prog_strap()1591 pbit = (strap_pro[1] >> offset) & 0x1; in otp_prog_strap()1618 if (pbit != 0) { in otp_prog_strap()1804 int bit, pbit, ibit; in otp_check_strap_image() local1816 pbit = (strap_pro[0] >> i) & 0x1; in otp_check_strap_image()1820 pbit = (strap_pro[1] >> (i - 32)) & 0x1; in otp_check_strap_image()[all …]