Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-inta.yaml25 m ------>| | vint | bit | | 0 |.....|63| vint0 |
32 | | vint | bit | | 0 |.....|63| vintx |
63 const: 0
107 reg = <0x0 0x33d00000 0x0 0x100000>;
113 ti,interrupt-ranges = <0 0 256>;
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-j7200-main.dtsi10 #clock-cells = <0>;
18 reg = <0x00 0x70000000 0x00 0x100000>;
21 ranges = <0x00 0x00 0x70000000 0x100000>;
23 atf-sram@0 {
24 reg = <0x00 0x20000>;
30 reg = <0x00 0x00100000 0x00 0x1c000>;
33 ranges = <0x00 0x00 0x00100000 0x1c000>;
38 mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */
39 <0x4088 0x3>, <0x408c 0x3>; /* SERDES0 lane2/3 select */
45 mux-reg-masks = <0x4000 0x8000000>; /* USB0 to SERDES0 lane 1/3 mux */
[all …]
Dk3-j721s2-main.dtsi11 reg = <0x0 0x70000000 0x0 0x400000>;
14 ranges = <0x0 0x0 0x70000000 0x400000>;
16 atf-sram@0 {
17 reg = <0x0 0x20000>;
21 reg = <0x1f0000 0x10000>;
25 reg = <0x200000 0x200000>;
36 reg = <0x00 0x01800000 0x00 0x100000>, /* GICD */
37 <0x00 0x01900000 0x00 0x100000>, /* GICR */
38 <0x00 0x6f000000 0x00 0x2000>, /* GICC */
39 <0x00 0x6f010000 0x00 0x1000>, /* GICH */
[all …]
Dk3-am65-main.dtsi12 reg = <0x0 0x70000000 0x0 0x200000>;
15 ranges = <0x0 0x0 0x70000000 0x200000>;
17 atf-sram@0 {
18 reg = <0x0 0x20000>;
22 reg = <0xf0000 0x10000>;
26 reg = <0x100000 0x100000>;
37 reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */
38 <0x00 0x01880000 0x00 0x90000>, /* GICR */
39 <0x00 0x6f000000 0x00 0x2000>, /* GICC */
40 <0x00 0x6f010000 0x00 0x1000>, /* GICH */
[all …]
Dk3-j721e-main.dtsi14 #clock-cells = <0>;
16 clock-frequency = <0>;
20 #clock-cells = <0>;
22 clock-frequency = <0>;
29 reg = <0x0 0x70000000 0x0 0x800000>;
32 ranges = <0x0 0x0 0x70000000 0x800000>;
34 atf-sram@0 {
35 reg = <0x0 0x20000>;
41 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */
44 ranges = <0x0 0x0 0x00100000 0x1c000>;
[all …]
/Linux-v6.1/sound/pci/ymfpci/
Dymfpci_main.c71 if ((snd_ymfpci_readw(chip, reg) & 0x8000) == 0) in snd_ymfpci_codec_ready()
72 return 0; in snd_ymfpci_codec_ready()
76 "codec_ready: codec %i is not ready [0x%x]\n", in snd_ymfpci_codec_ready()
86 snd_ymfpci_codec_ready(chip, 0); in snd_ymfpci_codec_write()
95 if (snd_ymfpci_codec_ready(chip, 0)) in snd_ymfpci_codec_read()
96 return ~0; in snd_ymfpci_codec_read()
98 if (snd_ymfpci_codec_ready(chip, 0)) in snd_ymfpci_codec_read()
99 return ~0; in snd_ymfpci_codec_read()
102 for (i = 0; i < 600; i++) in snd_ymfpci_codec_read()
115 case 8000: return 0x02aaab00; in snd_ymfpci_calc_delta()
[all …]