Home
last modified time | relevance | path

Searched refs:dpll (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/arm/
H A Domap1.c1384 omap_clk dpll; member
1428 omap_clk_setrate(s->dpll, div, mult); in omap_dpll_write()
1450 omap_clk_setrate(s->dpll, 1, 1); in omap_dpll_reset()
1459 s->dpll = clk; in omap_dpll_init()
3679 omap_dpll_reset(mpu->dpll[0]); in omap1_mpu_reset()
3680 omap_dpll_reset(mpu->dpll[1]); in omap1_mpu_reset()
3681 omap_dpll_reset(mpu->dpll[2]); in omap1_mpu_reset()
3938 s->dpll[0] = omap_dpll_init(system_memory, 0xfffecf00, in omap310_mpu_init()
3940 s->dpll[1] = omap_dpll_init(system_memory, 0xfffed000, in omap310_mpu_init()
3942 s->dpll[2] = omap_dpll_init(system_memory, 0xfffed100, in omap310_mpu_init()
/qemu/include/hw/arm/
H A Domap.h652 struct dpll_ctl_s *dpll[3]; member