Searched refs:otp_priv (Results 1 – 1 of 1) sorted by relevance
18 static struct npcm_otp_priv *otp_priv; variable59 struct npcm_otp_regs *regs = otp_priv->regs[arr]; in npcm_otp_wait_for_otp_ready()94 struct npcm_otp_regs *regs = otp_priv->regs[arr]; in npcm_otp_read_byte()155 struct npcm_otp_regs *regs = otp_priv->regs[arr]; in npcm_otp_program_bit()268 struct npcm_otp_regs *regs = otp_priv->regs[arr]; in npcm_otp_is_fuse_array_disabled()275 struct npcm_otp_regs *regs = otp_priv->regs[NPCM_KEY_SA]; in npcm_otp_select_key()475 otp_priv = calloc(1, sizeof(struct npcm_otp_priv)); in npcm_otp_bind()476 if (!otp_priv) in npcm_otp_bind()484 otp_priv->regs[0] = regs; in npcm_otp_bind()492 otp_priv->regs[1] = regs; in npcm_otp_bind()
Completed in 7 milliseconds