Searched +full:0 +full:x21500000 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
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-6.12.1/drivers/dma/bestcomm/ |
D | bestcomm.c | 59 for (i=0; i<BCOM_MAX_TASKS; i++) in bcom_task_alloc() 61 bcom_eng->tdt[i].stop = 0xfffffffful; /* dummy addr */ in bcom_task_alloc() 68 if (tasknum < 0) in bcom_task_alloc() 95 memset_io(tsk->bd, 0x00, bd_count * bd_size); in bcom_task_alloc() 112 bcom_eng->tdt[tasknum].stop = 0; in bcom_task_alloc() 125 bcom_eng->tdt[tsk->tasknum].start = 0; in bcom_task_free() 126 bcom_eng->tdt[tsk->tasknum].stop = 0; in bcom_task_free() 151 if ((task < 0) || (task >= BCOM_MAX_TASKS)) { in bcom_load_image() 186 memset_io(var, 0x00, BCOM_VAR_SIZE); in bcom_load_image() 187 memset_io(inc, 0x00, BCOM_INC_SIZE); in bcom_load_image() [all …]
|
/linux-6.12.1/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-6.12.1/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 …]
|