Lines Matching refs:cs8427_timeout
75 static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transceiver reset timeout value in msec */
86 module_param_array(cs8427_timeout, int, NULL, 0444);
87 MODULE_PARM_DESC(cs8427_timeout, "Define reset timeout for cs8427 chip in msec resolution.");
381 (ice->cs8427_timeout * HZ) / 1000, &ice->cs8427);
2472 int cs8427_timeout,
2503 if (cs8427_timeout < 1)
2504 cs8427_timeout = 1;
2505 else if (cs8427_timeout > 1000)
2506 cs8427_timeout = 1000;
2507 ice->cs8427_timeout = cs8427_timeout;
2609 cs8427_timeout[dev], dxr_enable[dev], &ice);