Home
last modified time | relevance | path

Searched +full:0 +full:x0003b080 (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Darm-pl08x.txt8 in the hardware and must be specified here as <0x0003b080>. This number
9 follows the PrimeCell standard numbering using the JEP106 vendor code 0x38
40 reg = <0x10130000 0x1000>;
55 dmas = <&dmac0 0 2
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Darm-pl08x.yaml109 reg = <0x10130000 0x1000>;
128 arm,primecell-periphid = <0x0003b080>;
129 reg = <0x67000000 0x1000>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dgemini.dtsi23 pinctrl-0 = <&pflash_default_pins>;
33 reg = <0x40000000 0x1000>;
41 offset = <0x0c>;
43 mask = <0xC0000000>;
51 pinctrl-0 = <&dram_default_pins>, <&system_default_pins>,
161 reg = <0x41000000 0x1000>;
170 reg = <0x42000000 0x100>;
175 pinctrl-0 = <&uart_default_pins>;
181 reg = <0x43000000 0x1000>;
195 reg = <0x45000000 0x100>;
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/gemini/
Dgemini.dtsi23 pinctrl-0 = <&pflash_default_pins>;
31 reg = <0x40000000 0x1000>;
39 offset = <0x0c>;
41 mask = <0xC0000000>;
49 pinctrl-0 = <&dram_default_pins>, <&system_default_pins>,
159 reg = <0x41000000 0x1000>;
168 reg = <0x42000000 0x100>;
173 pinctrl-0 = <&uart_default_pins>;
179 reg = <0x43000000 0x1000>;
193 reg = <0x45000000 0x100>;
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Damba-pl08x.c207 * trigger this txd. Other registers are in llis_va[0].
298 #define PL080_LLI_SRC 0
338 if (plchan->mux_use++ == 0 && pd->get_xfer_signal) { in pl08x_request_mux()
340 if (ret < 0) { in pl08x_request_mux()
341 plchan->mux_use = 0; in pl08x_request_mux()
347 return 0; in pl08x_request_mux()
354 if (plchan->signal >= 0) { in pl08x_release_mux()
355 WARN_ON(plchan->mux_use == 0); in pl08x_release_mux()
357 if (--plchan->mux_use == 0 && pd->put_xfer_signal) { in pl08x_release_mux()
396 "WRITE channel %d: csrc=0x%08x, cdst=0x%08x, " in pl08x_write_lli()
[all …]
/kernel/linux/linux-6.6/drivers/dma/
Damba-pl08x.c207 * trigger this txd. Other registers are in llis_va[0].
298 #define PL080_LLI_SRC 0
338 if (plchan->mux_use++ == 0 && pd->get_xfer_signal) { in pl08x_request_mux()
340 if (ret < 0) { in pl08x_request_mux()
341 plchan->mux_use = 0; in pl08x_request_mux()
347 return 0; in pl08x_request_mux()
354 if (plchan->signal >= 0) { in pl08x_release_mux()
355 WARN_ON(plchan->mux_use == 0); in pl08x_release_mux()
357 if (--plchan->mux_use == 0 && pd->put_xfer_signal) { in pl08x_release_mux()
396 "WRITE channel %d: csrc=0x%08x, cdst=0x%08x, " in pl08x_write_lli()
[all …]