Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/hw_random/
Dxgene-rng.c30 #define RNG_INTR_STS_ACK 0x10 macro
122 val = readl(ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_chk_overflow()
198 writel(val, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_chk_overflow()
217 val = readl(ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_data_present()
235 writel(READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_data_read()
262 READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); in xgene_rng_init_internal()