Searched +full:0 +full:x21500000 (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | sprd,sc9863a-clk.yaml | 81 reg = <0x21500000 0x1000>; 90 reg = <0x20e00000 0x4000>; 93 ranges = <0 0x20e00000 0x4000>; 95 apahb_gate: apahb-gate@0 { 97 reg = <0x0 0x1020>;
|
| /linux/drivers/clk/sprd/ |
| H A D | sc9863a-clk.c | 26 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll0_gate, "mpll0-gate", "ext-26m", 0x94, 27 0x1000, BIT(0), CLK_IGNORE_UNUSED, 0, 240); 28 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll0_gate, "dpll0-gate", "ext-26m", 0x98, 29 0x1000, BIT(0), 0, 0, 240); 30 static SPRD_PLL_SC_GATE_CLK_FW_NAME(lpll_gate, "lpll-gate", "ext-26m", 0x9c, 31 0x1000, BIT(0), 0, 0, 240); 32 static SPRD_PLL_SC_GATE_CLK_FW_NAME(gpll_gate, "gpll-gate", "ext-26m", 0xa8, 33 0x1000, BIT(0), 0, 0, 240); 34 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll1_gate, "dpll1-gate", "ext-26m", 0x1dc, 35 0x1000, BIT(0), 0, 0, 240); [all …]
|