Home
last modified time | relevance | path

Searched refs:qoriq_clk_pll_def (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm64/qoriq/clk/
H A Dlx2160a_clkgen.c66 static struct qoriq_clk_pll_def pltfrm_pll =
68 static struct qoriq_clk_pll_def cga_pll1 =
70 static struct qoriq_clk_pll_def cga_pll2 =
72 static struct qoriq_clk_pll_def cgb_pll1 =
74 static struct qoriq_clk_pll_def cgb_pll2 =
77 static struct qoriq_clk_pll_def *cg_plls[] = {
85 static struct qoriq_clk_pll_def *cg_plls[] = {
86 &(struct qoriq_clk_pll_def)
88 &(struct qoriq_clk_pll_def)
90 &(struct qoriq_clk_pll_def)
[all …]
H A Dls1088a_clkgen.c55 static struct qoriq_clk_pll_def ls1088a_pltfrm_pll = {
72 static struct qoriq_clk_pll_def ls1088a_cga_pll1 = {
85 static struct qoriq_clk_pll_def ls1088a_cga_pll2 = {
98 static struct qoriq_clk_pll_def *ls1088a_cga_plls[] = {
H A Dls1046a_clkgen.c50 static struct qoriq_clk_pll_def ls1046a_pltfrm_pll = {
67 static struct qoriq_clk_pll_def ls1046a_cga1_pll = {
80 static struct qoriq_clk_pll_def ls1046a_cga2_pll = {
93 static struct qoriq_clk_pll_def *ls1046a_cga_plls[] = {
H A Dls1028a_clkgen.c50 static struct qoriq_clk_pll_def ls1028a_pltfrm_pll = {
67 static struct qoriq_clk_pll_def ls1028a_cga_pll1 = {
80 static struct qoriq_clk_pll_def ls1028a_cga_pll2 = {
93 static struct qoriq_clk_pll_def *ls1028a_cga_plls[] = {
H A Dqoriq_clk_pll.h37 struct qoriq_clk_pll_def { struct
48 const struct qoriq_clk_pll_def *clkdef); argument
H A Dqoriq_clkgen.h79 struct qoriq_clk_pll_def *pltfrm_pll_def;
80 struct qoriq_clk_pll_def **cga_pll;
H A Dqoriq_clk_pll.c104 const struct qoriq_clk_pll_def *clkdef) in qoriq_clk_pll_register()