Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Dpicoxcell_crypto.c127 unsigned stat_irq_thresh; member
1200 return snprintf(buf, PAGE_SIZE, "%u\n", engine->stat_irq_thresh); in spacc_stat_irq_thresh_show()
1215 engine->stat_irq_thresh = thresh; in spacc_stat_irq_thresh_store()
1216 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, in spacc_stat_irq_thresh_store()
1221 static DEVICE_ATTR(stat_irq_thresh, 0644, spacc_stat_irq_thresh_show,
1693 engine->stat_irq_thresh = (engine->fifo_sz / 2); in spacc_probe()
1704 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, in spacc_probe()