Lines Matching refs:otp
426 struct cfi_intelext_otpinfo *otp = in read_pri_intelext() local
437 otp->ProtRegAddr = le32_to_cpu(otp->ProtRegAddr); in read_pri_intelext()
438 otp->FactGroups = le16_to_cpu(otp->FactGroups); in read_pri_intelext()
439 otp->UserGroups = le16_to_cpu(otp->UserGroups); in read_pri_intelext()
440 otp++; in read_pri_intelext()
2324 struct cfi_intelext_otpinfo *otp; in cfi_intelext_otp_walk() local
2354 otp = (struct cfi_intelext_otpinfo *)&extp->extra[0]; in cfi_intelext_otp_walk()
2438 reg_prot_offset = otp->ProtRegAddr; in cfi_intelext_otp_walk()
2439 reg_fact_groups = otp->FactGroups; in cfi_intelext_otp_walk()
2440 reg_fact_size = 1 << otp->FactProtRegSize; in cfi_intelext_otp_walk()
2441 reg_user_groups = otp->UserGroups; in cfi_intelext_otp_walk()
2442 reg_user_size = 1 << otp->UserProtRegSize; in cfi_intelext_otp_walk()
2443 otp++; in cfi_intelext_otp_walk()