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

/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c130 unsigned stat_irq_thresh; member in struct:spacc_engine
1275 return snprintf(buf, PAGE_SIZE, "%u\n", engine->stat_irq_thresh); spacc_stat_irq_thresh_show()
1290 engine->stat_irq_thresh = thresh; spacc_stat_irq_thresh_store()
1291 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, 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); spacc_probe()
1783 writel(engine->stat_irq_thresh << SPA_IRQ_CTRL_STAT_CNT_OFFSET, spacc_probe()

Completed in 74 milliseconds