Searched refs:oscillator (Results 1 - 152 of 152) sorted by relevance

/linux-4.1.27/include/linux/can/platform/
H A Dmcp251x.h14 * @oscillator_frequency: - oscillator frequency in Hz
H A Dsja1000.h29 u32 osc_freq; /* CAN bus oscillator frequency in Hz */
H A Dcc770.h26 u32 osc_freq; /* CAN bus oscillator frequency in Hz */
/linux-4.1.27/include/linux/platform_data/
H A Dsc18is602.h15 * @clock_frequency SC18IS603 oscillator frequency
H A Ds3c-hsotg.h29 * @is_osc: The clock source is an oscillator, not a crystal
/linux-4.1.27/arch/arm/mach-davinci/include/mach/
H A Dpm.h32 * the internal oscillator is used. The internal oscillator is
34 * mode, the oscillator will be turned on and will generate very
42 * In the case that the internal oscillator is not used and the
/linux-4.1.27/arch/arm/mach-omap2/
H A Dpm.c45 * struct omap2_oscillator - Describe the board main oscillator latencies
46 * @startup_time: oscillator startup latency
47 * @shutdown_time: oscillator shutdown latency
54 static struct omap2_oscillator oscillator = { variable in typeref:struct:omap2_oscillator
61 oscillator.startup_time = tstart; omap_pm_setup_oscillator()
62 oscillator.shutdown_time = tshut; omap_pm_setup_oscillator()
70 *tstart = oscillator.startup_time; omap_pm_get_oscillator()
71 *tshut = oscillator.shutdown_time; omap_pm_get_oscillator()
H A Dpm24xx.c69 /* There is 1 reference hold for all children of the oscillator omap2_enter_full_retention()
71 * oscillator itself it will be disabled if/when we enter retention omap2_enter_full_retention()
H A Dsleep24xx.S55 * oscillator was stopped, a timing bug exists where a non-stabilized 12MHz
H A Dvc.c359 * And the oscillator is not shut off over I2C4, so no need to
398 pr_debug("PM: oscillator start-up time not initialized, using 10ms\n"); omap3_set_off_timings()
406 * switch from HFCLKIN to internal oscillator. That means timings omap3_set_off_timings()
408 * that means we can calculate the value based on the oscillator omap3_set_off_timings()
H A Dclkt2xxx_virt_prcm_set.c50 * oscillator on the board. Set by the SoC-specific clock init code.
H A Dprm3xxx.c296 * Enable control of expternal oscillator through omap3_prm_init_pm()
H A Dclock.c760 * @hfclkin_ck_name: clk name for the off-chip HF oscillator
764 * Prints a short message to the console with the HFCLKIN oscillator
H A Ddpll3xxx.c233 * @dco: digital control oscillator selector
/linux-4.1.27/drivers/media/tuners/
H A Dtda18271.h72 /* slave tuner output & loop thru & xtal oscillator always on */
78 /* xtal oscillator off */
H A Dmt2266.c123 #define FREF 30000 // Quartz oscillator 30 MHz
H A Dtda18271-common.c535 * | 1 || 0 || 0 || & loop thru & xtal oscillator on
537 * | 1 || 1 || 0 || standby mode w/ xtal oscillator on
H A Dmt2060.c154 #define FREF 16000 // Quartz oscillator 16 MHz
H A Dqt1010.c116 #define FREQ2 4000000 /* 4 MHz Quartz oscillator in the stick? */ qt1010_set_params()
H A Dtda18271-fe.c51 tda_dbg("%s mode: xtal oscillator %s, slave tuner loop thru %s\n", tda18271_toggle_output()
H A Dmt2063.c904 #define MT2063_REF_FREQ (16000000UL) /* Reference oscillator Frequency (in Hz) */
/linux-4.1.27/drivers/staging/fbtft/
H A Dfb_hx8340bn.c61 In this mode the DC/DC converter is enabled, Internal oscillator init_display()
70 This command is used to set internal oscillator related settings */ init_display()
71 /* OSC_EN: Enable internal oscillator */ init_display()
72 /* Internal oscillator frequency: 125% x 2.52MHz */ init_display()
H A Dfb_bd663474.c49 /* oscillator start */ init_display()
50 write_reg(par, 0x000, 0x0001); /*oscillator 0: stop, 1: operation */ init_display()
H A Dfb_upd161704.c52 /* oscillator start */ init_display()
/linux-4.1.27/arch/arm/mach-s3c64xx/
H A Dsetup-usb-phy.c51 /* TODO: select external clock/oscillator */ s3c_usb_otgphy_init()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dcomedi_8254.h24 * Common oscillator base values in nanoseconds
67 * @osc_base: cascaded oscillator speed in ns
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1347.c130 /* Enable the oscillator , disable the oscillator stop flag, ds1347_probe()
H A Drtc-m41t93.c78 /* OF cannot be immediately reset: oscillator has to be m41t93_set_time()
117 2. oscillator fail bit (OF) is set: time is invalid. m41t93_get_time()
H A Drtc-pcf8523.c183 * If the oscillator was stopped, try to clear the flag. Upon pcf8523_rtc_read_time()
185 * the oscillator isn't running properly for some reason. The pcf8523_rtc_read_time()
H A Drtc-ds1307.c25 * to have set the chip up as a clock (turning on the oscillator and
955 /* oscillator off? turn it on, so clock can tick. */ ds1307_probe()
977 /* oscillator fault? clear flag, and warn */ ds1307_probe()
994 /* oscillator off? turn it on, so clock can tick. */ ds1307_probe()
1001 "oscillator stop detected - SET TIME!\n"); ds1307_probe()
1094 /* oscillator fault? clear flag, and warn */ ds1307_probe()
1115 /* oscillator fault? clear flag, and warn */ ds1307_probe()
H A Drtc-ds2404.c198 u8 in[1] = { 0x10 }; /* enable oscillator */ ds2404_enable_osc()
H A Drtc-isl12057.c208 dev_err(dev, "%s: unable to read oscillator status flag (%d)\n", _isl12057_rtc_read_time()
415 * Now that RTC time has been updated, let's clear oscillator isl12057_rtc_set_time()
439 /* Enable oscillator if not already running */ isl12057_check_rtc_status()
443 dev_err(dev, "%s: unable to enable oscillator (%d)\n", isl12057_check_rtc_status()
H A Drtc-mcp795.c171 /* Start the oscillator */ mcp795_probe()
H A Drtc-da9063.c263 dev_err(&pdev->dev, "Failed to run 32kHz oscillator\n"); da9063_rtc_probe()
H A Drtc-rs5c348.c188 dev_warn(&spi->dev, "oscillator-stop detected.\n"); rs5c348_probe()
H A Drtc-ds1305.c71 # define DS1305_nEOSC 0x80 /* low enables oscillator */
669 /* on DS1305, maybe start oscillator; like most low power ds1305_probe()
H A Drtc-ds1286.c106 "oscillator\t: %s\n" ds1286_proc()
H A Drtc-mpc5121.c354 "mpc5121-rtc: Battery or oscillator failure!\n"); mpc5121_rtc_probe()
H A Drtc-ds1374.c140 "oscillator discontinuity flagged, time unreliable\n"); ds1374_check_rtc_status()
H A Drtc-ds3232.c79 "oscillator discontinuity flagged, " ds3232_check_rtc_status()
H A Drtc-fm3130.c426 /* oscillator off? turn it on, so clock can tick. */ fm3130_probe()
H A Drtc-isl1208.c36 #define ISL1208_REG_SR_XTOSCB (1<<6) /* crystal oscillator */
H A Drtc-x1205.c293 dev_err(&client->dev, "unable to restart the oscillator\n"); x1205_fix_osc()
H A Drtc-omap.c35 * an autoadjust mechanism to calibrate to the true oscillator rate.
H A Drtc-rs5c372.c628 /* if the oscillator lost power and no other software (like rs5c372_probe()
H A Drtc-ab-b5ze-s3.c753 /* Check oscillator integrity flag */ abb5zes3_rtc_check_setup()
H A Drtc-ds1685.c1917 /* Turn the oscillator on if is not already on (DV1 = 1). */ ds1685_rtc_probe()
/linux-4.1.27/arch/sh/boards/mach-sdk7786/
H A Dsetup.c156 * Historically these include the oscillator, clock B (slots 2/3/4) and
159 * to the same bit position as the oscillator bit for earlier FPGA
/linux-4.1.27/arch/arm/mach-lpc32xx/
H A Dpm.c30 * source or the frequency of the main oscillator. In this mode, the
35 * Peripherals based on the 32KHz oscillator clock (ie, RTC, touch,
H A Dclock.c36 * 32KHz oscillator*
40 * Main oscillator^ /
61 * main oscillator or PLL397. PLL397 generates a rate that is 397 times
62 * the 32KHz oscillator rate. The main oscillator runs at the selected
63 * oscillator/crystal rate on the mosc_in pin of the LPC32xx. This rate
65 * or oscillators. If USB operation is required, the main oscillator must
72 * - The PLL397 and main oscillator can be enabled and disabled by the
74 * on that clock. This allows the other oscillator that isn't driving
172 /* Enable main oscillator */ local_oscmain_enable()
176 /* Wait for main oscillator to start */ local_oscmain_enable()
H A Dtimer.c113 * the SYSCLK is driven from the PLL397 or main oscillator and then use lpc32xx_timer_init()
H A Dcommon.c48 * 0 = PLL397, 1 = main oscillator
/linux-4.1.27/include/linux/
H A Dds17287rtc.h18 #define DS_REGA_DV1 0x20 /* oscillator enable */
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.h92 #define LPOMINFREQ 25000 /* low power oscillator min */
93 #define LPOMAXFREQ 43000 /* low power oscillator max */
103 #define XTAL 0x1 /* primary crystal oscillator (2050) */
H A Dtypes.h32 /* Not ok to power down the chip pll and oscillator */
H A Dmain.c1918 /* power both the pll and external oscillator on/off */ brcms_b_xtal()
/linux-4.1.27/arch/arm/mach-at91/
H A Dpm_suspend.S36 * Wait until master oscillator has stabilized.
135 /* Turn off the main oscillator */
153 /* Turn on the main oscillator */
H A Dpm.c160 * to the clk32k and turns off the main oscillator at91_pm_enter()
/linux-4.1.27/arch/mips/include/asm/
H A Dmc146818-time.h77 * battery and quartz) will not reset the oscillator and will not mc146818_set_rtc_mmss()
/linux-4.1.27/arch/powerpc/platforms/chrp/
H A Dtime.c117 * battery and quartz) will not reset the oscillator and will not chrp_set_rtc_time()
/linux-4.1.27/drivers/mfd/
H A Dtwl6040.c150 /* enable high-side LDO, reference system and internal oscillator */ twl6040_power_up_manual()
178 /* disable internal oscillator */ twl6040_power_up_manual()
212 /* enable internal oscillator */ twl6040_power_down_manual()
229 /* disable high-side LDO, reference system and internal oscillator */ twl6040_power_down_manual()
H A Drtsx_pcr.c1042 /* Update RC oscillator to 400k rtsx_pci_init_hw()
1043 * bit[0] F_HIGH: for RC oscillator, Rst_value is 1'b1 rtsx_pci_init_hw()
H A Dtwl4030-power.c819 /* Disable 32 KiHz oscillator during idle */
H A Dmenelaus.c1104 dev_dbg(&m->client->dev, "no 32k oscillator\n"); menelaus_rtc_init()
/linux-4.1.27/drivers/phy/
H A Dphy-stih41x-usb.c33 * @oscok: Notify the PHY oscillator clock is ready
/linux-4.1.27/drivers/clk/ti/
H A Dclk-33xx.c139 * oscillator clock. am33xx_dt_clk_init()
/linux-4.1.27/drivers/char/hw_random/
H A Dmxc-rnga.c117 /* verify if oscillator is working */ mxc_rnga_init()
H A Dn2-drv.c41 * constructed from a voltage controlled oscillator whose phase is
44 * The oscillator in each of the three raw entropy sources run at
/linux-4.1.27/arch/mips/dec/
H A Dtime.c114 * otherwise the DS1287 will not reset the oscillator and will not rtc_mips_set_mmss()
/linux-4.1.27/drivers/video/backlight/
H A Dvgg2432a4.c122 /* Start the oscillator up before we can do anything else. */ vgg2432a4_lcd_init()
/linux-4.1.27/include/media/
H A Dtuner-types.h34 * oscillator to extreme conditions.
/linux-4.1.27/arch/powerpc/platforms/maple/
H A Dtime.c122 * battery and quartz) will not reset the oscillator and will not maple_set_rtc_time()
/linux-4.1.27/arch/sh/include/mach-sdk7786/mach/
H A Dfpga.h47 #define PCIECR_CLKEN BIT(4) /* oscillator enable */
/linux-4.1.27/arch/mn10300/kernel/
H A Drtc.c100 * battery and quartz) will not reset the oscillator and will not set_rtc_mmss()
/linux-4.1.27/include/linux/i2c/
H A Dsx150x.h31 * instead of as an oscillator, increasing the size of the
/linux-4.1.27/include/linux/mfd/
H A Dsi476x-platform.h210 * @freq: oscillator's crystal frequency:
H A D88pm860x.h335 /* Clients of reference group and 8MHz oscillator in 88PM8606 */
H A Dsi476x-core.h275 * @xosc: true - Power down, but leav oscillator running.
/linux-4.1.27/drivers/net/can/cc770/
H A Dcc770_isa.c35 * clk: External oscillator clock frequency (default=16000000 [16 MHz])
98 MODULE_PARM_DESC(clk, "External oscillator clock frequency "
/linux-4.1.27/drivers/media/i2c/
H A Dsaa6588.c48 MODULE_PARM_DESC(xtal, "select oscillator frequency (0..3), default 0");
135 /* Pause time/oscillator frequency/quality detector control byte (1w) */
/linux-4.1.27/drivers/net/can/mscan/
H A Dmpc5xxx_can.c63 * Either the oscillator clock (SYS_XTAL_IN) or the IP bus clock mpc52xx_can_get_clock()
65 * the MPC5200 user's manual, the oscillator clock is the better mpc52xx_can_get_clock()
/linux-4.1.27/drivers/net/irda/
H A Dtoim3232-sir.c102 * to stabilise, and the oscillator clock to stabilise.
112 * - 3.6864MHz crystal to drive TOIM3232 clock oscillator
H A Dact200l-sir.c84 #define ACT200L_OSCL 0x04 /* oscillator in low power, medium accuracy mode */
/linux-4.1.27/drivers/ssb/
H A Ddriver_chipcommon.c25 /* Crystal slow clock oscillator */
27 /* Low power oscillator */
H A Dpci.c84 /* Enable/disable the on board crystal oscillator and/or PLL. */ ssb_pci_xtal()
/linux-4.1.27/drivers/clk/
H A Dclk-nomadik.c124 /* The machine uses an external oscillator circuit */ nomadik_src_init()
129 /* Disable this too: also run by external oscillator */ nomadik_src_init()
/linux-4.1.27/drivers/net/can/sja1000/
H A Dems_pcmcia.c59 * (meaning direct oscillator output) because the second SJA1000 chip
H A Dsja1000_isa.c64 MODULE_PARM_DESC(clk, "External oscillator clock frequency "
H A Dsja1000_platform.c77 /* The CAN clock frequency is half the oscillator clock frequency */ sp_populate()
H A Dems_pci.c90 * (meaning direct oscillator output) because the second SJA1000 chip
H A Dplx_pci.c97 * (meaning direct oscillator output) because the second SJA1000 chip
H A Dpeak_pcmcia.c133 * (meaning direct oscillator output) because the second SJA1000 chip
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c35 * value at every level change of the oscillator driving the SYSTIME
39 * clock frequency of the oscillator in combination with the TIMINCA
40 * register. When these devices link at 10Gb the oscillator has a
50 * Period: The clock period for the oscillator
/linux-4.1.27/arch/xtensa/platforms/xtfpga/
H A Dsetup.c141 for_each_node_by_name(clock, "main-oscillator") machine_setup()
/linux-4.1.27/drivers/clk/at91/
H A Dpmc.c259 /* Slow oscillator */
/linux-4.1.27/drivers/usb/host/
H A Dfsl-mph-dr-of.c257 #define PHYCTRL_PXE (1 << 0) /* PHY oscillator enable */
H A Dmax3421-hcd.c1336 "timed out waiting for oscillator OK signal"); max3421_reset_hcd()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dzl10039.c203 /* Assumed 10.111 MHz crystal oscillator */ zl10039_set_params()
H A Datbm8830.c235 /*Set oscillator frequency*/ atbm8830_init()
H A Ddib7000m.c399 // for this oscillator frequency should be 30 MHz for the Master (default values in the board_parameters give that value) dib7000m_reset_pll()
/linux-4.1.27/include/uapi/linux/
H A Dtimex.h62 * to discipline kernel clock oscillator
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c211 * Returns the frequency of the external oscillator clock connected
/linux-4.1.27/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c84 * sixteen, or external oscillator divided by four. We force the processor
/linux-4.1.27/arch/avr32/kernel/
H A Dprocess.c41 * Enter Stop mode. The 32 kHz oscillator will keep running so machine_halt()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dpxa2xx-regs.h108 #define PCFR_OPDE (1 << 0) /* 3.6864 MHz oscillator power-down enable */
/linux-4.1.27/arch/arm/mach-sa1100/
H A Dgeneric.c80 /* disable internal oscillator, float CS lines */ sa1100_power_off()
H A Dsimpad.c236 /* disable internal oscillator, float CS lines */ simpad_power_off()
/linux-4.1.27/arch/alpha/kernel/
H A Drtc.c183 * battery and quartz) will not reset the oscillator and will not alpha_rtc_set_mmss()
H A Dcore_cia.c791 or 16.667M crystal oscillator. PYXIS_RT_COUNT clock is pyxis_init_arch()
/linux-4.1.27/sound/soc/samsung/
H A Ds3c24xx_uda134x.c44 * frequency change or oscillator power-off */
/linux-4.1.27/drivers/hwmon/
H A Dmax6650.c218 * fCLK is the oscillator frequency (either the 254kHz internal
219 * oscillator or the externally applied clock)
/linux-4.1.27/kernel/time/
H A Dntp.c888 * __hardpps() - discipline CPU clock oscillator to external PPS signal
891 * discipline the CPU clock oscillator to the PPS signal. It takes two
/linux-4.1.27/sound/soc/bcm/
H A Dbcm2835-i2s.c368 * can be driven by the oscillator of 19.2 MHz bcm2835_i2s_hw_params()
372 * is too high (e.g. 192 kHz), because the oscillator is too slow. bcm2835_i2s_hw_params()
/linux-4.1.27/drivers/cpufreq/
H A Dpxa2xx-cpufreq.c137 * L = 16 oscillator to run mode ratio
/linux-4.1.27/drivers/video/fbdev/
H A Dpmagb-b-fb.c180 * Determine oscillator configuration.
/linux-4.1.27/sound/soc/davinci/
H A Ddavinci-evm.c264 /* ASP1 on DM355 EVM is clocked by an external oscillator */
/linux-4.1.27/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c413 * there is a device tree node describing the oscillator) or from the
434 /* lookup the oscillator clock for its rate */ mpc512x_clk_setup_ref_clock()
1172 * The "fixed-clock" nodes (which includes the oscillator node if the board's
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dgianfar_ptp.c87 #define CIPH (1<<6) /* External oscillator input clock phase */
/linux-4.1.27/drivers/input/keyboard/
H A Dtwl4030_keypad.c40 * events, since it uses only the always-on 32KiHz oscillator, and has
/linux-4.1.27/drivers/usb/musb/
H A Dblackfin.c397 /* Configure PLL oscillator register */ bfin_musb_reg_init()
H A Dda8xx.c94 * of the time (24 MHz oscillator and PLL off, etc.) by setting POWER.D0
H A Ddavinci.c62 * of the time (24 MHZ oscillator and PLL off, etc) by setting POWER.D0
/linux-4.1.27/arch/m68k/68360/
H A Dhead-rom.S146 * You do not need to divide the oscillator by 128 unless you want to.
/linux-4.1.27/arch/arm/mach-pxa/
H A Dzeus.c911 /* enable internal 32.768Khz oscillator (ignore OSCC_OOK) */ zeus_map_io()
/linux-4.1.27/drivers/net/can/spi/
H A Dmcp251x.c632 /* Wait for oscillator startup timer after power up */ mcp251x_hw_reset()
640 /* Wait for oscillator startup timer after reset */ mcp251x_hw_reset()
/linux-4.1.27/drivers/net/ieee802154/
H A Dcc2520.c770 dev_err(&priv->spi->dev, "oscillator start failed!\n"); cc2520_hw_init()
776 dev_vdbg(&priv->spi->dev, "oscillator brought up\n"); cc2520_hw_init()
/linux-4.1.27/drivers/clk/tegra/
H A Dclk-tegra114.c975 pr_err("%s: Unexpected oscillator freq %lu\n", __func__, tegra114_utmi_param_configure()
999 /* Program UTMIP PLL delay and oscillator frequency counts */ tegra114_utmi_param_configure()
H A Dclk-tegra124.c1035 pr_err("%s: Unexpected oscillator freq %lu\n", __func__, tegra124_utmi_param_configure()
1059 /* Program UTMIP PLL delay and oscillator frequency counts */ tegra124_utmi_param_configure()
H A Dclk-tegra30.c902 /* Program UTMIP PLL delay and oscillator frequency counts */ tegra30_utmi_param_configure()
/linux-4.1.27/sound/oss/
H A Dad1848.c2702 unsigned long xtal_nsecs; /* nanoseconds per xtal oscillator tick */ ad1848_tmr_start()
2709 * selected crystal oscillator. Check this from bit 0x01 of I8. ad1848_tmr_start()
2711 * AD1845 has just one oscillator which has cycle time of 10.050 us ad1848_tmr_start()
2712 * (when a 24.576 MHz xtal oscillator is used). ad1848_tmr_start()
2746 * oscillator was selected. We have to reprogram the timer rate. ad1848_tmr_reprogram()
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_sir.c760 #define ACT200L_OSCL 0x04 /* oscillator in low power, medium accuracy mode */
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dhwa742.c776 } else /* else source is ext clk, or oscillator */ calc_hwa742_clk_rates()
/linux-4.1.27/drivers/vlynq/
H A Dvlynq.c466 * is supplied by an external oscillator, therefore we
/linux-4.1.27/drivers/net/wan/
H A Dixp4xx_hss.c182 * The resulting average clock frequency (assuming 33.333 MHz oscillator) is:
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_ht.c119 /* Calibrate the internal RC oscillator? */ b43_radio_2057_rccal()
H A Dphy_n.c933 /* Calibrate the internal RC oscillator?
/linux-4.1.27/drivers/crypto/caam/
H A Dregs.h263 u32 oscct; /* RTSTOSCCTx - Test oscillator counter */
/linux-4.1.27/drivers/tty/serial/8250/
H A Dserial_cs.c104 * Elan VPU16551 UART with 14.7456MHz oscillator
/linux-4.1.27/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c96 "vddosc", /* oscillator supply, 1.8V - 3.3V */
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c529 maven_get_reg(c, 0x82); /* fetch oscillator state? */ maven_init_TV()
/linux-4.1.27/sound/soc/codecs/
H A Dsgtl5000.c1147 /* enable internal oscillator used for charge pump */ sgtl5000_set_power_regs()
H A Dwm8962.c3659 /* Ensure that the oscillator and PLLs are disabled */ wm8962_i2c_probe()
3822 /* Ensure that the oscillator and PLLs are disabled */ wm8962_runtime_resume()
H A Dtlv320dac33.c792 "internal oscillator calibration failed\n"); dac33_oscwait()
/linux-4.1.27/drivers/ide/
H A Dhpt366.c859 /* Wait for oscillator ready */ hpt37x_calibrate_dpll()
/linux-4.1.27/arch/avr32/mach-at32ap/
H A Dat32ap700x.c292 * oscillator, two crystal oscillators and two PLLs.
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
H A Dtrans.c279 * Enable the oscillator to count wake up time for L1 exit. This iwl_pcie_apm_init()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2800.h202 * Ring oscillator configuration
H A Drt2800lib.c4303 * A voltage-controlled oscillator(VCO) is an electronic oscillator rt2800_vco_calibration()
/linux-4.1.27/drivers/atm/
H A Dhorizon.c556 * The base rate is derived from the oscillator frequency (Hz) using a
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h975 #define PCFR_FO 0x00000008 /* Force RTC oscillator */
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c830 0, /* oscillator frequency kHz */
831 0, /* oscillator deviation in ppm, signed */
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h1323 /* Presence of external oscillator */

Completed in 5646 milliseconds