Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 92 of 92) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dhda_beep.c73 static int beep_linear_tone(struct hda_beep *beep, int hz) in beep_linear_tone() argument
75 if (hz <= 0) in beep_linear_tone()
77 hz *= 1000; /* fixed point */ in beep_linear_tone()
78 hz = hz - DIGBEEP_HZ_MIN in beep_linear_tone()
80 if (hz < 0) in beep_linear_tone()
81 hz = 0; /* turn off PC beep*/ in beep_linear_tone()
82 else if (hz >= (DIGBEEP_HZ_MAX - DIGBEEP_HZ_MIN)) in beep_linear_tone()
83 hz = 1; /* max frequency */ in beep_linear_tone()
85 hz /= DIGBEEP_HZ_STEP; in beep_linear_tone()
86 hz = 255 - hz; in beep_linear_tone()
[all …]
/linux-4.4.14/kernel/time/
Dtimeconst.bc41 define timeconst(hz) {
43 print "/* Time conversion constants for HZ == ", hz, " */\n"
52 print "#if HZ != ", hz, "\n"
56 if (hz < 2) {
59 s=fmuls(32,1000,hz)
61 print "#define HZ_TO_MSEC_MUL32\tU64_C(0x", fmul(s,1000,hz), ")\n"
62 print "#define HZ_TO_MSEC_ADJ32\tU64_C(0x", fadj(s,1000,hz), ")\n"
66 s=fmuls(32,hz,1000)
68 print "#define MSEC_TO_HZ_MUL32\tU64_C(0x", fmul(s,hz,1000), ")\n"
69 print "#define MSEC_TO_HZ_ADJ32\tU64_C(0x", fadj(s,hz,1000), ")\n"
[all …]
/linux-4.4.14/arch/mips/bcm47xx/
Dtime.c33 unsigned long hz = 0; in plat_time_init() local
49 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init()
55 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2; in plat_time_init()
64 hz = 100000000; in plat_time_init()
70 hz = 100000000; in plat_time_init()
76 if (!hz) in plat_time_init()
77 hz = 100000000; in plat_time_init()
80 mips_hpt_frequency = hz; in plat_time_init()
/linux-4.4.14/arch/arm/boot/dts/
Dexynos4212.dtsi54 opp-hz = /bits/ 64 <200000000>;
59 opp-hz = /bits/ 64 <300000000>;
64 opp-hz = /bits/ 64 <400000000>;
69 opp-hz = /bits/ 64 <500000000>;
74 opp-hz = /bits/ 64 <600000000>;
79 opp-hz = /bits/ 64 <700000000>;
84 opp-hz = /bits/ 64 <800000000>;
89 opp-hz = /bits/ 64 <900000000>;
94 opp-hz = /bits/ 64 <1000000000>;
99 opp-hz = /bits/ 64 <1100000000>;
[all …]
Dexynos4412.dtsi68 opp-hz = /bits/ 64 <200000000>;
73 opp-hz = /bits/ 64 <300000000>;
78 opp-hz = /bits/ 64 <400000000>;
83 opp-hz = /bits/ 64 <500000000>;
88 opp-hz = /bits/ 64 <600000000>;
93 opp-hz = /bits/ 64 <700000000>;
98 opp-hz = /bits/ 64 <800000000>;
104 opp-hz = /bits/ 64 <900000000>;
109 opp-hz = /bits/ 64 <1000000000>;
114 opp-hz = /bits/ 64 <1100000000>;
[all …]
/linux-4.4.14/sound/ppc/
Dbeep.c36 int hz; member
100 unsigned int code, int hz) in snd_pmac_beep_event() argument
115 case SND_BELL: if (hz) hz = 1000; in snd_pmac_beep_event()
124 if (! hz) { in snd_pmac_beep_event()
135 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2) in snd_pmac_beep_event()
136 hz = 1000; in snd_pmac_beep_event()
146 if (hz == beep->hz && beep->volume == beep->volume_play) { in snd_pmac_beep_event()
149 period = srate * 256 / hz; /* fixed point */ in snd_pmac_beep_event()
159 beep->hz = hz; in snd_pmac_beep_event()
/linux-4.4.14/include/linux/
Dclocksource.h149 static inline u32 clocksource_hz2mult(u32 hz, u32 shift_constant) in clocksource_hz2mult() argument
160 tmp += hz/2; /* round for do_div */ in clocksource_hz2mult()
161 do_div(tmp, hz); in clocksource_hz2mult()
213 static inline int clocksource_register_hz(struct clocksource *cs, u32 hz) in clocksource_register_hz() argument
215 return __clocksource_register_scale(cs, 1, hz); in clocksource_register_hz()
223 static inline void __clocksource_update_freq_hz(struct clocksource *cs, u32 hz) in __clocksource_update_freq_hz() argument
225 __clocksource_update_freq_scale(cs, 1, hz); in __clocksource_update_freq_hz()
Dvt_kern.h30 extern void kd_mksound(unsigned int hz, unsigned int ticks);
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt91 - opp-hz: Frequency in Hz, expressed as a 64-bit big-endian integer.
161 opp-hz = /bits/ 64 <1000000000>;
168 opp-hz = /bits/ 64 <1100000000>;
174 opp-hz = /bits/ 64 <1200000000>;
240 opp-hz = /bits/ 64 <1000000000>;
247 opp-hz = /bits/ 64 <1100000000>;
253 opp-hz = /bits/ 64 <1200000000>;
316 opp-hz = /bits/ 64 <1000000000>;
323 opp-hz = /bits/ 64 <1100000000>;
329 opp-hz = /bits/ 64 <1200000000>;
[all …]
/linux-4.4.14/arch/m68k/amiga/
Damisound.c71 void amiga_mksound( unsigned int hz, unsigned int ticks ) in amiga_mksound() argument
81 if (hz > 20 && hz < 32767) { in amiga_mksound()
82 unsigned long period = (clock_constant / hz); in amiga_mksound()
/linux-4.4.14/arch/x86/realmode/rm/
Dwakemain.c10 static void beep(unsigned int hz) in beep() argument
14 if (!hz) { in beep()
17 u16 div = 1193181/hz; in beep()
/linux-4.4.14/drivers/spi/
Dspi-s3c24xx.c42 unsigned int hz; member
124 unsigned int hz; in s3c24xx_spi_update_state() local
128 hz = t ? t->speed_hz : spi->max_speed_hz; in s3c24xx_spi_update_state()
130 if (!hz) in s3c24xx_spi_update_state()
131 hz = spi->max_speed_hz; in s3c24xx_spi_update_state()
146 if (cs->hz != hz) { in s3c24xx_spi_update_state()
148 div = DIV_ROUND_UP(clk, hz * 2) - 1; in s3c24xx_spi_update_state()
154 div, hz, clk / (2 * (div + 1))); in s3c24xx_spi_update_state()
156 cs->hz = hz; in s3c24xx_spi_update_state()
192 cs->hz = -1; in s3c24xx_spi_setup()
Dspi-bitbang.c143 u32 hz; in spi_bitbang_setup_transfer() local
147 hz = t->speed_hz; in spi_bitbang_setup_transfer()
150 hz = 0; in spi_bitbang_setup_transfer()
166 if (!hz) in spi_bitbang_setup_transfer()
167 hz = spi->max_speed_hz; in spi_bitbang_setup_transfer()
168 if (hz) { in spi_bitbang_setup_transfer()
169 cs->nsecs = (1000000000/2) / hz; in spi_bitbang_setup_transfer()
Dspi-omap-uwire.c314 unsigned hz; in uwire_setup_transfer() local
348 hz = t->speed_hz; in uwire_setup_transfer()
350 hz = spi->max_speed_hz; in uwire_setup_transfer()
352 if (!hz) { in uwire_setup_transfer()
375 div2 = (rate / div1 + hz - 1) / hz; in uwire_setup_transfer()
381 dev_name(&spi->dev), rate / 10 / 8, hz); in uwire_setup_transfer()
Dspi-sc18is602.c135 static int sc18is602_setup_transfer(struct sc18is602 *hw, u32 hz, u8 mode) in sc18is602_setup_transfer() argument
148 if (hz >= hw->freq / 4) { in sc18is602_setup_transfer()
151 } else if (hz >= hw->freq / 16) { in sc18is602_setup_transfer()
154 } else if (hz >= hw->freq / 64) { in sc18is602_setup_transfer()
Dspi-st-ssc4.c216 u32 hz = spi->max_speed_hz; in spi_st_setup() local
220 if (!hz) { in spi_st_setup()
242 sscbrg = spi_st_clk / (2 * hz); in spi_st_setup()
245 "baudrate %d outside valid range %d\n", sscbrg, hz); in spi_st_setup()
257 hz, spi_st->baud, sscbrg); in spi_st_setup()
Dspi-mxs.c77 const unsigned int hz = min(dev->max_speed_hz, t->speed_hz); in mxs_spi_setup_transfer() local
79 if (hz == 0) { in mxs_spi_setup_transfer()
84 if (hz != spi->sck) { in mxs_spi_setup_transfer()
85 mxs_ssp_set_clk_rate(ssp, hz); in mxs_spi_setup_transfer()
91 spi->sck = hz; in mxs_spi_setup_transfer()
Dspi-fsl-espi.c140 u32 hz = 0; in fsl_espi_setup_transfer() local
145 hz = t->speed_hz; in fsl_espi_setup_transfer()
152 if (!hz) in fsl_espi_setup_transfer()
153 hz = spi->max_speed_hz; in fsl_espi_setup_transfer()
179 if ((mpc8xxx_spi->spibrg / hz) > 64) { in fsl_espi_setup_transfer()
181 pm = DIV_ROUND_UP(mpc8xxx_spi->spibrg, hz * 16 * 4); in fsl_espi_setup_transfer()
185 hz, mpc8xxx_spi->spibrg / (4 * 16 * (32 + 1))); in fsl_espi_setup_transfer()
189 pm = DIV_ROUND_UP(mpc8xxx_spi->spibrg, hz * 4); in fsl_espi_setup_transfer()
Dspi-fsl-spi.c228 u32 hz = 0; in fsl_spi_setup_transfer() local
235 hz = t->speed_hz; in fsl_spi_setup_transfer()
242 if (!hz) in fsl_spi_setup_transfer()
243 hz = spi->max_speed_hz; in fsl_spi_setup_transfer()
267 if ((mpc8xxx_spi->spibrg / hz) > 64) { in fsl_spi_setup_transfer()
269 pm = (mpc8xxx_spi->spibrg - 1) / (hz * 64) + 1; in fsl_spi_setup_transfer()
273 hz, mpc8xxx_spi->spibrg / 1024); in fsl_spi_setup_transfer()
277 pm = (mpc8xxx_spi->spibrg - 1) / (hz * 4) + 1; in fsl_spi_setup_transfer()
Dspi-bcm63xx-hsspi.c126 struct spi_device *spi, int hz) in bcm63xx_hsspi_set_clk() argument
131 reg = DIV_ROUND_UP(2048, DIV_ROUND_UP(bs->speed_hz, hz)); in bcm63xx_hsspi_set_clk()
136 if (hz > HSSPI_MAX_SYNC_CLOCK) in bcm63xx_hsspi_set_clk()
Dspi-au1550.c233 unsigned bpw, hz; in au1550_spi_setupxfer() local
238 hz = t->speed_hz; in au1550_spi_setupxfer()
241 hz = spi->max_speed_hz; in au1550_spi_setupxfer()
244 if (!hz) in au1550_spi_setupxfer()
263 cfg |= au1550_spi_baudcfg(hw, hz); in au1550_spi_setupxfer()
Dspi-davinci.c286 u32 hz = 0, spifmt = 0; in davinci_spi_setup_transfer() local
296 hz = t->speed_hz; in davinci_spi_setup_transfer()
317 if (!hz) in davinci_spi_setup_transfer()
318 hz = spi->max_speed_hz; in davinci_spi_setup_transfer()
322 prescale = davinci_spi_get_prescale(dspi, hz); in davinci_spi_setup_transfer()
Dspi-oc-tiny.c65 static unsigned int tiny_spi_baud(struct spi_device *spi, unsigned int hz) in tiny_spi_baud() argument
69 return min(DIV_ROUND_UP(hw->freq, hz * 2), (1U << hw->baudwidth)) - 1; in tiny_spi_baud()
Dspi-sirf.c875 int hz = 0; in spi_sirfsoc_setup_transfer() local
881 hz = t && t->speed_hz ? t->speed_hz : spi->max_speed_hz; in spi_sirfsoc_setup_transfer()
883 usp_mode2 = regval = (sspi->ctrl_freq / (2 * hz)) - 1; in spi_sirfsoc_setup_transfer()
885 dev_err(&spi->dev, "Speed %d not supported\n", hz); in spi_sirfsoc_setup_transfer()
/linux-4.4.14/drivers/i2c/busses/
Di2c-brcmstb.c89 u32 hz; member
121 .hz = 375000,
126 .hz = 390000,
131 .hz = 187500,
136 .hz = 200000,
141 .hz = 93750,
146 .hz = 97500,
151 .hz = 46875,
156 .hz = 50000,
524 if (bsc_clk[i].hz == clk_freq_hz) { in brcmstb_i2c_set_bus_speed()
[all …]
/linux-4.4.14/arch/m68k/atari/
Datasound.c54 void atari_mksound (unsigned int hz, unsigned int ticks) in atari_mksound() argument
71 if (hz) { in atari_mksound()
75 period = PSG_FREQ / hz; in atari_mksound()
/linux-4.4.14/drivers/pwm/
Dpwm-tegra.c71 unsigned long rate, hz; in tegra_pwm_config() local
90 hz = NSEC_PER_SEC / period_ns; in tegra_pwm_config()
92 rate = (rate + (hz / 2)) / hz; in tegra_pwm_config()
/linux-4.4.14/drivers/ssb/
Ddriver_mipscore.c296 unsigned long hz, ns; in ssb_mipscore_init() local
305 hz = ssb_clockspeed(bus); in ssb_mipscore_init()
306 if (!hz) in ssb_mipscore_init()
307 hz = 100000000; in ssb_mipscore_init()
308 ns = 1000000000 / hz; in ssb_mipscore_init()
/linux-4.4.14/drivers/clocksource/
Dmmio.c53 unsigned long hz, int rating, unsigned bits, in clocksource_mmio_init() argument
72 return clocksource_register_hz(&cs->clksrc, hz); in clocksource_mmio_init()
/linux-4.4.14/drivers/iio/common/st_sensors/
Dst_sensors_core.c75 if (sensor_settings->odr.odr_avl[i].hz == 0) in st_sensors_match_odr()
78 if (sensor_settings->odr.odr_avl[i].hz == odr) { in st_sensors_match_odr()
79 odr_out->hz = sensor_settings->odr.odr_avl[i].hz; in st_sensors_match_odr()
119 sdata->odr = odr_out.hz; in st_sensors_set_odr()
204 sdata->odr = odr_out.hz; in st_sensors_set_enable()
556 if (sdata->sensor_settings->odr.odr_avl[i].hz == 0) in st_sensors_sysfs_sampling_frequency_avail()
560 sdata->sensor_settings->odr.odr_avl[i].hz); in st_sensors_sysfs_sampling_frequency_avail()
/linux-4.4.14/arch/mips/kernel/
Dcevt-ds1287.c33 int ds1287_set_base_clock(unsigned int hz) in ds1287_set_base_clock() argument
37 switch (hz) { in ds1287_set_base_clock()
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_verifier.c114 hazard_t hz; member
347 investigate_hazard(uint32_t cmd, hazard_t hz, drm_via_state_t *cur_seq) in investigate_hazard() argument
351 if (cur_seq->unfinished && (cur_seq->unfinished != seqs[hz])) { in investigate_hazard()
357 switch (hz) { in investigate_hazard()
629 hazard_t hz; in via_check_header2() local
696 if ((hz = hz_table[cmd >> 24])) { in via_check_header2()
697 if ((hz_mode = investigate_hazard(cmd, hz, hc_state))) { in via_check_header2()
1100 table[init_table[i].code] = init_table[i].hz; in setup_hazard_table()
/linux-4.4.14/kernel/
D.gitignore7 hz.bc
/linux-4.4.14/drivers/staging/sm750fb/
Dreadme10 Use 1280,8bpp index color and 60 hz mode:
33 refresh rate, kernel driver will defaulty use 16bpp and 60hz
/linux-4.4.14/arch/m68k/q40/
Dq40ints.c110 void q40_mksound(unsigned int hz, unsigned int ticks) in q40_mksound() argument
114 if (hz == 0) { in q40_mksound()
/linux-4.4.14/include/media/
Dsmiapp.h79 int (*set_xclk)(struct v4l2_subdev *sd, int hz);
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dsa1100-rtc.txt8 interrupt and the second interrupt number is the rtc hz interrupt.
/linux-4.4.14/Documentation/devicetree/bindings/ufs/
Dufshcd-pltfrm.txt36 - freq-table-hz : Array of <min max> operating frequencies stored in the same
63 freq-table-hz = <100000000 200000000>, <0 0>, <0 0>;
/linux-4.4.14/drivers/video/fbdev/
Dsm712fb.c54 u_int hz; member
1117 sfb->width, sfb->height, sfb->fb->var.bits_per_pixel, sfb->hz); in sm7xx_set_timing()
1123 vgamode[j].hz != sfb->hz) in sm7xx_set_timing()
1129 vgamode[j].bpp, vgamode[j].hz); in sm7xx_set_timing()
1267 sfb->hz = 60; in smtcfb_setmode()
Dsm712.h85 int hz; member
/linux-4.4.14/drivers/mmc/host/
Dmtk-sd.c517 static void msdc_set_mclk(struct msdc_host *host, unsigned char timing, u32 hz) in msdc_set_mclk() argument
524 if (!hz) { in msdc_set_mclk()
542 if (hz >= (host->src_clk_freq >> 2)) { in msdc_set_mclk()
546 div = (host->src_clk_freq + ((hz << 2) - 1)) / (hz << 2); in msdc_set_mclk()
552 hz >= (host->src_clk_freq >> 1)) { in msdc_set_mclk()
558 } else if (hz >= host->src_clk_freq) { in msdc_set_mclk()
564 if (hz >= (host->src_clk_freq >> 1)) { in msdc_set_mclk()
568 div = (host->src_clk_freq + ((hz << 2) - 1)) / (hz << 2); in msdc_set_mclk()
578 host->mclk = hz; in msdc_set_mclk()
Dcb710-mmc.c28 static void cb710_mmc_select_clock_divider(struct mmc_host *mmc, int hz) in cb710_mmc_select_clock_divider() argument
46 if (hz >= src_hz >> cb710_clock_divider_log2[divider_idx]) in cb710_mmc_select_clock_divider()
60 hz, src_freq_idx, divider_idx & 7, divider_idx & 8); in cb710_mmc_select_clock_divider()
/linux-4.4.14/sound/hda/
Dhdac_device.c700 unsigned int hz; member
755 for (i = 0; rate_bits[i].hz; i++) in snd_hdac_calc_stream_format()
756 if (rate_bits[i].hz == rate) { in snd_hdac_calc_stream_format()
760 if (!rate_bits[i].hz) in snd_hdac_calc_stream_format()
/linux-4.4.14/drivers/input/keyboard/
Dlm8323.c456 int div512, perstep, steps, hz, up, kill; in lm8323_pwm_work() local
481 hz = 32768 / 512; in lm8323_pwm_work()
484 hz = 32768 / 16; in lm8323_pwm_work()
487 perstep = (hz * pwm->fade_time) / (steps * 1000); in lm8323_pwm_work()
/linux-4.4.14/drivers/mmc/core/
Dcore.h42 void mmc_set_clock(struct mmc_host *host, unsigned int hz);
Dcore.c1060 void mmc_set_clock(struct mmc_host *host, unsigned int hz) in mmc_set_clock() argument
1062 WARN_ON(hz && hz < host->f_min); in mmc_set_clock()
1064 if (hz > host->f_max) in mmc_set_clock()
1065 hz = host->f_max; in mmc_set_clock()
1067 host->ios.clock = hz; in mmc_set_clock()
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Dclocks.txt19 - clock-frequency: input clock frequency in hz
/linux-4.4.14/arch/score/
DKconfig64 source "kernel/Kconfig.hz"
/linux-4.4.14/sound/soc/codecs/
Dcs42l52.c939 unsigned int code, int hz) in cs42l52_beep_event() argument
944 dev_dbg(codec->dev, "Beep event %x %x\n", code, hz); in cs42l52_beep_event()
948 if (hz) in cs42l52_beep_event()
949 hz = 261; in cs42l52_beep_event()
957 cs42l52->beep_rate = hz; in cs42l52_beep_event()
Dcs42l56.c1013 unsigned int code, int hz) in cs42l56_beep_event() argument
1018 dev_dbg(codec->dev, "Beep event %x %x\n", code, hz); in cs42l56_beep_event()
1022 if (hz) in cs42l56_beep_event()
1023 hz = 261; in cs42l56_beep_event()
1031 cs42l56->beep_rate = hz; in cs42l56_beep_event()
Dwm8962.c3195 unsigned int code, int hz) in wm8962_beep_event() argument
3200 dev_dbg(codec->dev, "Beep event %x %x\n", code, hz); in wm8962_beep_event()
3204 if (hz) in wm8962_beep_event()
3205 hz = 1000; in wm8962_beep_event()
3213 wm8962->beep_rate = hz; in wm8962_beep_event()
/linux-4.4.14/drivers/gpu/host1x/
Dintr.c307 u32 hz = clk_get_rate(host->clk); in host1x_intr_start() local
311 err = host1x_hw_intr_init_host_sync(host, DIV_ROUND_UP(hz, 1000000), in host1x_intr_start()
/linux-4.4.14/drivers/video/fbdev/core/
Dfbmon.c720 int num_modes, hz, hscan, pixclock; in fb_get_monitor_limits() local
746 hz = (hscan + vtotal / 2) / vtotal; in fb_get_monitor_limits()
760 if (specs->vfmax == 0 || specs->vfmax < hz) in fb_get_monitor_limits()
761 specs->vfmax = hz; in fb_get_monitor_limits()
763 if (specs->vfmin == 0 || specs->vfmin > hz) in fb_get_monitor_limits()
764 specs->vfmin = hz; in fb_get_monitor_limits()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c229 unsigned int *hz = data; in kd_sound_helper() local
234 input_inject_event(handle, EV_SND, SND_TONE, *hz); in kd_sound_helper()
235 if (*hz) in kd_sound_helper()
239 input_inject_event(handle, EV_SND, SND_BELL, *hz ? 1 : 0); in kd_sound_helper()
254 void kd_mksound(unsigned int hz, unsigned int ticks) in kd_mksound() argument
258 input_handler_for_each_handle(&kbd_handler, &hz, kd_sound_helper); in kd_mksound()
260 if (hz && ticks) in kd_mksound()
/linux-4.4.14/include/linux/iio/common/
Dst_sensors.h72 unsigned int hz; member
/linux-4.4.14/sound/isa/sb/
Demu8000_pcm.c149 static int calc_rate_offset(int hz) in calc_rate_offset() argument
151 return snd_sf_linear_to_log(hz, OFFSET_SAMPLERATE, SAMPLERATE_RATIO); in calc_rate_offset()
/linux-4.4.14/arch/hexagon/
DKconfig154 source "kernel/Kconfig.hz"
/linux-4.4.14/arch/openrisc/
DKconfig104 source kernel/Kconfig.hz
/linux-4.4.14/arch/c6x/
DKconfig116 source "kernel/Kconfig.hz"
/linux-4.4.14/tools/perf/util/
Dsvghelper.c450 static char *HzToHuman(unsigned long hz) in HzToHuman() argument
457 Hz = hz; in HzToHuman()
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c528 const int hz[] = {188, 98, 42, 20, 10, 5}; in inv_mpu6050_set_lpf() local
537 while ((h < hz[i]) && (i < ARRAY_SIZE(d) - 1)) in inv_mpu6050_set_lpf()
/linux-4.4.14/drivers/iio/gyro/
Dst_gyro_core.c424 gdata->odr = gdata->sensor_settings->odr.odr_avl[0].hz; in st_gyro_common_probe()
/linux-4.4.14/arch/unicore32/
DKconfig147 source "kernel/Kconfig.hz"
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
/linux-4.4.14/drivers/iio/pressure/
Dst_pressure_core.c444 press_data->odr = press_data->sensor_settings->odr.odr_avl[0].hz; in st_press_common_probe()
/linux-4.4.14/drivers/media/i2c/
Dsaa7115.c759 u32 hz; in saa711x_s_clock_freq() local
774 hz = (state->std & V4L2_STD_525_60) ? 5994 : 5000; in saa711x_s_clock_freq()
776 acpf = (25600 * freq) / hz; in saa711x_s_clock_freq()
/linux-4.4.14/drivers/net/wan/
Ddscc4.c875 static inline int dscc4_set_quartz(struct dscc4_dev_priv *dpriv, int hz) in dscc4_set_quartz() argument
879 if ((hz < 0) || (hz > DSCC4_HZ_MAX)) in dscc4_set_quartz()
882 dpriv->pci_priv->xtal_hz = hz; in dscc4_set_quartz()
/linux-4.4.14/arch/nios2/
DKconfig55 source "kernel/Kconfig.hz"
/linux-4.4.14/arch/avr32/
DKconfig234 source "kernel/Kconfig.hz"
/linux-4.4.14/drivers/iio/magnetometer/
Dst_magn_core.c601 mdata->odr = mdata->sensor_settings->odr.odr_avl[0].hz; in st_magn_common_probe()
/linux-4.4.14/drivers/iio/accel/
Dmma8452.c297 static int mma8452_read_hp_filter(struct mma8452_data *data, int *hz, int *uHz) in mma8452_read_hp_filter() argument
307 *hz = mma8452_hp_filter_cutoff[i][ret][0]; in mma8452_read_hp_filter()
Dst_accel_core.c653 adata->odr = adata->sensor_settings->odr.odr_avl[0].hz; in st_accel_common_probe()
/linux-4.4.14/sound/synth/emux/
Dsoundfont.c846 calc_rate_offset(int hz) in calc_rate_offset() argument
848 return snd_sf_linear_to_log(hz, OFFSET_SAMPLERATE, SAMPLERATE_RATIO); in calc_rate_offset()
/linux-4.4.14/arch/microblaze/
DKconfig83 source "kernel/Kconfig.hz"
/linux-4.4.14/arch/metag/
DKconfig258 source kernel/Kconfig.hz
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7804 int hz, int ticks) in t4_idma_monitor() argument
7829 if (idma->idma_stalled[i] >= SGE_IDMA_WARN_THRESH * hz) in t4_idma_monitor()
7833 idma->idma_stalled[i] / hz); in t4_idma_monitor()
7848 idma->idma_stalled[i] = hz; in t4_idma_monitor()
7855 if (idma->idma_stalled[i] < SGE_IDMA_WARN_THRESH * hz) in t4_idma_monitor()
7862 idma->idma_warn[i] = SGE_IDMA_WARN_REPEAT * hz; in t4_idma_monitor()
7879 idma->idma_stalled[i] / hz, in t4_idma_monitor()
Dcxgb4.h1426 int hz, int ticks);
/linux-4.4.14/arch/parisc/
DKconfig288 source "kernel/Kconfig.hz"
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_base.c585 unsigned long long hz, vclk; in radeon_probe_pll_params() local
625 hz = 1000000/total_usecs; in radeon_probe_pll_params()
629 vclk = (long long)hTotal * (long long)vTotal * hz; in radeon_probe_pll_params()
/linux-4.4.14/arch/mn10300/
DKconfig231 source "kernel/Kconfig.hz"
/linux-4.4.14/arch/tile/
DKconfig203 source "kernel/Kconfig.hz"
/linux-4.4.14/arch/sparc/
DKconfig189 source kernel/Kconfig.hz
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_drv.h195 uint32_t hz);
/linux-4.4.14/arch/ia64/
DKconfig278 source kernel/Kconfig.hz
/linux-4.4.14/arch/sh/
DKconfig600 source kernel/Kconfig.hz
/linux-4.4.14/arch/s390/
DKconfig486 source kernel/Kconfig.hz
/linux-4.4.14/arch/arm64/
DKconfig507 source kernel/Kconfig.hz
/linux-4.4.14/fs/ceph/
Dmds_client.c3366 unsigned hz = round_jiffies_relative(HZ * delay); in schedule_delayed() local
3367 schedule_delayed_work(&mdsc->delayed_work, hz); in schedule_delayed()
/linux-4.4.14/tools/power/cpupower/po/
Dfr.po609 " les valeurs par hz, kHz (par d�faut), MHz, GHz ou THz\n"
/linux-4.4.14/arch/powerpc/
DKconfig324 source kernel/Kconfig.hz
/linux-4.4.14/arch/blackfin/
DKconfig655 source kernel/Kconfig.hz
/linux-4.4.14/arch/x86/
DKconfig1740 source kernel/Kconfig.hz