Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dxgene-rng.c30 #define RNG_INTR_STS_ACK 0x10 macro
121 val = readl(ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_chk_overflow()
197 writel(val, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_chk_overflow()
216 val = readl(ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_data_present()
234 writel(READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_data_read()
261 READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_init_internal()