Home
last modified time | relevance | path

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

/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-inta.yaml25 m ------>| | vint | bit | | 0 |.....|63| vint0 |
32 | | vint | bit | | 0 |.....|63| vintx |
102 reg = <0x0 0x33d00000 0x0 0x100000>;
108 ti,interrupt-ranges = <0 0 256>;
/linux-5.10/arch/arm64/boot/dts/ti/
Dk3-j7200-main.dtsi11 reg = <0x00 0x70000000 0x00 0x100000>;
14 ranges = <0x00 0x00 0x70000000 0x100000>;
16 atf-sram@0 {
17 reg = <0x00 0x20000>;
23 reg = <0x00 0x00100000 0x00 0x1c000>;
26 ranges = <0x00 0x00 0x00100000 0x1c000>;
31 mux-reg-masks = <0x4080 0x3>, <0x4084 0x3>, /* SERDES0 lane0/1 select */
32 <0x4088 0x3>, <0x408c 0x3>; /* SERDES0 lane2/3 select */
38 mux-reg-masks = <0x4000 0x8000000>; /* USB0 to SERDES0 lane 1/3 mux */
49 reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */
[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 */
47 reg = <0x00 0x01820000 0x00 0x10000>;
48 socionext,synquacer-pre-its = <0x1000000 0x400000>;
[all …]
Dk3-j721e-main.dtsi14 reg = <0x0 0x70000000 0x0 0x800000>;
17 ranges = <0x0 0x0 0x70000000 0x800000>;
19 atf-sram@0 {
20 reg = <0x0 0x20000>;
26 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */
29 ranges = <0x0 0x0 0x00100000 0x1c000>;
33 reg = <0x00004070 0x4>;
36 ranges = <0x4070 0x4070 0x4>;
41 reg = <0x00004074 0x4>;
44 ranges = <0x4074 0x4074 0x4>;
[all …]
/linux-5.10/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 …]