Searched +full:0 +full:x21500000 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | sprd,sc9863a-clk.yaml | 82 reg = <0x21500000 0x1000>; 91 reg = <0x20e00000 0x4000>; 94 ranges = <0 0x20e00000 0x4000>; 96 apahb_gate: apahb-gate@0 { 98 reg = <0x0 0x1020>;
|
/Linux-v5.10/drivers/dma/bestcomm/ |
D | bestcomm.c | 62 for (i=0; i<BCOM_MAX_TASKS; i++) in bcom_task_alloc() 64 bcom_eng->tdt[i].stop = 0xfffffffful; /* dummy addr */ in bcom_task_alloc() 71 if (tasknum < 0) in bcom_task_alloc() 98 memset(tsk->bd, 0x00, bd_count * bd_size); in bcom_task_alloc() 115 bcom_eng->tdt[tasknum].stop = 0; in bcom_task_alloc() 128 bcom_eng->tdt[tsk->tasknum].start = 0; in bcom_task_free() 129 bcom_eng->tdt[tsk->tasknum].stop = 0; in bcom_task_free() 154 if ((task < 0) || (task >= BCOM_MAX_TASKS)) { in bcom_load_image() 189 memset(var, 0x00, BCOM_VAR_SIZE); in bcom_load_image() 190 memset(inc, 0x00, BCOM_INC_SIZE); in bcom_load_image() [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/sprd/ |
D | sc9863a.dtsi | 15 #size-cells = <0>; 46 CPU0: cpu@0 { 49 reg = <0x0 0x0>; 57 reg = <0x0 0x100>; 65 reg = <0x0 0x200>; 73 reg = <0x0 0x300>; 81 reg = <0x0 0x400>; 89 reg = <0x0 0x500>; 97 reg = <0x0 0x600>; 105 reg = <0x0 0x700>; [all …]
|
/Linux-v5.10/drivers/clk/sprd/ |
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 …]
|