Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c130 unsigned stat_irq_thresh; member
1275 return snprintf(buf, PAGE_SIZE, "%u\n", engine->stat_irq_thresh); in spacc_stat_irq_thresh_show()
1290 engine->stat_irq_thresh = thresh; in spacc_stat_irq_thresh_store()
1291 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, in spacc_stat_irq_thresh_store()
1296 static DEVICE_ATTR(stat_irq_thresh, 0644, spacc_stat_irq_thresh_show,
1776 engine->stat_irq_thresh = (engine->fifo_sz / 2); in spacc_probe()
1783 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, in spacc_probe()