/linux/arch/arm/mach-spear/ |
H A D | spear.h | 18 #define SPEAR_ICM1_2_BASE UL(0xD0000000) 19 #define VA_SPEAR_ICM1_2_BASE IOMEM(0xFD000000) 20 #define SPEAR_ICM1_UART_BASE UL(0xD0000000) 22 #define SPEAR3XX_ICM1_SSP_BASE UL(0xD0100000) 25 #define SPEAR_ICM3_ML1_2_BASE UL(0xF0000000) 26 #define VA_SPEAR6XX_ML_CPU_BASE IOMEM(0xF0000000) 29 #define SPEAR_ICM3_SMI_CTRL_BASE UL(0xFC000000) 30 #define VA_SPEAR_ICM3_SMI_CTRL_BASE IOMEM(0xFC000000) 31 #define SPEAR_ICM3_DMA_BASE UL(0xFC400000) 32 #define SPEAR_ICM3_SYS_CTRL_BASE UL(0xFCA00000) [all …]
|
H A D | spear3xx.c | 26 .bus_id = 0, 48 * 0xD0000000 0xFD000000 49 * 0xFC000000 0xFC000000
|
H A D | spear13xx.c | 39 writel_relaxed(0x06, VA_L2CC_BASE + L310_PREFETCH_CTRL); in spear13xx_l2x0_init() 45 writel_relaxed(0x221, VA_L2CC_BASE + L310_TAG_LATENCY_CTRL); in spear13xx_l2x0_init() 46 writel_relaxed(0x441, VA_L2CC_BASE + L310_DATA_LATENCY_CTRL); in spear13xx_l2x0_init() 47 l2x0_init(VA_L2CC_BASE, 0x30a00001, 0xfe0fffff); in spear13xx_l2x0_init() 53 * 0xB3000000 0xF9000000 54 * 0xE0000000 0xFD000000 55 * 0xEC000000 0xFC000000 56 * 0xED000000 0xFB000000
|
H A D | spear6xx.c | 33 .min_signal = 0, 34 .max_signal = 0, 35 .muxval = 0, 41 .muxval = 0, 47 .muxval = 0, 53 .muxval = 0, 59 .muxval = 0, 65 .muxval = 0, 71 .muxval = 0, 77 .muxval = 0, [all …]
|
/linux/arch/sparc/include/asm/ |
H A D | vaddrs.h | 15 #define SRMMU_MAXMEM 0x0c000000 18 /* = 0x0fc000000 */ 47 /* Leave one empty page between IO pages at 0xfd000000 and 50 #define FIXADDR_TOP (0xfcfff000UL) 56 #define SUN4M_IOBASE_VADDR 0xfd000000 /* Base for mapping pages */ 57 #define IOBASE_VADDR 0xfe000000 58 #define IOBASE_END 0xfe600000 60 #define KADB_DEBUGGER_BEGVM 0xffc00000 /* Where kern debugger is in virt-mem */ 61 #define KADB_DEBUGGER_ENDVM 0xffd00000 65 #define LINUX_OPPROM_BEGVM 0xffd00000 [all …]
|
/linux/arch/arm/mach-footbridge/include/mach/ |
H A D | hardware.h | 13 * 0xff800000 0x40000000 1MB X-Bus 14 * 0xff000000 0x7c000000 1MB PCI I/O space 15 * 0xfe000000 0x42000000 1MB CSR 16 * 0xfd000000 0x78000000 1MB Outbound write flush (not supported) 17 * 0xfc000000 0x79000000 1MB PCI IACK/special space 18 * 0xfb000000 0x7a000000 16MB PCI Config type 1 19 * 0xfa000000 0x7b000000 16MB PCI Config type 0 20 * 0xf9000000 0x50000000 1MB Cache flush 21 * 0xf0000000 0x80000000 16MB ISA memory 24 #define XBUS_SIZE 0x00100000 [all …]
|
/linux/arch/sh/drivers/pci/ |
H A D | pci-sh7751.h | 13 #define SH7751_VENDOR_ID 0x1054 14 #define SH7751_DEVICE_ID 0x3505 15 #define SH7751R_DEVICE_ID 0x350e 18 #define SH7751_PCI_CONFIG_BASE 0xFD000000 /* Config space base addr */ 19 #define SH7751_PCI_CONFIG_SIZE 0x1000000 /* Config space size */ 20 #define SH7751_PCI_MEMORY_BASE 0xFD000000 /* Memory space base addr */ 21 #define SH7751_PCI_MEM_SIZE 0x01000000 /* Size of Memory window */ 22 #define SH7751_PCI_IO_BASE 0xFE240000 /* IO space base address */ 23 #define SH7751_PCI_IO_SIZE 0x40000 /* Size of IO window */ 25 #define SH7751_PCIREG_BASE 0xFE200000 /* PCI regs base address */ [all …]
|
H A D | pci-sh7780.h | 13 #define PCIECR 0xFE000008 14 #define PCIECR_ENBL 0x01 17 #define SH7780_PCI_CONFIG_BASE 0xFD000000 /* Config space base addr */ 18 #define SH7780_PCI_CONFIG_SIZE 0x01000000 /* Config space size */ 20 #define SH7780_PCIREG_BASE 0xFE040000 /* PCI regs base address */ 23 #define SH7780_PCIIR 0x114 /* PCI Interrupt Register */ 24 #define SH7780_PCIIMR 0x118 /* PCI Interrupt Mask Register */ 25 #define SH7780_PCIAIR 0x11C /* Error Address Register */ 26 #define SH7780_PCICIR 0x120 /* Error Command/Data Register */ 27 #define SH7780_PCIAINT 0x130 /* Arbiter Interrupt Register */ [all …]
|
H A D | pci-sh7780.c | 24 # define PCICR_ENDIANNESS 0 31 .start = 0x1000, 35 .name = "PCI MEM 0", 36 .start = 0xfd000000, 37 .end = 0xfd000000 + SZ_16M - 1, 41 .start = 0x10000000, 42 .end = 0x10000000 + SZ_64M - 1, 49 .start = 0xc0000000, 50 .end = 0xc0000000 + SZ_512M - 1, 59 .io_offset = 0, [all …]
|
H A D | pcie-sh7786.c | 44 .name = "PCIe0 MEM 0", 45 .start = 0xfd000000, 46 .end = 0xfd000000 + SZ_8M - 1, 50 .start = 0xc0000000, 51 .end = 0xc0000000 + SZ_512M - 1, 55 .start = 0x10000000, 56 .end = 0x10000000 + SZ_64M - 1, 60 .start = 0xfe100000, 61 .end = 0xfe100000 + SZ_1M - 1, 68 .name = "PCIe1 MEM 0", [all …]
|
/linux/arch/arm/mach-davinci/ |
H A D | hardware.h | 23 #define IO_PHYS UL(0x01c00000) 24 #define IO_OFFSET 0xfd000000 /* Virtual IO = 0xfec00000 */ 25 #define IO_SIZE 0x00400000
|
/linux/arch/xtensa/boot/dts/ |
H A D | csp.dts | 11 …bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw e… 14 memory@0 { 16 reg = <0x00000000 0x40000000>; 21 #size-cells = <0>; 22 cpu@0 { 24 reg = <0>; 36 #clock-cells = <0>; 45 ranges = <0x00000000 0xf0000000 0x10000000>; 47 uart0: serial@0d000000 { 51 reg = <0x0d000000 0x1000>; [all …]
|
/linux/arch/arm/include/debug/ |
H A D | renesas-scif.S | 12 #define SCIF_VIRT ((SCIF_PHYS & 0x00ffffff) | 0xfd000000) 16 #define FTDR 0x06 17 #define FSR 0x08 18 #elif CONFIG_DEBUG_UART_PHYS < 0xe6e00000 20 #define FTDR 0x20 21 #define FSR 0x14 24 #define FTDR 0x0c 25 #define FSR 0x10
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | rockchip,rk3399-pcie-ep.yaml | 50 reg = <0x0 0xfd000000 0x0 0x1000000>, <0x0 0xfa000000 0x0 0x2000000>; 63 phys = <&pcie_phy 0>, <&pcie_phy 1>, <&pcie_phy 2>, <&pcie_phy 3>; 64 phy-names = "pcie-phy-0", "pcie-phy-1", "pcie-phy-2", "pcie-phy-3"; 67 pinctrl-0 = <&pcie_clkreqnb_cpm>;
|
/linux/arch/arm/mach-omap2/ |
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 …]
|
/linux/arch/powerpc/boot/dts/ |
H A D | amigaone.dts | 20 #size-cells = <0>; 22 cpu@0 { 24 reg = <0>; 29 timebase-frequency = <0>; // 33.3 MHz, from U-boot 30 clock-frequency = <0>; // From U-boot 31 bus-frequency = <0>; // From U-boot 37 reg = <0 0>; // From U-boot 44 bus-range = <0 0xff>; 45 ranges = <0x01000000 0 0x00000000 0xfe000000 0 0x00c00000 // PCI I/O 46 0x02000000 0 0x80000000 0x80000000 0 0x7d000000 // PCI memory [all …]
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | gef_sbc610.dts | 25 reg = <0x0 0x40000000>; // set by uboot 29 reg = <0xfef05000 0x1000>; 31 ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash 32 1 0 0xe8000000 0x08000000 // Paged Flash 0 33 2 0 0xe0000000 0x08000000 // Paged Flash 1 34 3 0 0xfc100000 0x00020000 // NVRAM 35 4 0 0xfc000000 0x00008000 // FPGA 36 5 0 0xfc008000 0x00008000 // AFIX FPGA 37 6 0 0xfd000000 0x00800000 // IO FPGA (8-bit) 38 7 0 0xfd800000 0x00800000>; // IO FPGA (32-bit) [all …]
|
H A D | gef_ppc9a.dts | 25 reg = <0x0 0x40000000>; // set by uboot 29 reg = <0xfef05000 0x1000>; 31 ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash 32 1 0 0xe8000000 0x08000000 // Paged Flash 0 33 2 0 0xe0000000 0x08000000 // Paged Flash 1 34 3 0 0xfc100000 0x00020000 // NVRAM 35 4 0 0xfc000000 0x00008000 // FPGA 36 5 0 0xfc008000 0x00008000 // AFIX FPGA 37 6 0 0xfd000000 0x00800000 // IO FPGA (8-bit) 38 7 0 0xfd800000 0x00800000>; // IO FPGA (32-bit) [all …]
|
/linux/arch/arm/mach-orion5x/ |
H A D | orion5x.h | 36 #define ORION5X_REGS_PHYS_BASE 0xf1000000 37 #define ORION5X_REGS_VIRT_BASE IOMEM(0xfec00000) 40 #define ORION5X_PCIE_IO_PHYS_BASE 0xf2000000 41 #define ORION5X_PCIE_IO_BUS_BASE 0x00000000 44 #define ORION5X_PCI_IO_PHYS_BASE 0xf2100000 45 #define ORION5X_PCI_IO_BUS_BASE 0x00010000 48 #define ORION5X_SRAM_PHYS_BASE (0xf2200000) 52 #define ORION5X_PCIE_WA_PHYS_BASE 0xf0000000 53 #define ORION5X_PCIE_WA_VIRT_BASE IOMEM(0xfd000000) 56 #define ORION5X_PCIE_MEM_PHYS_BASE 0xe0000000 [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 15 bpf_htonl((((__u32)(a) & 0xffU) << 24) | \ 16 (((__u32)(b) & 0xffU) << 16) | \ 17 (((__u32)(c) & 0xffU) << 8) | \ 18 (((__u32)(d) & 0xffU) << 0)) 50 PROG1 = 0, 55 SERVER_A = 0, 68 static const __u32 SRC_IP4 = IP4(127, 0, 0, 2); 69 static const __u32 SRC_IP6[] = IP6(0xfd000000, 0x0, 0x0, 0x00000002); 72 static const __u32 DST_IP4 = IP4(127, 0, 0, 1); 73 static const __u32 DST_IP6[] = IP6(0xfd000000, 0x0, 0x0, 0x00000001); [all …]
|
/linux/drivers/accel/habanalabs/include/gaudi2/ |
H A D | gaudi2_special_blocks.h | 16 { GAUDI2_BLOCK_TYPE_TPC, 0xfc008000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 17 { GAUDI2_BLOCK_TYPE_TPC, 0xfc00a000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 18 { GAUDI2_BLOCK_TYPE_TPC, 0xfc00b000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 19 { GAUDI2_BLOCK_TYPE_TPC, 0xfc00c000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 20 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc080000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 21 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc081000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 22 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc083000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 23 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc084000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 24 { GAUDI2_BLOCK_TYPE_MME, 0xfc0c8000, 4, 0, 0, 0x200000, 0x0, 0x0 }, \ 25 { GAUDI2_BLOCK_TYPE_MME, 0xfc0c9000, 4, 0, 0, 0x200000, 0x0, 0x0 }, \ [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | reg.h | 8 #define REG_SYS_ISO_CTRL 0x0000 9 #define REG_SYS_FUNC_EN 0x0002 10 #define PMC_FSM 0x0004 11 #define SYS_CLKR 0x0008 12 #define EPROM_CMD 0x000A 13 #define EE_VPD 0x000C 14 #define AFE_MISC 0x0010 15 #define SPS0_CTRL 0x0011 16 #define SPS1_CTRL 0x0018 17 #define RF_CTRL 0x001F [all …]
|
/linux/crypto/ |
H A D | aes_generic.c | 67 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 68 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 69 0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56, 70 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec, 71 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, 72 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb, 73 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 74 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b, 75 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c, 76 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83, [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-base.dtsi | 51 #size-cells = <0>; 79 cpu_l0: cpu@0 { 82 reg = <0x0 0x0>; 89 i-cache-size = <0x8000>; 92 d-cache-size = <0x8000>; 101 reg = <0x0 0x1>; 108 i-cache-size = <0x8000>; 111 d-cache-size = <0x8000>; 120 reg = <0x0 0x2>; 127 i-cache-size = <0x8000>; [all …]
|
/linux/arch/arm/ |
H A D | Kconfig.debug | 146 0x80000000 | 0xf0000000 | UART0 147 0x80004000 | 0xf0004000 | UART1 148 0x80008000 | 0xf0008000 | UART2 149 0x8000c000 | 0xf000c000 | UART3 150 0x80010000 | 0xf0010000 | UART4 151 0x80014000 | 0xf0014000 | UART5 152 0x80018000 | 0xf0018000 | UART6 153 0x8001c000 | 0xf001c000 | UART7 154 0x80020000 | 0xf0020000 | UART8 155 0x80024000 | 0xf0024000 | UART9 [all …]
|