Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx6_ccm.c312 static uint64_t imx6_ccm_get_ahb_clk(IMX6CCMState *dev) in imx6_ccm_get_ahb_clk()
324 static uint64_t imx6_ccm_get_ipg_clk(IMX6CCMState *dev) in imx6_ccm_get_ipg_clk()
336 static uint64_t imx6_ccm_get_per_clk(IMX6CCMState *dev) in imx6_ccm_get_per_clk()
351 IMX6CCMState *s = IMX6_CCM(dev); in imx6_ccm_get_clock_frequency()
384 IMX6CCMState *s = IMX6_CCM(dev); in imx6_ccm_reset()
471 IMX6CCMState *s = (IMX6CCMState *)opaque; in imx6_ccm_read()
484 IMX6CCMState *s = (IMX6CCMState *)opaque; in imx6_ccm_write()
499 IMX6CCMState *s = (IMX6CCMState *)opaque; in imx6_analog_read()
591 IMX6CCMState *s = (IMX6CCMState *)opaque; in imx6_analog_write()
722 IMX6CCMState *s = IMX6_CCM(obj); in imx6_ccm_init()
[all …]
/openbmc/qemu/include/hw/misc/
H A Dimx6_ccm.h182 OBJECT_DECLARE_SIMPLE_TYPE(IMX6CCMState, IMX6_CCM)
184 struct IMX6CCMState { struct
/openbmc/qemu/include/hw/arm/
H A Dfsl-imx6.h61 IMX6CCMState ccm;