Home
last modified time | relevance | path

Searched +full:0 +full:x64e00000 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,k3-dsp-rproc.yaml161 mailbox0_cluster3: mailbox-0 {
173 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
174 <0x00 0x64800000 0x00 0x64800000 0x00 0x00800000>, /* C71_0 */
175 <0x4d 0x80800000 0x4d 0x80800000 0x00 0x00800000>, /* C66_0 */
176 <0x4d 0x81800000 0x4d 0x81800000 0x00 0x00800000>; /* C66_1 */
181 reg = <0x4d 0x80800000 0x00 0x00048000>,
182 <0x4d 0x80e00000 0x00 0x00008000>,
183 <0x4d 0x80f00000 0x00 0x00008000>;
187 ti,sci-proc-ids = <0x03 0xFF>;
198 reg = <0x00 0x64800000 0x00 0x00080000>,
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721s2-main.dtsi13 #clock-cells = <0>;
15 clock-frequency = <0>;
22 reg = <0x0 0x70000000 0x0 0x400000>;
25 ranges = <0x0 0x0 0x70000000 0x400000>;
27 atf-sram@0 {
28 reg = <0x0 0x20000>;
32 reg = <0x1f0000 0x10000>;
36 reg = <0x200000 0x200000>;
42 reg = <0x00 0x00104000 0x00 0x18000>;
45 ranges = <0x00 0x00 0x00104000 0x18000>;
[all …]
H A Dk3-j721e-main.dtsi15 #clock-cells = <0>;
17 clock-frequency = <0>;
21 #clock-cells = <0>;
23 clock-frequency = <0>;
30 reg = <0x0 0x70000000 0x0 0x800000>;
33 ranges = <0x0 0x0 0x70000000 0x800000>;
35 atf-sram@0 {
36 reg = <0x0 0x20000>;
42 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */
45 ranges = <0x0 0x0 0x00100000 0x1c000>;
[all …]
H A Dk3-j784s4-main.dtsi16 #clock-cells = <0>;
26 reg = <0x00 0x70000000 0x00 0x800000>;
29 ranges = <0x00 0x00 0x70000000 0x800000>;
31 atf-sram@0 {
32 reg = <0x00 0x20000>;
36 reg = <0x1f0000 0x10000>;
40 reg = <0x200000 0x200000>;
46 reg = <0x00 0x00100000 0x00 0x1c000>;
49 ranges = <0x00 0x00 0x00100000 0x1c000>;
53 reg = <0x4034 0x4>;
[all …]
/linux/drivers/parport/
H A Dparport_pc.c25 * base+0 data
33 * base+0x400 ECP config A
34 * base+0x401 ECP config B
35 * base+0x402 ECP control
42 * Note that the ECP registers may not start at offset 0x400 for PCI cards,
85 #define ECR_MODE_MASK 0xe0
86 #define ECR_WRITE(p, v) frob_econtrol((p), 0xff, (v))
95 } superios[NR_SUPERIOS] = { {0,},};
111 unsigned char ectr = 0; in frob_econtrol()
114 if (m != 0xff) in frob_econtrol()
[all …]