HomeSort by: relevance | last modified time | path
    Searched defs:ch1_mdiv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm53xx_board.c 232 const uint32_t ch1_mdiv = bcm53xx_value_wrap(control6, local in function:bcm53xx_genpll_clock_init
240 clk->clk_robo = clk->clk_genpll / ch1_mdiv; // GENPLL CH1
260 const uint32_t ch1_mdiv = bcm53xx_value_wrap(control2, local in function:bcm53xx_lcpll_clock_init
268 clk->clk_sdio = clk->clk_lcpll / ch1_mdiv; // LCPLL CH1
bcm53xx_board.c 232 const uint32_t ch1_mdiv = bcm53xx_value_wrap(control6, local in function:bcm53xx_genpll_clock_init
240 clk->clk_robo = clk->clk_genpll / ch1_mdiv; // GENPLL CH1
260 const uint32_t ch1_mdiv = bcm53xx_value_wrap(control2, local in function:bcm53xx_lcpll_clock_init
268 clk->clk_sdio = clk->clk_lcpll / ch1_mdiv; // LCPLL CH1

Completed in 55 milliseconds