Searched refs:div2 (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/apusys/ |
A D | apupwr_clkctl.h | 16 int32_t apupwr_smc_pll_set_rate(uint32_t pll, bool div2, uint32_t domain);
|
A D | apupwr_clkctl.c | 200 int32_t apupwr_smc_pll_set_rate(uint32_t freq, bool div2, uint32_t domain) in apupwr_smc_pll_set_rate() argument 251 anpu_pll_set_rate(domain, PLL_MODE, (div2) ? (freq * 2) : freq); in apupwr_smc_pll_set_rate() 253 if (div2) { in apupwr_smc_pll_set_rate() 307 __func__, __LINE__, domain, (div2) ? (freq * 2) : freq); in apupwr_smc_pll_set_rate()
|
/arm-trusted-firmware-2.8.0/include/arch/aarch32/ |
A D | asm_macros.S | 229 div2: label 235 bhs div2
|
/arm-trusted-firmware-2.8.0/plat/xilinx/zynqmp/pm_service/ |
A D | pm_api_clock.c | 2702 const enum clock_id div2; member 2713 .div2 = CLK_IOPLL_INT_MUX, 2720 .div2 = CLK_RPLL_INT_MUX, 2727 .div2 = CLK_APLL_INT_MUX, 2734 .div2 = CLK_VPLL_INT_MUX, 2741 .div2 = CLK_DPLL_INT_MUX, 2798 pm_plls[i].div2 == clock_id || in pm_clock_get_pll_by_related_clk() 2910 if (pll->div2 == clock_id) { in pm_clock_pll_set_parent() 2943 if (pll->div2 == clock_id) { in pm_clock_pll_get_parent()
|
Completed in 8 milliseconds