Home
last modified time | relevance | path

Searched refs:CCM_CISR (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dimx6_ccm.h37 #define CCM_CISR 22 macro
H A Dimx6ul_ccm.h36 #define CCM_CISR 22 macro
/openbmc/qemu/hw/misc/
H A Dimx6ul_ccm.c42 [CCM_CISR] = 0xfb85ffbe,
121 case CCM_CISR: in imx6ul_ccm_reg_name()
561 s->ccm[CCM_CISR] = 0x00000000; in imx6ul_ccm_reset()
H A Dimx6_ccm.c63 case CCM_CISR: in imx6_ccm_reg_name()
406 s->ccm[CCM_CISR] = 0x00000000; in imx6_ccm_reset()
/openbmc/linux/drivers/clk/imx/
H A Dclk-vf610.c25 #define CCM_CISR (ccm_base + 0x30) macro