STM32F4_RCC_CR
pll->gate.reg = base + STM32F4_RCC_CR;
pll->status = (readl(base + STM32F4_RCC_CR) >> vco->bit_idx) & 0x1;