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

/linux-4.4.14/include/linux/regulator/
H A Dmax8952.h128 u32 sync_freq; member in struct:max8952_platform_data
/linux-4.4.14/drivers/regulator/
H A Dmax8952.c171 if (of_property_read_u32(np, "max8952,sync-freq", &pd->sync_freq)) max8952_parse_dt()
306 ((pdata->sync_freq & 0x3) << 6)); max8952_pmic_probe()
/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight-etm.h190 * @sync_freq: Synchronisation frequency.
243 u32 sync_freq; member in struct:etm_drvdata
H A Dcoresight-etm3x.c299 etm_writel(drvdata, drvdata->sync_freq, ETMSYNCFR); etm_enable_hw()
1455 val = drvdata->sync_freq; sync_freq_show()
1471 drvdata->sync_freq = val & ETM_SYNC_MASK; sync_freq_store()
1474 static DEVICE_ATTR_RW(sync_freq);
/linux-4.4.14/sound/soc/codecs/
H A Darizona.h276 unsigned int sync_freq; member in struct:arizona_fll
H A Darizona.c2112 arizona_calc_fll(fll, &cfg, fll->sync_freq, true); arizona_enable_fll()
2119 arizona_calc_fll(fll, &cfg, fll->sync_freq, false); arizona_enable_fll()
2135 if (use_sync && fll->sync_freq > 100000) arizona_enable_fll()
2228 fll->sync_freq == Fref && fll->fout == Fout) arizona_set_fll()
2244 fll->sync_freq = Fref; arizona_set_fll()

Completed in 176 milliseconds