Searched refs:input_freq (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/board/freescale/common/ |
| H A D | ics307_clk.c | 51 const unsigned long input_freq = CONFIG_ICS307_REFCLK_HZ; in ics307_sysclk_calculator() local 62 vdw = out_freq * 1000 * od * rdw / (input_freq * 2); in ics307_sysclk_calculator() 68 tmp_out = input_freq * 2 * vdw / (rdw * od * 1000); in ics307_sysclk_calculator() 102 const unsigned long input_freq = CONFIG_ICS307_REFCLK_HZ; in ics307_clk_freq() local 124 freq = input_freq * 2 * (vdw + 8) / ((rdw + 2) * od); in ics307_clk_freq()
|
| /openbmc/qemu/include/hw/timer/ |
| H A D | renesas_cmt.h | 31 uint64_t input_freq; member
|
| H A D | renesas_tmr.h | 39 uint64_t input_freq; member
|
| /openbmc/qemu/hw/timer/ |
| H A D | renesas_cmt.c | 64 next_time /= cmt->input_freq; in update_events() 84 delta /= cmt->input_freq; in read_cmcnt() 257 DEFINE_PROP_UINT64("input-freq", RCMTState, input_freq, 0),
|
| H A D | renesas_tmr.c | 103 next_time /= tmr->input_freq; in update_events() 131 delta = (now - tmr->tick) * NANOSECONDS_PER_SECOND / tmr->input_freq; in read_tcnt() 467 DEFINE_PROP_UINT64("input-freq", RTMRState, input_freq, 0),
|
| /openbmc/qemu/include/hw/char/ |
| H A D | renesas_sci.h | 51 uint64_t input_freq; member
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | i2c-cdns.c | 129 unsigned int input_freq; member 222 ret = cdns_i2c_calc_divs(&speed_p, bus->input_freq, &div_a, &div_b); in cdns_i2c_set_bus_speed() 227 __func__, div_a, div_b, bus->input_freq, speed, speed_p); in cdns_i2c_set_bus_speed() 479 i2c_bus->input_freq = clk_get_rate(&clk); in cdns_i2c_ofdata_to_platdata()
|
| /openbmc/qemu/hw/char/ |
| H A D | renesas_sci.c | 137 sci->trtime /= sci->input_freq; in update_trtime() 276 if (sci->input_freq == 0) { in rsci_realize() 323 DEFINE_PROP_UINT64("input-freq", RSCIState, input_freq, 0),
|