Home
last modified time | relevance | path

Searched refs:IMX31_CCM_SPCTL_REG (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dimx31_ccm.c51 case IMX31_CCM_SPCTL_REG: in imx31_ccm_reg_name()
223 s->reg[IMX31_CCM_SPCTL_REG] = 0x04043001; in imx31_ccm_reset()
274 case IMX31_CCM_SPCTL_REG: in imx31_ccm_write()
275 s->reg[IMX31_CCM_SPCTL_REG] = value & 0xbfff3fff; in imx31_ccm_write()
/openbmc/qemu/include/hw/misc/
H A Dimx31_ccm.h23 #define IMX31_CCM_SPCTL_REG 6 macro