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

/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c49 static char hifn_pll_ref[sizeof("extNNN")] = "ext"; variable
50 module_param_string(hifn_pll_ref, hifn_pll_ref, sizeof(hifn_pll_ref), 0444);
51 MODULE_PARM_DESC(hifn_pll_ref,
980 if (strncmp(hifn_pll_ref, "ext", 3) == 0) hifn_init_pll()
985 if (hifn_pll_ref[3] != '\0') hifn_init_pll()
986 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); hifn_init_pll()
990 "override with hifn_pll_ref=%.3s<frequency>\n", hifn_init_pll()
991 freq, hifn_pll_ref); hifn_init_pll()
2753 if (strncmp(hifn_pll_ref, "ext", 3) && hifn_init()
2754 strncmp(hifn_pll_ref, "pci", 3)) { hifn_init()
2755 printk(KERN_ERR "hifn795x: invalid hifn_pll_ref clock, " hifn_init()
2765 if (hifn_pll_ref[3] != '\0') { hifn_init()
2766 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); hifn_init()
2768 printk(KERN_ERR "hifn795x: invalid hifn_pll_ref " hifn_init()

Completed in 57 milliseconds