Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/broadcom/b43/
Dphy_lp.c1275 u32 crystal_freq = bus->chipco.pmu.crystalfreq * 1000; in lpphy_rev2plus_rc_calib() local
1306 if (crystal_freq == 24000000) { in lpphy_rev2plus_rc_calib()
2392 u32 crystal_freq = bus->chipco.pmu.crystalfreq * 1000; in lpphy_b2062_tune() local
2417 tmp1 = crystal_freq / 1000; in lpphy_b2062_tune()
2483 u32 crystal_freq = bus->chipco.pmu.crystalfreq * 1000; in lpphy_b2063_tune() local
2487 int i, div = (crystal_freq <= 26000000 ? 1 : 2); in lpphy_b2063_tune()
2520 freqref = crystal_freq * 3; in lpphy_b2063_tune()
2521 val1 = lpphy_qdiv_roundup(crystal_freq, 1000000, 16); in lpphy_b2063_tune()
2522 val2 = lpphy_qdiv_roundup(crystal_freq, 1000000 * div, 16); in lpphy_b2063_tune()
2524 timeout = ((((8 * crystal_freq) / (div * 5000000)) + 1) >> 1) - 1; in lpphy_b2063_tune()
[all …]
/linux-6.12.1/drivers/media/i2c/
Dsaa7115.c90 u32 crystal_freq; member
778 do_div(f, state->crystal_freq); in saa711x_s_clock_freq()
1383 state->crystal_freq = freq; in saa711x_s_crystal_freq()
1893 state->crystal_freq = SAA7115_FREQ_24_576_MHZ; in saa711x_probe()
1910 state->crystal_freq = SAA7115_FREQ_32_11_MHZ; in saa711x_probe()
/linux-6.12.1/drivers/platform/x86/intel/pmc/
Dcore.c958 if (!pmcdev->crystal_freq) { in pmc_core_die_c6_us_show()
968 die_c6_res = div64_u64(count * HZ_PER_MHZ, pmcdev->crystal_freq); in pmc_core_die_c6_us_show()
1465 pmcdev->crystal_freq = pmc_core_get_crystal_freq(); in pmc_core_probe()
Dcore.h412 unsigned int crystal_freq; member
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c395 int crystal_freq; /* Crystal clock to use when not available from CPUID.15 */ member
704 .crystal_freq = 24000000,
883 .crystal_freq = 19200000,
895 .crystal_freq = 25000000,
908 .crystal_freq = 19200000,
8092 crystal_hz = platform->crystal_freq; in process_cpuid()