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

/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c55 union ce_io_threshold io_threshold; local
102 io_threshold.w = 0;
103 io_threshold.bf.output_threshold = PPC4XX_OUTPUT_THRESHOLD;
104 io_threshold.bf.input_threshold = PPC4XX_INPUT_THRESHOLD;
105 writel(io_threshold.w, dev->ce_base + CRYPTO4XX_IO_THRESHOLD);

Completed in 224 milliseconds