Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c27 static char hifn_pll_ref[sizeof("extNNN")] = "ext"; variable
28 module_param_string(hifn_pll_ref, hifn_pll_ref, sizeof(hifn_pll_ref), 0444);
29 MODULE_PARM_DESC(hifn_pll_ref,
928 if (strncmp(hifn_pll_ref, "ext", 3) == 0) in hifn_init_pll()
933 if (hifn_pll_ref[3] != '\0') in hifn_init_pll()
934 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); in hifn_init_pll()
938 freq, hifn_pll_ref); in hifn_init_pll()
2648 if (strncmp(hifn_pll_ref, "ext", 3) && in hifn_init()
2649 strncmp(hifn_pll_ref, "pci", 3)) { in hifn_init()
2659 if (hifn_pll_ref[3] != '\0') { in hifn_init()
[all …]