Lines Matching refs:rcc_writel

39 static void rcc_writel(unsigned int offset, uint32_t value)  in rcc_writel()  function
52 rcc_writel(A_CR, R_CR_MSION_MASK); in test_init_msi()
61 rcc_writel(A_CFGR, 0); in test_set_msi_as_sysclk()
78 rcc_writel(A_PLLCFGR, R_PLLCFGR_PLLREN_MASK | in test_init_pll()
84 rcc_writel(A_CR, value | R_CR_PLLON_MASK); in test_init_pll()
91 rcc_writel(A_CFGR, (value & ~R_CFGR_SW_MASK) | in test_init_pll()
102 rcc_writel(A_BDCR, R_BDCR_LSEDRV_MASK | R_BDCR_LSEON_MASK); in test_activate_lse()
110 rcc_writel(A_CIER, R_CIER_LSIRDYIE_MASK); in test_irq()
111 rcc_writel(A_CSR, R_CSR_LSION_MASK); in test_irq()
113 rcc_writel(A_CICR, R_CICR_LSIRDYC_MASK); in test_irq()
116 rcc_writel(A_CIER, R_CIER_LSERDYIE_MASK); in test_irq()
117 rcc_writel(A_BDCR, R_BDCR_LSEON_MASK); in test_irq()
119 rcc_writel(A_CICR, R_CICR_LSERDYC_MASK); in test_irq()
126 rcc_writel(A_CIER, R_CIER_MSIRDYIE_MASK); in test_irq()
127 rcc_writel(A_CR, R_CR_MSION_MASK); in test_irq()
130 rcc_writel(A_CIER, R_CIER_HSIRDYIE_MASK); in test_irq()
131 rcc_writel(A_CR, R_CR_HSION_MASK); in test_irq()
133 rcc_writel(A_CICR, R_CICR_HSIRDYC_MASK); in test_irq()
136 rcc_writel(A_CIER, R_CIER_HSERDYIE_MASK); in test_irq()
137 rcc_writel(A_CR, R_CR_HSEON_MASK); in test_irq()
139 rcc_writel(A_CICR, R_CICR_HSERDYC_MASK); in test_irq()
146 rcc_writel(A_CIER, R_CIER_PLLRDYIE_MASK); in test_irq()
147 rcc_writel(A_CR, R_CR_PLLON_MASK); in test_irq()
150 rcc_writel(A_CIER, R_CIER_PLLSAI1RDYIE_MASK); in test_irq()
151 rcc_writel(A_CR, R_CR_PLLSAI1ON_MASK); in test_irq()
153 rcc_writel(A_CICR, R_CICR_PLLSAI1RDYC_MASK); in test_irq()
156 rcc_writel(A_CIER, R_CIER_PLLSAI2RDYIE_MASK); in test_irq()
157 rcc_writel(A_CR, R_CR_PLLSAI2ON_MASK); in test_irq()
159 rcc_writel(A_CICR, R_CICR_PLLSAI2RDYC_MASK); in test_irq()