Lines Matching refs:hifn_pll_ref
47 static char hifn_pll_ref[sizeof("extNNN")] = "ext"; variable
48 module_param_string(hifn_pll_ref, hifn_pll_ref, sizeof(hifn_pll_ref), 0444);
49 MODULE_PARM_DESC(hifn_pll_ref,
978 if (strncmp(hifn_pll_ref, "ext", 3) == 0) in hifn_init_pll()
983 if (hifn_pll_ref[3] != '\0') in hifn_init_pll()
984 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); in hifn_init_pll()
989 freq, hifn_pll_ref); in hifn_init_pll()
2751 if (strncmp(hifn_pll_ref, "ext", 3) && in hifn_init()
2752 strncmp(hifn_pll_ref, "pci", 3)) { in hifn_init()
2763 if (hifn_pll_ref[3] != '\0') { in hifn_init()
2764 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); in hifn_init()