hifn_pll_ref       26 drivers/crypto/hifn_795x.c static char hifn_pll_ref[sizeof("extNNN")] = "ext";
hifn_pll_ref       27 drivers/crypto/hifn_795x.c module_param_string(hifn_pll_ref, hifn_pll_ref, sizeof(hifn_pll_ref), 0444);
hifn_pll_ref       28 drivers/crypto/hifn_795x.c MODULE_PARM_DESC(hifn_pll_ref,
hifn_pll_ref      927 drivers/crypto/hifn_795x.c 	if (strncmp(hifn_pll_ref, "ext", 3) == 0)
hifn_pll_ref      932 drivers/crypto/hifn_795x.c 	if (hifn_pll_ref[3] != '\0')
hifn_pll_ref      933 drivers/crypto/hifn_795x.c 		freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10);
hifn_pll_ref      937 drivers/crypto/hifn_795x.c 			 freq, hifn_pll_ref);
hifn_pll_ref     2647 drivers/crypto/hifn_795x.c 	if (strncmp(hifn_pll_ref, "ext", 3) &&
hifn_pll_ref     2648 drivers/crypto/hifn_795x.c 	    strncmp(hifn_pll_ref, "pci", 3)) {
hifn_pll_ref     2658 drivers/crypto/hifn_795x.c 	if (hifn_pll_ref[3] != '\0') {
hifn_pll_ref     2659 drivers/crypto/hifn_795x.c 		freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10);