Home
last modified time | relevance | path

Searched defs:clk (Results 1 – 25 of 30) sorted by relevance

12

/qemu/hw/core/
A Dclock.c23 void clock_setup_canonical_path(Clock *clk) in clock_setup_canonical_path()
32 Clock *clk; in clock_new() local
52 void clock_clear_callback(Clock *clk) in clock_clear_callback()
57 bool clock_set(Clock *clk, uint64_t period) in clock_set()
111 void clock_propagate(Clock *clk) in clock_propagate()
117 void clock_set_source(Clock *clk, Clock *src) in clock_set_source()
130 static void clock_disconnect(Clock *clk) in clock_disconnect()
142 char *clock_display_freq(Clock *clk) in clock_display_freq()
166 Clock *clk = CLOCK(obj); in clock_period_prop_get() local
174 Clock *clk = CLOCK(obj); in clock_initfn() local
[all …]
A Dclock-vmstate.c19 Clock *clk = opaque; in muldiv_needed() local
26 Clock *clk = opaque; in clock_pre_load() local
A Dqdev-clock.c25 bool output, Clock *clk) in qdev_init_clocklist()
A Dptimer.c352 void ptimer_set_period_from_clock(ptimer_state *s, const Clock *clk, in ptimer_set_period_from_clock()
/qemu/hw/misc/
A Domap_clk.c27 struct clk { struct
30 struct clk *parent; argument
31 struct clk *child1; argument
32 struct clk *sibling; argument
42 int enabled; /* Is enabled, regardless of its input clk */ argument
50 static struct clk xtal_osc12m = { argument
600 void omap_clk_get(struct clk *clk) in omap_clk_get()
605 void omap_clk_put(struct clk *clk) in omap_clk_put()
611 static void omap_clk_update(struct clk *clk) in omap_clk_update()
680 void omap_clk_onoff(struct clk *clk, int on) in omap_clk_onoff()
[all …]
A Dnpcm7xx_clk.c201 static void npcm7xx_clk_update_all_plls(NPCM7xxCLKState *clk) in npcm7xx_clk_update_all_plls()
210 static void npcm7xx_clk_update_all_sels(NPCM7xxCLKState *clk) in npcm7xx_clk_update_all_sels()
219 static void npcm7xx_clk_update_all_dividers(NPCM7xxCLKState *clk) in npcm7xx_clk_update_all_dividers()
228 static void npcm7xx_clk_update_all_clocks(NPCM7xxCLKState *clk) in npcm7xx_clk_update_all_clocks()
638 NPCM7xxCLKState *clk, const PLLInitInfo *init_info) in npcm7xx_init_clock_pll()
650 NPCM7xxCLKState *clk, const SELInitInfo *init_info) in npcm7xx_init_clock_sel()
667 NPCM7xxCLKState *clk, const DividerInitInfo *init_info) in npcm7xx_init_clock_divider()
686 static Clock *npcm7xx_get_clock(NPCM7xxCLKState *clk, ClockSrcType type, in npcm7xx_get_clock()
703 static void npcm7xx_connect_clocks(NPCM7xxCLKState *clk) in npcm7xx_connect_clocks()
845 NPCM7xxCLKState *clk = NPCM7XX_CLK(opaque); in npcm7xx_clk_perform_watchdog_reset() local
[all …]
/qemu/include/hw/
A Dclock.h174 static inline bool clock_has_source(const Clock *clk) in clock_has_source()
190 static inline bool clock_set_hz(Clock *clk, unsigned hz) in clock_set_hz()
195 static inline bool clock_set_ns(Clock *clk, unsigned ns) in clock_set_ns()
221 static inline void clock_update(Clock *clk, uint64_t value) in clock_update()
228 static inline void clock_update_hz(Clock *clk, unsigned hz) in clock_update_hz()
233 static inline void clock_update_ns(Clock *clk, unsigned ns) in clock_update_ns()
244 static inline uint64_t clock_get(const Clock *clk) in clock_get()
249 static inline unsigned clock_get_hz(Clock *clk) in clock_get_hz()
275 static inline uint64_t clock_ticks_to_ns(const Clock *clk, uint64_t ticks) in clock_ticks_to_ns()
313 static inline uint64_t clock_ns_to_ticks(const Clock *clk, uint64_t ns) in clock_ns_to_ticks()
[all …]
/qemu/hw/arm/
A Domap1.c108 omap_clk clk; member
1510 omap_clk clk; in omap_clkm_ckctl_update() local
1557 omap_clk clk; in omap_clkm_idlect1_update() local
1591 omap_clk clk; in omap_clkm_idlect2_update() local
1614 omap_clk clk; in omap_clkm_ckout1_update() local
1674 omap_clk clk; in omap_clkm_write() local
1789 omap_clk clk; in omap_clkdsp_idlect1_update() local
1797 omap_clk clk; in omap_clkdsp_idlect2_update() local
1910 int clk; member
2328 int clk; member
[all …]
/qemu/include/hw/timer/
A Dsse-counter.h47 Clock *clk; member
A Dstellaris-gptm.h48 Clock *clk; member
/qemu/include/hw/misc/
A Dnpcm7xx_clk.h97 NPCM7xxCLKState *clk; member
118 NPCM7xxCLKState *clk; member
143 NPCM7xxCLKState *clk; member
A Dstm32l4x5_syscfg.h51 Clock *clk; member
/qemu/hw/gpio/
A Domap_gpio.c49 void *clk; member
223 void omap_gpio_set_clk(Omap1GpioState *gpio, omap_clk clk) in omap_gpio_set_clk()
/qemu/include/hw/input/
A Dpl050.h33 uint32_t clk; member
/qemu/hw/i2c/
A Domap_i2c.c504 void omap_i2c_set_iclk(OMAPI2CState *i2c, omap_clk clk) in omap_i2c_set_iclk()
509 void omap_i2c_set_fclk(OMAPI2CState *i2c, omap_clk clk) in omap_i2c_set_fclk()
/qemu/hw/intc/
A Domap_intc.c368 void omap_intc_set_iclk(OMAPIntcState *intc, omap_clk clk) in omap_intc_set_iclk()
373 void omap_intc_set_fclk(OMAPIntcState *intc, omap_clk clk) in omap_intc_set_fclk()
/qemu/include/hw/gpio/
A Dstm32l4x5_gpio.h67 Clock *clk; member
/qemu/include/hw/char/
A Dstm32l4x5_usart.h55 Clock *clk; member
A Dpl011.h52 Clock *clk; member
/qemu/include/hw/ssi/
A Dbcm2835_spi.h74 uint32_t clk; member
/qemu/hw/sd/
A Domap_mmc.c33 omap_clk clk; member
589 qemu_irq irq, qemu_irq dma[], omap_clk clk) in omap_mmc_init()
/qemu/include/hw/ppc/
A Dppc.h18 static inline void clk_setup (clk_setup_t *clk, uint32_t freq) in clk_setup() argument
/qemu/hw/adc/
A Dnpcm7xx_adc.c73 static void npcm7xx_adc_start_timer(Clock *clk, QEMUTimer *timer, in npcm7xx_adc_start_timer()
/qemu/include/hw/arm/
A Dnpcm7xx.h93 NPCM7xxCLKState clk; member
/qemu/tests/qtest/
A Dnpcm7xx_pwm-test.c491 static int32_t mft_compute_cnt(uint32_t rpm, uint64_t clk) in mft_compute_cnt()
511 uint64_t clk = read_pclk(qts, true); in mft_verify_rpm() local

Completed in 46 milliseconds

12