Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dpicoxcell_crypto.c139 unsigned stat_irq_thresh; member
1208 return snprintf(buf, PAGE_SIZE, "%u\n", engine->stat_irq_thresh); in spacc_stat_irq_thresh_show()
1223 engine->stat_irq_thresh = thresh; in spacc_stat_irq_thresh_store()
1224 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, in spacc_stat_irq_thresh_store()
1229 static DEVICE_ATTR(stat_irq_thresh, 0644, spacc_stat_irq_thresh_show,
1701 engine->stat_irq_thresh = (engine->fifo_sz / 2); in spacc_probe()
1708 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, in spacc_probe()