Searched +full:sun9i +full:- +full:a80 +full:- +full:gt +full:- +full:clk (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-gt-clk.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A80 GT Bus Clock10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 "#clock-cells":20 const: allwinner,sun9i-a80-gt-clk30 clock-output-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Copyright 2014 Chen-Yu Tsai5 * Chen-Yu Tsai <wens@csie.org>8 #include <linux/clk.h>9 #include <linux/clk-provider.h>14 #include "clk-factors.h"18 * sun9i_a80_get_pll4_factors() - calculates n, p, m factors for PLL433 n = DIV_ROUND_UP(req->rate, 6000000); in sun9i_a80_get_pll4_factors()53 req->rate = ((24000000 * n) >> p) / (m + 1); in sun9i_a80_get_pll4_factors()54 req->n = n; in sun9i_a80_get_pll4_factors()[all …]