Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/hw_random/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds