Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dimx6ul_ccm.c289 VMSTATE_UINT32_ARRAY(ccm, IMX6ULCCMState, CCM_MAX),
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()
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()
[all …]
/qemu/include/hw/misc/
H A Dimx6ul_ccm.h211 OBJECT_DECLARE_SIMPLE_TYPE(IMX6ULCCMState, IMX6UL_CCM)
213 struct IMX6ULCCMState { struct
/qemu/include/hw/arm/
H A Dfsl-imx6ul.h75 IMX6ULCCMState ccm;