io_threshold       55 drivers/crypto/amcc/crypto4xx_core.c 	union ce_io_threshold io_threshold;
io_threshold      102 drivers/crypto/amcc/crypto4xx_core.c 	io_threshold.w = 0;
io_threshold      103 drivers/crypto/amcc/crypto4xx_core.c 	io_threshold.bf.output_threshold = PPC4XX_OUTPUT_THRESHOLD;
io_threshold      104 drivers/crypto/amcc/crypto4xx_core.c 	io_threshold.bf.input_threshold  = PPC4XX_INPUT_THRESHOLD;
io_threshold      105 drivers/crypto/amcc/crypto4xx_core.c 	writel(io_threshold.w, dev->ce_base + CRYPTO4XX_IO_THRESHOLD);