Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/hw_random/
Dxgene-rng.c43 #define RNG_INTR_STS_ACK 0x10 macro
137 val = readl(ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_chk_overflow()
213 writel(val, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_chk_overflow()
232 val = readl(ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_data_present()
250 writel(READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_data_read()
277 READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_init_internal()