Searched refs:rng_priv (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/rng/
H A Dnpcm_rng.c46 static struct npcm_rng_priv *rng_priv; variable in typeref:struct:npcm_rng_priv
50 struct npcm_rng_regs *regs = rng_priv->regs;
64 struct npcm_rng_regs *regs = rng_priv->regs;
78 struct npcm_rng_regs *regs = rng_priv->regs;
99 struct npcm_rng_regs *regs = rng_priv->regs;
123 rng_priv = calloc(1, sizeof(struct npcm_rng_priv));
124 if (!rng_priv)
127 rng_priv->regs = dev_remap_addr_index(dev, 0);
128 if (!rng_priv->regs) {

Completed in 49 milliseconds