Home
last modified time | relevance | path

Searched +full:0 +full:x40e00000 (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/arch/arm/boot/dts/
Dpxa2xx.dtsi64 reg = <0x40d00000 0xd0>;
69 #address-cells = <0x1>;
70 #size-cells = <0x1>;
71 reg = <0x40e00000 0x10000>;
73 #gpio-cells = <0x2>;
77 #interrupt-cells = <0x2>;
81 reg = <0x40e00000 0x4>;
85 reg = <0x40e00004 0x4>;
89 reg = <0x40e00008 0x4>;
92 reg = <0x40e0000c 0x4>;
[all …]
Dpxa3xx.dtsi6 ((gpio <= 2) ? (0x00b4 + 4 * gpio) : \
7 (gpio <= 26) ? (0x027c + 4 * (gpio - 3)) : \
8 (gpio <= 98) ? (0x0400 + 4 * (gpio - 27)) : \
9 (gpio <= 127) ? (0x0600 + 4 * (gpio - 99)) : \
10 0)
12 ((gpio <= 1) ? (0x674 + 4 * gpio) : \
13 (gpio <= 6) ? (0x2dc + 4 * gpio) : \
14 0)
17 ((gpio <= 2) ? (0x00b4 + 4 * gpio) : \
18 (gpio <= 26) ? (0x027c + 4 * (gpio - 3)) : \
[all …]
Ddra7.dtsi61 reg = <0x0 0x48211000 0x0 0x1000>,
62 <0x0 0x48212000 0x0 0x2000>,
63 <0x0 0x48214000 0x0 0x2000>,
64 <0x0 0x48216000 0x0 0x2000>;
73 reg = <0x0 0x48281000 0x0 0x1000>;
79 #size-cells = <0>;
81 cpu0: cpu@0 {
84 reg = <0>;
108 opp-supported-hw = <0xFF 0x01>;
117 opp-supported-hw = <0xFF 0x02>;
[all …]
/Linux-v6.1/arch/arm/mach-pxa/
Dmfp-pxa2xx.c26 #define PGSR(x) __REG2(0x40F00020, (x) << 2)
27 #define __GAFR(u, x) __REG2((u) ? 0x40E00058 : 0x40E00054, (x) << 3)
28 #define GAFR_L(x) __GAFR(0, x)
31 #define BANK_OFF(n) (((n) < 3) ? (n) << 2 : 0x100 + (((n) - 3) << 2))
32 #define GPLR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5))
33 #define GPDR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x0c)
34 #define GPSR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x18)
35 #define GPCR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x24)
45 unsigned int mux_mask; /* bit mask of muxed gpio bits, 0 if no mux */
57 int uorl = !!(gpio & 0x10); /* GAFRx_U or GAFRx_L ? */ in __mfp_config_gpio()
[all …]
Ddevices.c57 [0] = {
58 .start = 0x41100000,
59 .end = 0x41100fff,
69 static u64 pxamci_dmamask = 0xffffffffUL;
73 .id = 0,
76 .coherent_dma_mask = 0xffffffff,
98 [0] = {
99 .start = 0x40600000,
100 .end = 0x4060ffff,
110 static u64 udc_dma_mask = ~(u32)0;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dxlnx,emaclite.yaml56 reg = <0x40e00000 0x10000>;
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dmrvl-gpio.yaml51 pattern: '^gpio@[0-9a-f]+$'
97 '^gpio@[0-9a-f]*$':
129 reg = <0x40e00000 0x10000>;
144 reg = <0xd4019000 0x1000>;
156 reg = <0xd4019000 0x4>;
160 reg = <0xd4019004 0x4>;
164 reg = <0xd4019008 0x4>;
168 reg = <0xd4019100 0x4>;
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Dti,omap-remoteproc.yaml235 reg = <0x98000000 0x800000>;
244 ti,bootreg = <&scm_conf 0x304 0>;
250 clocks = <&tesla_clkctrl OMAP4_DSP_CLKCTRL 0>;
251 resets = <&prm_tesla 0>, <&prm_tesla 1>;
268 reg = <0 0x95800000 0 0x3800000>;
280 reg = <0x55020000 0x10000>;
287 clocks = <&ipu_clkctrl OMAP5_MMU_IPU_CLKCTRL 0>;
305 reg = <0x0 0x99000000 0x0 0x4000000>;
317 reg = <0x40800000 0x48000>,
318 <0x40e00000 0x8000>,
[all …]
/Linux-v6.1/sound/pci/mixart/
Dmixart_mixer.c24 0xc2c00000, /* [000] -96.0 dB */
25 0xc2bf0000, /* [001] -95.5 dB */
26 0xc2be0000, /* [002] -95.0 dB */
27 0xc2bd0000, /* [003] -94.5 dB */
28 0xc2bc0000, /* [004] -94.0 dB */
29 0xc2bb0000, /* [005] -93.5 dB */
30 0xc2ba0000, /* [006] -93.0 dB */
31 0xc2b90000, /* [007] -92.5 dB */
32 0xc2b80000, /* [008] -92.0 dB */
33 0xc2b70000, /* [009] -91.5 dB */
[all …]
/Linux-v6.1/sound/pci/hda/
Dpatch_ca0132.c37 #define FLOAT_ZERO 0x00000000
38 #define FLOAT_ONE 0x3f800000
39 #define FLOAT_TWO 0x40000000
40 #define FLOAT_THREE 0x40400000
41 #define FLOAT_FIVE 0x40a00000
42 #define FLOAT_SIX 0x40c00000
43 #define FLOAT_EIGHT 0x41000000
44 #define FLOAT_MINUS_5 0xc0a00000
46 #define UNSOL_TAG_DSP 0x16
55 #define MASTERCONTROL 0x80
[all …]
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Drtw8822c_table.c16 0x83000000, 0x00000000, 0x40000000, 0x00000000,
17 0x1D90, 0x300001FF,
18 0x1D90, 0x300101FE,
19 0x1D90, 0x300201FD,
20 0x1D90, 0x300301FC,
21 0x1D90, 0x300401FB,
22 0x1D90, 0x300501FA,
23 0x1D90, 0x300601F9,
24 0x1D90, 0x300701F8,
25 0x1D90, 0x300801F7,
[all …]