Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/ti/
H A 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 …]
/linux/sound/pci/ymfpci/
H A Dymfpci_main.c66 if ((snd_ymfpci_readw(chip, reg) & 0x8000) == 0) in snd_ymfpci_codec_ready()
67 return 0; in snd_ymfpci_codec_ready()
71 "codec_ready: codec %i is not ready [0x%x]\n", in snd_ymfpci_codec_ready()
81 snd_ymfpci_codec_ready(chip, 0); in snd_ymfpci_codec_write()
90 if (snd_ymfpci_codec_ready(chip, 0)) in snd_ymfpci_codec_read()
91 return ~0; in snd_ymfpci_codec_read()
93 if (snd_ymfpci_codec_ready(chip, 0)) in snd_ymfpci_codec_read()
94 return ~0; in snd_ymfpci_codec_read()
97 for (i = 0; i < 600; i++) in snd_ymfpci_codec_read()
110 case 8000: return 0x02aaab00; in snd_ymfpci_calc_delta()
[all …]