Home
last modified time | relevance | path

Searched full:25000 (Results 1 – 25 of 147) sorted by relevance

123456

/linux-3.3/drivers/i2c/busses/
Di2c-designware-pcidrv.c77 .clk_khz = 25000,
84 .clk_khz = 25000,
91 .clk_khz = 25000,
98 .clk_khz = 25000,
105 .clk_khz = 25000,
112 .clk_khz = 25000,
119 .clk_khz = 25000,
126 .clk_khz = 25000,
133 .clk_khz = 25000,
/linux-3.3/arch/cris/include/arch-v10/arch/
Dtimex.h2 * Use prescale timer at 25000 Hz instead of the baudrate timer at
13 #define CLOCK_TICK_RATE 25000 /* Underlying frequency of the HZ timer */
14 /* The timer0 values gives 40us resolution (1/25000) but interrupts at HZ*/
/linux-3.3/tools/power/cpupower/bench/
DREADME-BENCH37 sleep=25000
38 load=25000
45 sleep_step=25000
46 load_step=25000
/linux-3.3/drivers/regulator/
Dwm8400-regulator.c146 return 850000 + (selector * 25000); in wm8400_dcdc_list_voltage()
171 val = (min_uV - 825001) / 25000; in wm8400_dcdc_set_voltage()
173 if (850000 + (25000 * val) > max_uV) in wm8400_dcdc_set_voltage()
175 BUG_ON(850000 + (25000 * val) < min_uV); in wm8400_dcdc_set_voltage()
D88pm8607.c45 0, 25000, 50000, 75000, 100000, 125000, 150000, 175000,
52 0, 25000, 50000, 75000, 100000, 125000, 150000, 175000,
85 0, 25000, 50000, 75000, 100000, 125000, 150000, 175000,
96 0, 25000, 50000, 75000, 100000, 125000, 150000, 175000,
Dmc13892-regulator.c424 val = (25000 * val) + 1100000; in mc13892_sw_regulator_get_voltage()
426 val = (25000 * val) + 600000; in mc13892_sw_regulator_get_voltage()
464 value = (value - 1100000) / 25000; in mc13892_sw_regulator_set_voltage()
467 value = (value - 600000) / 25000; in mc13892_sw_regulator_set_voltage()
Dmax8660.c50 #define MAX8660_DCDC_STEP 25000
55 #define MAX8660_LDO5_STEP 25000
Dtps65912-regulator.c190 uv = ((vsel * 25000) + 500000); in tps65912_vsel_to_uv_range2()
211 uv = ((vsel * 25000) + 800000); in tps65912_vsel_to_uv_ldo()
/linux-3.3/arch/powerpc/boot/dts/fsl/
Dpq3-etsec1-1.dtsi35 ethernet@25000 {
Dpq3-etsec2-1.dtsi36 mdio@25000 {
/linux-3.3/arch/powerpc/boot/dts/
Dp2020rdb_camp_core1.dts87 enet1: ethernet@25000 {
Dmpc8572ds_camp_core1.dts76 ethernet@25000 {
Dp1020rdb_camp_core1.dts84 mdio@25000 {
Dp1010rdb.dtsi204 mdio@25000 {
Dp1020rdb.dtsi223 mdio@25000 {
/linux-3.3/sound/pci/echoaudio/
Dlayla24_dsp.c227 if (base_rate < 25000) in set_sample_rate()
228 base_rate = 25000; in set_sample_rate()
/linux-3.3/arch/arm/mach-pxa/
Dlpd270.c350 .pixclock = 25000,
372 .pixclock = 25000,
/linux-3.3/drivers/ssb/
Ddriver_chipcommon_pmu.c64 { .freq = 25000, .xf = 10, .wb_int = 70, .wb_frac = 419430, },
97 crystalfreq = 25000; in ssb_pmu0_pllinit_r0()
198 { .freq = 25000, .xf = 11, .p1div = 5, .p2div = 16, .ndiv_int = 0xb, .ndiv_frac = 0, },
/linux-3.3/drivers/video/geode/
Dvideo_gx.c44 { 25000, POSTDIV3, 0x0000030A }, /* 40.0000 */
86 { 25000, 0, 0x0000050B }, /* 40.0000 */
Dvideo_cs5530.c38 { 25000, 0x33088801, }, /* 40.0000 */
/linux-3.3/drivers/hwmon/
Dhwmon-vid.c94 vid = 1087500 - (val & 0x1f) * 25000; in vid_from_reg()
96 vid = 1862500 - (val & 0x1f) * 25000; in vid_from_reg()
/linux-3.3/arch/powerpc/platforms/cell/
Dcbe_cpufreq.c114 policy->cpuinfo.transition_latency = 25000; in cbe_cpufreq_cpu_init()
/linux-3.3/drivers/media/common/tuners/
Dtea5767.c245 div = (frq * (4000 / 16) + 700000 + 225000 + 25000) / 50000; in set_radio_freq()
250 div = (frq * (4000 / 16) - 700000 - 225000 + 25000) / 50000; in set_radio_freq()
/linux-3.3/arch/arm/mach-imx/
Deukrea_mbimxsd25-baseboard.c137 .pixclock = 25000,
Deukrea_mbimxsd35-baseboard.c84 .pixclock = 25000,

123456