Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-stm32f4.c27 #define STM32F4_RCC_CR 0x00 macro
810 pll->gate.reg = base + STM32F4_RCC_CR; in stm32f4_rcc_register_pll()
817 pll->status = (readl(base + STM32F4_RCC_CR) >> vco->bit_idx) & 0x1; in stm32f4_rcc_register_pll()