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

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

Completed in 107 milliseconds