Home
last modified time | relevance | path

Searched +full:0 +full:x48310000 (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dgpio.h27 #define OMAP34XX_GPIO1_BASE 0x48310000
28 #define OMAP34XX_GPIO2_BASE 0x49050000
29 #define OMAP34XX_GPIO3_BASE 0x49052000
30 #define OMAP34XX_GPIO4_BASE 0x49054000
31 #define OMAP34XX_GPIO5_BASE 0x49056000
32 #define OMAP34XX_GPIO6_BASE 0x49058000
/openbmc/linux/Documentation/devicetree/bindings/rng/
H A Domap_rng.yaml69 reg = <0x48310000 0x2000>;
76 reg = <0xf2760000 0x7d>;
77 interrupts = <0 59 4>;
/openbmc/linux/arch/arm/mach-omap2/
H A Diomap.h33 #define OMAP2_L3_IO_OFFSET 0x90000000
36 #define OMAP2_L4_IO_OFFSET 0xb2000000
39 #define OMAP4_L3_IO_OFFSET 0xb4000000
42 #define AM33XX_L4_WK_IO_OFFSET 0xb5000000
45 #define OMAP4_L3_PER_IO_OFFSET 0xb1100000
48 #define OMAP2_EMU_IO_OFFSET 0xaa800000 /* Emulation */
58 #define L3_24XX_PHYS L3_24XX_BASE /* 0x68000000 --> 0xf8000000*/
61 #define L4_24XX_PHYS L4_24XX_BASE /* 0x48000000 --> 0xfa000000 */
65 #define L4_WK_243X_PHYS L4_WK_243X_BASE /* 0x49000000 --> 0xfb000000 */
70 /* 0x6e000000 --> 0xfe000000 */
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Domap3.dtsi33 #size-cells = <0>;
35 cpu@0 {
38 reg = <0x0>;
49 reg = <0x54000000 0x800000>;
84 reg = <0x68000000 0x10000>;
95 ranges = <0 0x48000000 0x1000000>;
99 reg = <0x2000 0x2000>;
102 ranges = <0 0x2000 0x2000>;
107 reg = <0x30 0x238>;
109 #size-cells = <0>;
[all …]
H A Dam33xx.dtsi46 #size-cells = <0>;
47 cpu@0 {
50 reg = <0>;
73 opp-supported-hw = <0x06 0x0010>;
80 opp-supported-hw = <0x01 0x00FF>;
87 opp-supported-hw = <0x06 0x0020>;
94 opp-supported-hw = <0x01 0xFFFF>;
100 opp-supported-hw = <0x06 0x0040>;
106 opp-supported-hw = <0x01 0xFFFF>;
112 opp-supported-hw = <0x06 0x0080>;
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3.dtsi34 #size-cells = <0>;
36 cpu@0 {
39 reg = <0x0>;
50 reg = <0x54000000 0x800000>;
85 reg = <0x68000000 0x10000>;
96 ranges = <0 0x48000000 0x1000000>;
100 reg = <0x2000 0x2000>;
103 ranges = <0 0x2000 0x2000>;
108 reg = <0x30 0x238>;
110 #size-cells = <0>;
[all …]
H A Dam33xx-l4.dtsi1 &l4_wkup { /* 0x44c00000 */
4 clocks = <&l4_wkup_clkctrl AM3_L4_WKUP_L4_WKUP_CLKCTRL 0>;
6 reg = <0x44c00000 0x800>,
7 <0x44c00800 0x800>,
8 <0x44c01000 0x400>,
9 <0x44c01400 0x400>;
13 ranges = <0x00000000 0x44c00000 0x100000>, /* segment 0 */
14 <0x00100000 0x44d00000 0x100000>, /* segment 1 */
15 <0x00200000 0x44e00000 0x100000>; /* segment 2 */
17 segment@0 { /* 0x44c00000 */
[all …]
H A Dam437x-l4.dtsi1 &l4_wkup { /* 0x44c00000 */
4 clocks = <&l4_wkup_clkctrl AM4_L4_WKUP_L4_WKUP_CLKCTRL 0>;
6 reg = <0x44c00000 0x800>,
7 <0x44c00800 0x800>,
8 <0x44c01000 0x400>,
9 <0x44c01400 0x400>;
13 ranges = <0x00000000 0x44c00000 0x100000>, /* segment 0 */
14 <0x00100000 0x44d00000 0x100000>, /* segment 1 */
15 <0x00200000 0x44e00000 0x100000>; /* segment 2 */
17 segment@0 { /* 0x44c00000 */
[all …]
/openbmc/linux/drivers/bus/
H A Dti-sysc.c30 #define DIS_SGX BIT(0)
167 writew_relaxed(value & 0xffff, ddata->module_va + offset); in sysc_write()
170 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_write()
191 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_read()
213 if (offset < 0) in sysc_read_revision()
214 return 0; in sysc_read_revision()
223 if (offset < 0) in sysc_read_sysconfig()
224 return 0; in sysc_read_sysconfig()
233 if (offset < 0) in sysc_read_sysstatus()
234 return 0; in sysc_read_sysstatus()
[all …]