/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | tegra20-dc.txt | 43 reg = <0x50000000 0x00024000>; 44 interrupts = <0 65 0x04 /* mpcore syncpt */ 45 0 67 0x04>; /* mpcore general */ 51 ranges = <0x54000000 0x54000000 0x04000000>; 55 reg = <0x54200000 0x00040000>; 56 interrupts = <0 73 0x04>; 79 nvidia,pwm = <&pwm 2 0>; 80 nvidia,backlight-enable-gpios = <&gpio 28 0>; /* PD4 */ 81 nvidia,lvds-shutdown-gpios = <&gpio 10 0>; /* PB2 */ 82 nvidia,backlight-vdd-gpios = <&gpio 176 0>; /* PW0 */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/tegra/ |
H A D | nvidia,tegra20-host1x.yaml | 175 use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to 202 - description: host1x syncpoint interrupt 0 226 use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to 240 reg = <0x50000000 0x00024000>; 241 interrupts = <0 65 0x04>, /* mpcore syncpt */ 242 <0 67 0x04>; /* mpcore general */ 252 ranges = <0x54000000 0x54000000 0x04000000>; 256 reg = <0x54040000 0x00040000>; 257 interrupts = <0 68 0x04>; 265 reg = <0x54080000 0x00040000>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | marvell,pxa300-gcu.txt | 14 reg = <0x54000000 0x1000>;
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp4xx.dtsi | 19 * windows in the 256MB space from 0x50000000 to 0x5fffffff. 26 ranges = <0 0x0 0x50000000 0x01000000>, 27 <1 0x0 0x51000000 0x01000000>, 28 <2 0x0 0x52000000 0x01000000>, 29 <3 0x0 0x53000000 0x01000000>, 30 <4 0x0 0x54000000 0x01000000>, 31 <5 0x0 0x55000000 0x01000000>, 32 <6 0x0 0x56000000 0x01000000>, 33 <7 0x0 0x57000000 0x01000000>; 34 dma-ranges = <0 0x0 0x50000000 0x01000000>, [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap44xx.h | 17 #define L4_44XX_BASE 0x4a000000 18 #define L4_WK_44XX_BASE 0x4a300000 19 #define L4_PER_44XX_BASE 0x48000000 20 #define L4_EMU_44XX_BASE 0x54000000 21 #define L3_44XX_BASE 0x44000000 22 #define OMAP44XX_EMIF1_BASE 0x4c000000 23 #define OMAP44XX_EMIF2_BASE 0x4d000000 24 #define OMAP44XX_DMM_BASE 0x4e000000 25 #define OMAP4430_32KSYNCT_BASE 0x4a304000 26 #define OMAP4430_CM1_BASE 0x4a004000 [all …]
|
H A D | omap34xx.h | 17 #define L4_34XX_BASE 0x48000000 18 #define L4_WK_34XX_BASE 0x48300000 19 #define L4_PER_34XX_BASE 0x49000000 20 #define L4_EMU_34XX_BASE 0x54000000 21 #define L3_34XX_BASE 0x68000000 23 #define L4_WK_AM33XX_BASE 0x44C00000 25 #define OMAP3430_32KSYNCT_BASE 0x48320000 26 #define OMAP3430_CM_BASE 0x48004800 27 #define OMAP3430_PRM_BASE 0x48306800 28 #define OMAP343X_SMS_BASE 0x6C000000 [all …]
|
H A D | iomap.h | 33 #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/linux/arch/arm/mach-pxa/ |
H A D | pxa-regs.h | 14 #define UNCACHED_PHYS_0 0xfe000000 15 #define UNCACHED_PHYS_0_SIZE 0x00100000 20 * 0x40000000 - 0x41ffffff <--> 0xf2000000 - 0xf3ffffff 21 * 0x44000000 - 0x45ffffff <--> 0xf4000000 - 0xf5ffffff 22 * 0x48000000 - 0x49ffffff <--> 0xf6000000 - 0xf7ffffff 23 * 0x4c000000 - 0x4dffffff <--> 0xf8000000 - 0xf9ffffff 24 * 0x50000000 - 0x51ffffff <--> 0xfa000000 - 0xfbffffff 25 * 0x54000000 - 0x55ffffff <--> 0xfc000000 - 0xfdffffff 26 * 0x58000000 - 0x59ffffff <--> 0xfe000000 - 0xffffffff 31 #define io_v2p(x) (0x3c000000 + ((x) & 0x01ffffff) + (((x) & 0x0e000000) << 1)) [all …]
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-nexus7-tilapia-memory-timings.dtsi | 13 emc-timings-0 { 17 nvidia,emc-auto-cal-interval = <0x001fffff>; 18 nvidia,emc-mode-1 = <0x80100002>; 19 nvidia,emc-mode-2 = <0x80200018>; 20 nvidia,emc-mode-reset = <0x80000b71>; 21 nvidia,emc-zcal-cnt-long = <0x00000040>; 25 0x0000001f /* EMC_RC */ 26 0x00000069 /* EMC_RFC */ 27 0x00000017 /* EMC_RAS */ 28 0x00000007 /* EMC_RP */ [all …]
|
H A D | tegra30-asus-tf300t.dts | 75 reg = <0x10>; 94 mount-matrix = "0", "-1", "0", 95 "-1", "0", "0", 96 "0", "0", "-1"; 100 mount-matrix = "-1", "0", "0", 101 "0", "1", "0", 102 "0", "0", "-1"; 107 mount-matrix = "0", "-1", "0", 108 "-1", "0", "0", 109 "0", "0", "1"; [all …]
|
H A D | tegra30-asus-tf300tg.dts | 22 <TEGRA_GPIO(X, 0) GPIO_ACTIVE_HIGH>, 171 reg = <0x10>; 190 mount-matrix = "1", "0", "0", 191 "0", "-1", "0", 192 "0", "0", "-1"; 196 mount-matrix = "-1", "0", "0", 197 "0", "1", "0", 198 "0", "0", "-1"; 203 mount-matrix = "0", "-1", "0", 204 "-1", "0", "0", [all …]
|
H A D | tegra30-asus-tf700t.dts | 18 port@0 { 92 reg = <0x10>; 111 mount-matrix = "1", "0", "0", 112 "0", "-1", "0", 113 "0", "0", "-1"; 117 mount-matrix = "0", "1", "0", 118 "1", "0", "0", 119 "0", "0", "-1"; 124 mount-matrix = "0", "-1", "0", 125 "-1", "0", "0", [all …]
|
H A D | tegra114.dtsi | 17 reg = <0x80000000 0x0>; 22 reg = <0x40000000 0x40000>; 25 ranges = <0 0x40000000 0x40000>; 28 reg = <0x400 0x3fc00>; 35 reg = <0x50000000 0x00028000>; 48 ranges = <0x54000000 0x54000000 0x01000000>; 52 reg = <0x54140000 0x00040000>; 63 reg = <0x54180000 0x00040000>; 73 reg = <0x54200000 0x00040000>; 83 nvidia,head = <0>; [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | zipitz2.h | 23 #define CONFIG_ENV_ADDR 0x40000 24 #define CONFIG_ENV_SIZE 0x10000 30 "if mmc rescan && ext2load mmc 0 0xa0000000 boot/uboot.script ;"\ 32 "source 0xa0000000; " \ 34 "bootm 0x50000; " \ 55 #define CONFIG_SYS_MMC_BASE 0xF0000000 83 #define CONFIG_SYS_CPUSPEED 0x190 /* standard setting for 312MHz; L=16, N=1.5, A=0, SDCLK!=System… 88 #define PHYS_SRAM 0x5c000000 /* SRAM Bank #1 */ 89 #define PHYS_SRAM_SIZE 0x00040000 /* 256k */ 94 #define PHYS_SDRAM_1 0xa0000000 /* SDRAM Bank #1 */ [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/gpu/ |
H A D | nvidia,tegra20-host1x.txt | 244 reg = <0x50000000 0x00024000>; 245 interrupts = <0 65 0x04 /* mpcore syncpt */ 246 0 67 0x04>; /* mpcore general */ 254 ranges = <0x54000000 0x54000000 0x04000000>; 258 reg = <0x54040000 0x00040000>; 259 interrupts = <0 68 0x04>; 267 reg = <0x54080000 0x00040000>; 268 interrupts = <0 69 0x04>; 276 reg = <0x540c0000 0x00040000>; 277 interrupts = <0 70 0x04>; [all …]
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cpu_asm.h | 9 #define BIT_C 0x00000001 11 #define OP_BLR 0x4e800020 12 #define OP_EXTSB 0x7c000774 13 #define OP_EXTSH 0x7c000734 14 #define OP_NEG 0x7c0000d0 15 #define OP_CNTLZW 0x7c000034 16 #define OP_ADD 0x7c000214 17 #define OP_ADDC 0x7c000014 18 #define OP_ADDME 0x7c0001d4 19 #define OP_ADDZE 0x7c000194 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | nvidia,tegra30-emc.yaml | 35 const: 0 53 "^emc-timings-[0-9]+$": 62 "^timing-[0-9]+$": 75 minimum: 0 91 Mode Register 0. 98 minimum: 0 239 reg = <0x7000f400 0x400>; 240 interrupts = <0 78 4>; 247 #interconnect-cells = <0>; 255 nvidia,emc-auto-cal-interval = <0x001fffff>; [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra20.dtsi | 14 reg = <0x50000000 0x00024000>; 24 ranges = <0x54000000 0x54000000 0x04000000>; 28 reg = <0x54040000 0x00040000>; 37 reg = <0x54080000 0x00040000>; 46 reg = <0x540c0000 0x00040000>; 55 reg = <0x54100000 0x00040000>; 64 reg = <0x54140000 0x00040000>; 73 reg = <0x54180000 0x00040000>; 81 reg = <0x54200000 0x00040000>; 89 nvidia,head = <0>; [all …]
|
H A D | tegra114.dtsi | 15 reg = <0x50000000 0x00028000>; 25 ranges = <0x54000000 0x54000000 0x01000000>; 29 reg = <0x54140000 0x00040000>; 38 reg = <0x54180000 0x00040000>; 46 reg = <0x54200000 0x00040000>; 56 nvidia,head = <0>; 65 reg = <0x54240000 0x00040000>; 84 reg = <0x54280000 0x00040000>; 96 reg = <0x54300000 0x00040000>; 103 nvidia,mipi-calibrate = <&mipi 0x060>; /* DSIA & DSIB pads */ [all …]
|
H A D | tegra210.dtsi | 17 reg = <0x0 0x01003000 0x0 0x00000800 /* PADS registers */ 18 0x0 0x01003800 0x0 0x00000800 /* AFI registers */ 19 0x0 0x02000000 0x0 0x10000000>; /* configuration space */ 26 interrupt-map-mask = <0 0 0 0>; 27 interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; 29 bus-range = <0x00 0xff>; 33 ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000 /* port 0 configuration space */ 34 0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000 /* port 1 configuration space */ 35 0x81000000 0 0x0 0x0 0x12000000 0 0x00010000 /* downstream I/O (64 KiB) */ 36 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */ [all …]
|
H A D | tegra30.dtsi | 16 reg = <0x00003000 0x00000800 /* PADS registers */ 17 0x00003800 0x00000200 /* AFI registers */ 18 0x10000000 0x10000000>; /* configuration space */ 25 interrupt-map-mask = <0 0 0 0>; 26 interrupt-map = <0 0 0 0 &intc GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; 28 bus-range = <0x00 0xff>; 32 ranges = <0x82000000 0 0x00000000 0x00000000 0 0x00001000 /* port 0 configuration space */ 33 0x82000000 0 0x00001000 0x00001000 0 0x00001000 /* port 1 configuration space */ 34 0x82000000 0 0x00004000 0x00004000 0 0x00001000 /* port 2 configuration space */ 35 0x81000000 0 0 0x02000000 0 0x00010000 /* downstream I/O */ [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mmio.c | 21 [INT_SOURCE_CSR] = 0xd7010, 22 [INT_MASK_CSR] = 0xd7014, 23 [INT1_SOURCE_CSR] = 0xd7088, 24 [INT1_MASK_CSR] = 0xd708c, 25 [INT_MCU_CMD_SOURCE] = 0xd51f0, 26 [INT_MCU_CMD_EVENT] = 0x3108, 27 [WFDMA0_ADDR] = 0xd4000, 28 [WFDMA0_PCIE1_ADDR] = 0xd8000, 29 [WFDMA_EXT_CSR_ADDR] = 0xd7000, 30 [CBTOP1_PHY_END] = 0x77ffffff, [all …]
|
/openbmc/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa3xx.dtsi | 6 ((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 …]
|
/openbmc/qemu/contrib/plugins/ |
H A D | howvec.c | 25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) 62 * 31..28 27..24 23..20 19..16 15..12 11..8 7..4 3..0 66 { " UDEF", "udef", 0xffff0000, 0x00000000, COUNT_NONE}, 67 { " SVE", "sve", 0x1e000000, 0x04000000, COUNT_CLASS}, 68 { "Reserved", "res", 0x1e000000, 0x00000000, COUNT_CLASS}, 70 { " PCrel addr", "pcrel", 0x1f000000, 0x10000000, COUNT_CLASS}, 71 { " Add/Sub (imm,tags)", "asit", 0x1f800000, 0x11800000, COUNT_CLASS}, 72 { " Add/Sub (imm)", "asi", 0x1f000000, 0x11000000, COUNT_CLASS}, 73 { " Logical (imm)", "logi", 0x1f800000, 0x12000000, COUNT_CLASS}, 74 { " Move Wide (imm)", "movwi", 0x1f800000, 0x12800000, COUNT_CLASS}, [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mmio.c | 15 [WF_AGG_BASE] = { { 0x820e2000, 0x820f2000, 0x830e2000 } }, 16 [WF_ARB_BASE] = { { 0x820e3000, 0x820f3000, 0x830e3000 } }, 17 [WF_TMAC_BASE] = { { 0x820e4000, 0x820f4000, 0x830e4000 } }, 18 [WF_RMAC_BASE] = { { 0x820e5000, 0x820f5000, 0x830e5000 } }, 19 [WF_DMA_BASE] = { { 0x820e7000, 0x820f7000, 0x830e7000 } }, 20 [WF_WTBLOFF_BASE] = { { 0x820e9000, 0x820f9000, 0x830e9000 } }, 21 [WF_ETBF_BASE] = { { 0x820ea000, 0x820fa000, 0x830ea000 } }, 22 [WF_LPON_BASE] = { { 0x820eb000, 0x820fb000, 0x830eb000 } }, 23 [WF_MIB_BASE] = { { 0x820ed000, 0x820fd000, 0x830ed000 } }, 24 [WF_RATE_BASE] = { { 0x820ee000, 0x820fe000, 0x830ee000 } }, [all …]
|