Home
last modified time | relevance | path

Searched refs:IMX6ULCCMState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dimx6ul_ccm.c289 VMSTATE_UINT32_ARRAY(ccm, IMX6ULCCMState, CCM_MAX),
290 VMSTATE_UINT32_ARRAY(analog, IMX6ULCCMState, CCM_ANALOG_MAX),
295 static uint64_t imx6ul_analog_get_osc_clk(IMX6ULCCMState *dev) in imx6ul_analog_get_osc_clk()
304 static uint64_t imx6ul_analog_get_pll2_clk(IMX6ULCCMState *dev) in imx6ul_analog_get_pll2_clk()
320 static uint64_t imx6ul_analog_get_pll3_clk(IMX6ULCCMState *dev) in imx6ul_analog_get_pll3_clk()
329 static uint64_t imx6ul_analog_get_pll2_pfd0_clk(IMX6ULCCMState *dev) in imx6ul_analog_get_pll2_pfd0_clk()
342 static uint64_t imx6ul_analog_get_pll2_pfd2_clk(IMX6ULCCMState *dev) in imx6ul_analog_get_pll2_pfd2_clk()
355 static uint64_t imx6ul_analog_pll2_bypass_clk(IMX6ULCCMState *dev) in imx6ul_analog_pll2_bypass_clk()
364 static uint64_t imx6ul_ccm_get_periph_clk2_sel_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_periph_clk2_sel_clk()
394 static uint64_t imx6ul_ccm_get_periph_clk_sel_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_periph_clk_sel_clk()
[all …]
/openbmc/qemu/include/hw/misc/
H A Dimx6ul_ccm.h211 OBJECT_DECLARE_SIMPLE_TYPE(IMX6ULCCMState, IMX6UL_CCM)
213 struct IMX6ULCCMState { struct
/openbmc/qemu/include/hw/arm/
H A Dfsl-imx6ul.h75 IMX6ULCCMState ccm;