/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rv1108.c | 31 #define PLL_DIVISORS(hz, _refdiv, _postdiv1, _postdiv2) {\ argument 200 static ulong rv1108_saradc_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_saradc_set_clk() 225 static ulong rv1108_aclk_vio1_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_aclk_vio1_set_clk() 251 static ulong rv1108_aclk_vio0_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_aclk_vio0_set_clk() 286 static ulong rv1108_dclk_vop_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_dclk_vop_set_clk() 315 static ulong rv1108_aclk_bus_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_aclk_bus_set_clk() 367 static ulong rv1108_aclk_peri_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_aclk_peri_set_clk() 383 static ulong rv1108_hclk_peri_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_hclk_peri_set_clk() 398 static ulong rv1108_pclk_peri_set_clk(struct rv1108_cru *cru, uint hz) in rv1108_pclk_peri_set_clk() 446 static ulong rv1108_i2c_set_clk(struct rv1108_cru *cru, ulong clk_id, uint hz) in rv1108_i2c_set_clk()
|
H A D | clk_rk3128.c | 29 #define PLL_DIVISORS(hz, _refdiv, _postdiv1, _postdiv2) {\ argument 367 static ulong rk3128_peri_set_pclk(struct rk3128_cru *cru, ulong clk_id, uint hz) in rk3128_peri_set_pclk() 402 static ulong rk3128_saradc_set_clk(struct rk3128_cru *cru, uint hz) in rk3128_saradc_set_clk() 416 static ulong rk3128_vop_set_clk(struct rk3128_cru *cru, ulong clk_id, uint hz) in rk3128_vop_set_clk()
|
H A D | clk_rk3188.c | 73 #define PLL_DIVISORS(hz, _nr, _no) {\ argument 120 unsigned int hz, bool has_bwadj) in rkclk_configure_ddr() 166 unsigned int hz, bool has_bwadj) in rkclk_configure_cpu()
|
H A D | clk_rk3368.c | 43 #define PLL_DIVISORS(hz, _nr, _no) { \ argument 400 static ulong rk3368_spi_set_clk(struct rk3368_cru *cru, ulong clk_id, uint hz) in rk3368_spi_set_clk() 438 static ulong rk3368_saradc_set_clk(struct rk3368_cru *cru, uint hz) in rk3368_saradc_set_clk()
|
H A D | clk_rk3328.c | 32 #define PLL_DIVISORS(hz, _refdiv, _postdiv1, _postdiv2) {\ argument 358 static ulong rk3328_i2c_set_clk(struct rk3328_cru *cru, ulong clk_id, uint hz) in rk3328_i2c_set_clk() 515 static ulong rk3328_pwm_set_clk(struct rk3328_cru *cru, uint hz) in rk3328_pwm_set_clk() 538 static ulong rk3328_saradc_set_clk(struct rk3328_cru *cru, uint hz) in rk3328_saradc_set_clk()
|
H A D | clk_rk3399.c | 44 #define PLL_DIVISORS(hz, _refdiv, _postdiv1, _postdiv2) {\ argument 552 static ulong rk3399_i2c_set_clk(struct rk3399_cru *cru, ulong clk_id, uint hz) in rk3399_i2c_set_clk() 651 static ulong rk3399_spi_set_clk(struct rk3399_cru *cru, ulong clk_id, uint hz) in rk3399_spi_set_clk() 678 static ulong rk3399_vop_set_clk(struct rk3399_cru *cru, ulong clk_id, u32 hz) in rk3399_vop_set_clk() 876 static ulong rk3399_saradc_set_clk(struct rk3399_cru *cru, uint hz) in rk3399_saradc_set_clk() 1274 uint hz) in rk3399_i2c_set_pmuclk()
|
H A D | clk_rk3288.c | 133 #define PLL_DIVISORS(hz, _nr, _no) {\ argument 176 unsigned int hz) in rkclk_configure_ddr() 729 static ulong rockchip_saradc_set_clk(struct rk3288_cru *cru, uint hz) in rockchip_saradc_set_clk()
|
/openbmc/u-boot/drivers/spi/ |
H A D | cadence_qspi.c | 22 static int cadence_spi_write_speed(struct udevice *bus, uint hz) in cadence_spi_write_speed() 39 static int spi_calibration(struct udevice *bus, uint hz) in spi_calibration() 118 static int cadence_spi_set_speed(struct udevice *bus, uint hz) in cadence_spi_set_speed()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_beep.c | 61 static int beep_linear_tone(struct hda_beep *beep, int hz) in beep_linear_tone() 85 static int beep_standard_tone(struct hda_beep *beep, int hz) in beep_standard_tone() 98 unsigned int code, int hz) in snd_hda_beep_event()
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | 54 #define CLOCK_PERIOD_FROM_HZ(hz) (((hz) != 0) ? CLOCK_PERIOD_1SEC / (hz) : 0u) argument 182 static inline bool clock_set_hz(Clock *clk, unsigned hz) in clock_set_hz() 220 static inline void clock_update_hz(Clock *clk, unsigned hz) in clock_update_hz()
|
/openbmc/linux/include/linux/ |
H A D | clocksource.h | 186 static inline u32 clocksource_hz2mult(u32 hz, u32 shift_constant) in clocksource_hz2mult() 244 static inline int clocksource_register_hz(struct clocksource *cs, u32 hz) in clocksource_register_hz() 254 static inline void __clocksource_update_freq_hz(struct clocksource *cs, u32 hz) in __clocksource_update_freq_hz()
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | clock_sun4i.c | 118 void clock_set_pll1(unsigned int hz) in clock_set_pll1() 227 void clock_set_de_mod_clock(u32 *clk_cfg, unsigned int hz) in clock_set_de_mod_clock()
|
/openbmc/u-boot/lib/ |
H A D | strmhz.c | 8 char *strmhz (char *buf, unsigned long hz) in strmhz()
|
/openbmc/linux/arch/mips/bcm47xx/ |
H A D | time.c | 33 unsigned long hz = 0; in plat_time_init() local
|
/openbmc/linux/sound/ppc/ |
H A D | beep.c | 23 int hz; member 87 unsigned int code, int hz) in snd_pmac_beep_event()
|
/openbmc/linux/arch/m68k/atari/ |
H A D | atasound.c | 53 void atari_mksound (unsigned int hz, unsigned int ticks) in atari_mksound()
|
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5.h | 16 #define CLOCK_PERIOD_FROM_HZ(hz) (((hz) != 0) ? CLOCK_PERIOD_1SEC / (hz) : 0u) argument
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 120 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument 124 #define fpop(lz,hz) { sp--; \ argument 636 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument 641 #define mpop(lz,hz,dz) { sp--; \ argument
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | wakemain.c | 11 static void beep(unsigned int hz) in beep()
|
/openbmc/linux/arch/m68k/amiga/ |
H A D | amisound.c | 71 void amiga_mksound( unsigned int hz, unsigned int ticks ) in amiga_mksound()
|
/openbmc/linux/drivers/clocksource/ |
H A D | mmio.c | 50 unsigned long hz, int rating, unsigned bits, in clocksource_mmio_init()
|
/openbmc/linux/drivers/iio/common/scmi_sensors/ |
H A D | scmi_iio.c | 239 static void convert_ns_to_freq(u64 interval_ns, u64 *hz, u64 *uhz) in convert_ns_to_freq() 252 u64 sensor_update_interval, sensor_interval_mult, hz, uhz; in scmi_iio_get_odr_val() local 519 hz, uhz; in scmi_iio_set_sampling_freq_avail() local
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cevt-ds1287.c | 21 int ds1287_set_base_clock(unsigned int hz) in ds1287_set_base_clock()
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | intr.c | 123 u32 hz = clk_get_rate(host->clk); in host1x_intr_start() local
|
/openbmc/linux/drivers/spi/ |
H A D | spi-loongson.h | 36 unsigned int hz; member
|