Lines Matching defs:base
52 static void __iomem *base;
375 mux = _get_cmux(base + cfg->mux->offset,
388 div = _get_cdiv(base + cfg->div->offset,
401 gate = _get_cgate(base + cfg->gate->offset,
440 timpre = (readl(base + RCC_CFGR) >> 15) & 0x01;
442 prescaler = (readl(base + RCC_D2CFGR) >> dppre_shift) & 0x03;
514 "sys_ck", CLK_IGNORE_UNUSED, base + RCC_D1CFGR, 8, 4, 0,
518 CLK_IGNORE_UNUSED, base + RCC_D1CFGR, 0, 4, 0,
528 base + RCC_D1CFGR, 4, 3, 0,
534 base + RCC_D2CFGR, 4, 3, 0,
543 base + RCC_D2CFGR, 8, 3, 0, ppre_div_table,
552 base + RCC_D3CFGR, 4, 3, 0,
812 rgate->gate.reg = base + RCC_CR;
817 div->mreg = base + RCC_PLLCKSELR;
820 div->nreg = base + cfg->offset_divr;
824 div->freg_status = base + RCC_PLLCFGR;
826 div->freg_value = base + cfg->offset_frac;
1216 /* get RCC base @ from DT */
1217 base = of_iomap(np, 0);
1218 if (!base) {
1252 base + RCC_CR, 3, 2, CLK_DIVIDER_POWER_OF_TWO,
1256 base + RCC_CFGR, 8, 6, CLK_DIVIDER_ONE_BASED |
1267 stm32_mclk[n].offset + base,
1280 stm32_oclk[n].gate_offset + base,
1289 RCC_CR + base,
1297 RCC_BDCR + base,
1337 pclk[n].flags, base + pclk[n].gate_offset,