Lines Matching refs:systemREG1
55 systemREG1->PLLCTL1 = 0x00000000U in setupPLL()
69 systemREG1->PLLCTL2 = 0x00000000U in setupPLL()
89 systemREG1->CSDIS = 0x00000000U in setupPLL()
109 systemREG1->LPOMONCTL = (1U << 24U) in trimLPO()
115 systemREG1->LPOMONCTL = (1U << 24U) in trimLPO()
171 systemREG1->CLKCNTL &= 0xFFFFFEFFU; in periphInit()
181 systemREG1->CLKCNTL |= 1U << 8U; in periphInit()
196 systemREG1->CDDIS= (FALSE << 4U ) /* AVCLK 1 OFF */ in mapClocks()
213 …while ((systemREG1->CSVSTAT & ((systemREG1->CSDIS ^ 0xFFU) & 0xFFU)) != ((systemREG1->CSDIS ^ 0xFF… in mapClocks()
222 systemREG1->PLLCTL1 = (systemREG1->PLLCTL1 & 0xE0FFFFFFU)|((1U - 1U)<< 24U); in mapClocks()
230 systemREG1->GHVSRC = (SYS_PLL1 << 24U) in mapClocks()
235 systemREG1->CLKCNTL = (systemREG1->CLKCNTL & 0xF0F0FFFFU) in mapClocks()
246 systemREG1->RCLKSRC = (1U << 24U) in mapClocks()
252 systemREG1->VCLKASRC = (SYS_VCLK << 8U) in mapClocks()
334 systemREG1->SYSPC1 = 0U; in systemInit()
337 systemREG1->SYSPC4 = 0U; in systemInit()
340 systemREG1->SYSPC2 = 1U; in systemInit()
343 systemREG1->SYSPC7 = 0U; in systemInit()
346 systemREG1->SYSPC8 = 0U; in systemInit()
349 systemREG1->SYSPC9 = 1U; in systemInit()
352 systemREG1->ECPCNTL = (0U << 24U) in systemInit()
367 systemREG1->CSDISSET = mode & 0x000000FFU; in systemPowerDown()
370 systemREG1->CDDIS = (mode >> 8U) & 0x00000FFFU; in systemPowerDown()
445 config_reg->CONFIG_SYSPC1 = systemREG1->SYSPC1; in systemGetConfigValue()
446 config_reg->CONFIG_SYSPC2 = systemREG1->SYSPC2; in systemGetConfigValue()
447 config_reg->CONFIG_SYSPC7 = systemREG1->SYSPC7; in systemGetConfigValue()
448 config_reg->CONFIG_SYSPC8 = systemREG1->SYSPC8; in systemGetConfigValue()
449 config_reg->CONFIG_SYSPC9 = systemREG1->SYSPC9; in systemGetConfigValue()
450 config_reg->CONFIG_CSDIS = systemREG1->CSDIS; in systemGetConfigValue()
451 config_reg->CONFIG_CDDIS = systemREG1->CDDIS; in systemGetConfigValue()
452 config_reg->CONFIG_GHVSRC = systemREG1->GHVSRC; in systemGetConfigValue()
453 config_reg->CONFIG_VCLKASRC = systemREG1->VCLKASRC; in systemGetConfigValue()
454 config_reg->CONFIG_RCLKSRC = systemREG1->RCLKSRC; in systemGetConfigValue()
455 config_reg->CONFIG_MSTGCR = systemREG1->MSTGCR; in systemGetConfigValue()
456 config_reg->CONFIG_MINITGCR = systemREG1->MINITGCR; in systemGetConfigValue()
457 config_reg->CONFIG_MSINENA = systemREG1->MSINENA; in systemGetConfigValue()
458 config_reg->CONFIG_PLLCTL1 = systemREG1->PLLCTL1; in systemGetConfigValue()
459 config_reg->CONFIG_PLLCTL2 = systemREG1->PLLCTL2; in systemGetConfigValue()
460 config_reg->CONFIG_UERFLAG = systemREG1->UERFLAG; in systemGetConfigValue()
461 config_reg->CONFIG_LPOMONCTL = systemREG1->LPOMONCTL; in systemGetConfigValue()
462 config_reg->CONFIG_CLKTEST = systemREG1->CLKTEST; in systemGetConfigValue()
463 config_reg->CONFIG_DFTCTRLREG1 = systemREG1->DFTCTRLREG1; in systemGetConfigValue()
464 config_reg->CONFIG_DFTCTRLREG2 = systemREG1->DFTCTRLREG2; in systemGetConfigValue()
465 config_reg->CONFIG_GPREG1 = systemREG1->GPREG1; in systemGetConfigValue()
466 config_reg->CONFIG_RAMGCR = systemREG1->RAMGCR; in systemGetConfigValue()
467 config_reg->CONFIG_BMMCR1 = systemREG1->BMMCR1; in systemGetConfigValue()
468 config_reg->CONFIG_MMUGCR = systemREG1->MMUGCR; in systemGetConfigValue()
469 config_reg->CONFIG_CLKCNTL = systemREG1->CLKCNTL; in systemGetConfigValue()
470 config_reg->CONFIG_ECPCNTL = systemREG1->ECPCNTL; in systemGetConfigValue()
471 config_reg->CONFIG_DEVCR1 = systemREG1->DEVCR1; in systemGetConfigValue()
472 config_reg->CONFIG_SYSECR = systemREG1->SYSECR; in systemGetConfigValue()