Lines Matching refs:IMX6ULCCMState

289         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()
420 static uint64_t imx6ul_ccm_get_periph_clk2_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_periph_clk2_clk()
432 static uint64_t imx6ul_ccm_get_periph_sel_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_periph_sel_clk()
452 static uint64_t imx6ul_ccm_get_ahb_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_ahb_clk()
464 static uint64_t imx6ul_ccm_get_ipg_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_ipg_clk()
476 static uint64_t imx6ul_ccm_get_per_sel_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_per_sel_clk()
496 static uint64_t imx6ul_ccm_get_per_clk(IMX6ULCCMState *dev) in imx6ul_ccm_get_per_clk()
511 IMX6ULCCMState *s = IMX6UL_CCM(dev); in imx6ul_ccm_get_clock_frequency()
538 IMX6ULCCMState *s = IMX6UL_CCM(dev); in imx6ul_ccm_reset()
628 IMX6ULCCMState *s = (IMX6ULCCMState *)opaque; in imx6ul_ccm_read()
643 IMX6ULCCMState *s = (IMX6ULCCMState *)opaque; in imx6ul_ccm_write()
657 IMX6ULCCMState *s = (IMX6ULCCMState *)opaque; in imx6ul_analog_read()
757 IMX6ULCCMState *s = (IMX6ULCCMState *)opaque; in imx6ul_analog_write()
884 IMX6ULCCMState *s = IMX6UL_CCM(obj); in imx6ul_ccm_init()
922 .instance_size = sizeof(IMX6ULCCMState),