Searched refs:osc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Dcommon.h42 extern int mx51_clocks_init(unsigned long ckil, unsigned long osc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/hammerhead/
H A Dflash.c177 struct clk *osc; local
196 osc = clk_get(NULL, "osc1");
197 if (IS_ERR(osc))
200 if (clk_set_parent(gclk, osc)) {
230 clk_put(osc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-rs5c372.c245 static int rs5c372_get_trim(struct i2c_client *client, int *osc, int *trim) argument
250 if (osc)
251 *osc = (tmp & RS5C372_TRIM_XSL) ? 32000 : 32768;
446 int err, osc, trim; local
448 err = rs5c372_get_trim(to_i2c_client(dev), &osc, &trim);
451 osc / 1000, osc % 1000);
489 int err, osc; local
491 err = rs5c372_get_trim(to_i2c_client(dev), &osc, NULL);
495 return sprintf(buf, "%d.%03d KHz\n", osc / 100
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dmxc-rnga.c100 u32 ctrl, osc; local
108 osc = __raw_readl(rng_base + RNGA_STATUS);
109 if (osc & RNGA_STATUS_OSC_DEAD) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtwl-core.c855 struct clk *osc; local
861 osc = clk_get(dev, "osc_ck");
863 osc = clk_get(dev, "osc_sys_ck");
865 if (IS_ERR(osc)) {
867 "using bootloader value (unknown osc rate)\n");
871 rate = clk_get_rate(osc);
872 clk_put(osc);
878 osc = ERR_PTR(-EIO);
881 "using bootloader value (unknown osc rate)\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmax2165.c137 static int max2165_set_osc(struct max2165_priv *priv, u8 osc /*MHz*/)
141 v = (osc / 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dclock-mx51.c856 int __init mx51_clocks_init(unsigned long ckil, unsigned long osc, argument
864 oscillator_reference = osc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c2803 u32 pwr, osc; local
2810 osc = hsotg->plat->is_osc ? S3C_PHYCLK_EXT_OSC : 0;
2816 osc |= S3C_PHYCLK_CLKSEL_12M;
2819 osc |= S3C_PHYCLK_CLKSEL_24M;
2829 writel(osc | 0x10, S3C_PHYCLK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c3863 unsigned int osc = info->base_clock; local
3865 /* div = osc/rate - 1
3867 * Round div up if osc/rate is not integer to
3872 div = osc/rate;
3873 if (!(osc % rate) && div)

Completed in 101 milliseconds