/linux-4.4.14/arch/m68k/coldfire/ |
H A D | pit.c | 33 #define FREQ ((MCF_CLK / 2) / 64) macro 35 #define PIT_CYCLES_PER_JIFFY (FREQ / HZ) 149 cf_pit_clockevent.mult = div_sc(FREQ, NSEC_PER_SEC, 32); hw_timer_init() 158 clocksource_register_hz(&pit_clk, FREQ); hw_timer_init()
|
H A D | timers.c | 30 #define FREQ (MCF_BUSCLK / 16) macro 121 mcftmr_cycles_per_jiffy = FREQ / HZ; hw_timer_init() 132 clocksource_register_hz(&mcftmr_clk, FREQ); hw_timer_init()
|
/linux-4.4.14/arch/mips/pnx833x/common/ |
H A D | setup.c | 46 PNX8335_WRITEFIELD(0x17, CLOCK_PLL_CPU_CTL, FREQ); plat_mem_setup()
|
H A D | interrupts.c | 306 mips_hpt_frequency = 90 + (10 * PNX8335_REGFIELD(CLOCK_PLL_CPU_CTL, FREQ)); plat_time_init()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | tsc_msr.c | 105 /* Get FSB FREQ ID */ try_msr_calibrate_tsc()
|
/linux-4.4.14/arch/blackfin/mach-common/ |
H A D | pm.c | 160 wakeup = bfin_read_VR_CTL() & ~FREQ; bfin_pm_suspend_mem_enter()
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | octeon-model.c | 422 * form CNXXXXpX.X-FREQ-SUFFIX. 425 * - FREQ = Current frequency in Mhz
|
/linux-4.4.14/drivers/thermal/ |
H A D | clock_cooling.c | 236 * e.g level=0 --> 1st MAX FREQ, level=1 ---> 2nd MAX FREQ, .... etc
|
/linux-4.4.14/drivers/clk/ti/ |
H A D | fapll.c | 601 * and then probe the synth register to see if it has a FREQ ti_fapll_setup() 627 /* Does the synthesizer have a FREQ register? */ ti_fapll_setup()
|
/linux-4.4.14/include/linux/ |
H A D | sfi.h | 67 #define SFI_SIG_FREQ "FREQ"
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | dpmc.h | 707 #define FREQ 0x3000 /* Switching Oscillator Frequency For Regulator */ macro 710 #define FREQ 0x0003 /* Switching Oscillator Frequency For Regulator */
|
/linux-4.4.14/drivers/media/radio/ |
H A D | radio-gemtek.c | 134 #define BU2614_FREQ_MASK MKMASK(FREQ)
|
H A D | radio-wl1273.c | 1870 dev_err(dev, "%s: Get FREQ fails.\n", __func__); wl1273_fm_vidioc_log_status()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | l64781.c | 99 l64781_writereg (state, 0x08, 0); /* AFC INIT FREQ */ reset_afc()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | s5pv210-cpufreq.c | 581 .resume = cpufreq_generic_suspend, /* We need to set SLEEP FREQ again */
|
H A D | cpufreq.c | 384 pr_debug("FREQ: %lu - CPU: %lu\n", __cpufreq_notify_transition()
|
/linux-4.4.14/drivers/mfd/ |
H A D | db8500-prcmu.c | 588 /* Set DSI PLL FREQ */ db8500_prcmu_enable_dsipll() 1717 /* CPU FREQ table, may be changed due to if MAX_OPP is supported. */
|
/linux-4.4.14/tools/perf/util/ |
H A D | parse-events.c | 897 ADD_CONFIG_TERM(FREQ, freq, term->val.num); list_for_each_entry()
|
/linux-4.4.14/sound/pci/rme9652/ |
H A D | hdsp.c | 1125 /* n should be less than 2^32 for being written to FREQ register */ hdsp_set_dds_value() 1246 /* For HDSP9632 rev 152, need to set DDS value in FREQ register */ hdsp_set_rate()
|
H A D | hdspm.c | 1630 /* n should be less than 2^32 for being written to FREQ register */ hdspm_set_dds_value() 1753 /* For AES32, need to set DDS value in FREQ register hdspm_set_rate()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | lm93.c | 632 * PWM FREQ: HZ
|
/linux-4.4.14/include/uapi/linux/ |
H A D | nl80211.h | 448 * FREQ attribute (for the initial frequency if no peer can be found) 451 * executed on a network interface that is UP, and fixed BSSID/FREQ
|