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

  /src/sys/arch/arm/broadcom/
bcm53xx_board.c 230 const uint32_t ch0_mdiv = bcm53xx_value_wrap(control6, local in function:bcm53xx_genpll_clock_init
239 clk->clk_mac = clk->clk_genpll / ch0_mdiv; // GENPLL CH0
258 const uint32_t ch0_mdiv = bcm53xx_value_wrap(control2, local in function:bcm53xx_lcpll_clock_init
267 clk->clk_pcie_ref = clk->clk_lcpll / ch0_mdiv; // LCPLL CH0
bcm53xx_board.c 230 const uint32_t ch0_mdiv = bcm53xx_value_wrap(control6, local in function:bcm53xx_genpll_clock_init
239 clk->clk_mac = clk->clk_genpll / ch0_mdiv; // GENPLL CH0
258 const uint32_t ch0_mdiv = bcm53xx_value_wrap(control2, local in function:bcm53xx_lcpll_clock_init
267 clk->clk_pcie_ref = clk->clk_lcpll / ch0_mdiv; // LCPLL CH0

Completed in 26 milliseconds