Searched refs:PLL_OUT (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/clk/tegra/ | 
| D | clk-tegra-periph.c | 560 #define PLL_OUT(_num, _offset, _div_shift, _div_flags, _rst_shift, _id) \  macro 574 	PLL_OUT(1, PLLP_OUTA, 8, 0, 0, pll_p_out1), 575 	PLL_OUT(2, PLLP_OUTA, 24, 0, 16, pll_p_out2), 576 	PLL_OUT(2, PLLP_OUTA, 24, TEGRA_DIVIDER_INT, 16, pll_p_out2_int), 577 	PLL_OUT(3, PLLP_OUTB, 8, 0, 0, pll_p_out3), 578 	PLL_OUT(4, PLLP_OUTB, 24, 0, 16, pll_p_out4), 579 	PLL_OUT(5, PLLP_OUTC, 24, 0, 16, pll_p_out5),
  |