| /Linux-v6.1/arch/powerpc/boot/dts/ |
| D | kuroboxHD.dts | 37 #size-cells = <0>; 41 reg = <0x0>; 44 bus-frequency = <0>; /* Fixed by bootloader */ 46 i-cache-size = <0x4000>; 47 d-cache-size = <0x4000>; 53 reg = <0x0 0x4000000>; 61 store-gathering = <0>; /* 0 == off, !0 == on */ 62 reg = <0x80000000 0x100000>; 63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */ 64 0xfc000000 0xfc000000 0x100000 /* EUMB */ [all …]
|
| D | kuroboxHG.dts | 37 #size-cells = <0>; 41 reg = <0x0>; 44 bus-frequency = <0>; /* Fixed by bootloader */ 46 i-cache-size = <0x4000>; 47 d-cache-size = <0x4000>; 53 reg = <0x0 0x8000000>; 61 store-gathering = <0>; /* 0 == off, !0 == on */ 62 reg = <0x80000000 0x100000>; 63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */ 64 0xfc000000 0xfc000000 0x100000 /* EUMB */ [all …]
|
| D | mvme5100.dts | 26 #size-cells = <0>; 30 reg = <0x0>; 44 reg = <0x0 0x20000000>; 51 ranges = <0x0 0xfef80000 0x10000>; 52 reg = <0xfef80000 0x10000>; 57 reg = <0x8000 0x80>; 68 reg = <0x8200 0x80>; 78 #address-cells = <0>; 82 reg = <0xf3f80000 0x40000>; 92 reg = <0xfec00000 0x400000>; [all …]
|
| /Linux-v6.1/Documentation/devicetree/bindings/sram/ |
| D | qcom,ocmem.yaml | 62 "-sram@[0-9a-f]+$": 81 reg = <0xfdd00000 0x2000>, 82 <0xfec00000 0x180000>; 93 ranges = <0 0xfec00000 0x100000>; 95 gmu-sram@0 { 96 reg = <0x0 0x100000>;
|
| /Linux-v6.1/arch/arm/mach-davinci/ |
| D | hardware.h | 23 #define IO_PHYS UL(0x01c00000) 24 #define IO_OFFSET 0xfd000000 /* Virtual IO = 0xfec00000 */ 25 #define IO_SIZE 0x00400000
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/msm/ |
| D | gpu.yaml | 20 - pattern: '^qcom,adreno-[3-6][0-9][0-9]\.[0-9]$' 26 - pattern: '^amd,imageon-200\.[0-1]$' 127 pattern: '^qcom,adreno-[3-5][0-9][0-9]\.[0-9]$' 162 pattern: '^qcom,adreno-6[0-9][0-9]\.[0-9]$' 182 reg = <0xfdb00000 0x10000>; 196 iommus = <&gpu_iommu 0>; 203 reg = <0xfdd00000 0x2000>, 204 <0xfec00000 0x180000>; 213 ranges = <0 0xfec00000 0x100000>; 215 gpu_sram: gpu-sram@0 { [all …]
|
| /Linux-v6.1/arch/arm64/boot/dts/qcom/ |
| D | msm8992.dtsi | 28 reg = <0xfdd00000 0x2000>, <0xfec00000 0x100000>; 30 gmu-sram@0 { 31 reg = <0x0 0x80000>;
|
| D | msm8994.dtsi | 28 #clock-cells = <0>; 35 #clock-cells = <0>; 43 #size-cells = <0>; 45 CPU0: cpu@0 { 48 reg = <0x0 0x0>; 60 reg = <0x0 0x1>; 68 reg = <0x0 0x2>; 76 reg = <0x0 0x3>; 84 reg = <0x0 0x100>; 96 reg = <0x0 0x101>; [all …]
|
| /Linux-v6.1/arch/powerpc/platforms/chrp/ |
| D | gg2.h | 23 #define GG2_PCI_MEM_BASE 0xc0000000 /* Peripheral memory space */ 24 #define GG2_ISA_MEM_BASE 0xf7000000 /* Peripheral memory alias */ 25 #define GG2_ISA_IO_BASE 0xf8000000 /* Peripheral I/O space */ 26 #define GG2_PCI_CONFIG_BASE 0xfec00000 /* PCI configuration space */ 27 #define GG2_INT_ACK_SPECIAL 0xfec80000 /* Interrupt acknowledge and */ 29 #define GG2_ROM_BASE0 0xff000000 /* ROM bank 0 */ 30 #define GG2_ROM_BASE1 0xff800000 /* ROM bank 1 */ 39 #define GG2_PCI_BUSNO 0x40 /* Bus number */ 40 #define GG2_PCI_SUBBUSNO 0x41 /* Subordinate bus number */ 41 #define GG2_PCI_DISCCTR 0x42 /* Disconnect counter */ [all …]
|
| /Linux-v6.1/arch/powerpc/sysdev/ |
| D | grackle.c | 18 #define GRACKLE_CFA(b, d, o) (0x80 | ((b) << 8) | ((d) << 16) \ 21 #define GRACKLE_PICR1_STG 0x00000040 22 #define GRACKLE_PICR1_LOOPSNOOP 0x00000010 30 out_be32(bp->cfg_addr, GRACKLE_CFA(0, 0, 0xa8)); in grackle_set_stg() 34 out_be32(bp->cfg_addr, GRACKLE_CFA(0, 0, 0xa8)); in grackle_set_stg() 43 out_be32(bp->cfg_addr, GRACKLE_CFA(0, 0, 0xa8)); in grackle_set_loop_snoop() 47 out_be32(bp->cfg_addr, GRACKLE_CFA(0, 0, 0xa8)); in grackle_set_loop_snoop() 54 setup_indirect_pci(hose, 0xfec00000, 0xfee00000, 0); in setup_grackle() 59 #if 0 /* Disabled for now, HW problems ??? */ in setup_grackle()
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | ioapic.h | 14 #define IOAPIC_VERSION_ID 0x11 /* IOAPIC version */ 15 #define IOAPIC_EDGE_TRIG 0 18 #define IOAPIC_DEFAULT_BASE_ADDRESS 0xfec00000 19 #define IOAPIC_MEM_LENGTH 0x100 22 #define IOAPIC_REG_SELECT 0x00 23 #define IOAPIC_REG_WINDOW 0x10 26 #define IOAPIC_REG_APIC_ID 0x00 /* x86 IOAPIC only */ 27 #define IOAPIC_REG_VERSION 0x01 28 #define IOAPIC_REG_ARB_ID 0x02 /* x86 IOAPIC only */ 31 #define IOAPIC_FIXED 0x0 [all …]
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/rockchip/ |
| D | cdn-dp-rockchip.txt | 39 reg = <0x0 0xfec00000 0x0 0x100000>; 53 #size-cells = <0>; 58 #size-cells = <0>; 62 #size-cells = <0>; 63 dp_in_vopb: endpoint@0 { 64 reg = <0>;
|
| /Linux-v6.1/arch/arm/mach-mv78xx0/ |
| D | mv78xx0.h | 17 * f0800000 PCIe #0 I/O space 29 * fee00000 f0800000 64K PCIe #0 I/O space 39 #define MV78XX0_CORE0_REGS_PHYS_BASE 0xf1020000 40 #define MV78XX0_CORE1_REGS_PHYS_BASE 0xf1024000 41 #define MV78XX0_CORE_REGS_VIRT_BASE IOMEM(0xfe400000) 42 #define MV78XX0_CORE_REGS_PHYS_BASE 0xfe400000 45 #define MV78XX0_PCIE_IO_PHYS_BASE(i) (0xf0800000 + ((i) << 20)) 48 #define MV78XX0_REGS_PHYS_BASE 0xf1000000 49 #define MV78XX0_REGS_VIRT_BASE IOMEM(0xfec00000) 52 #define MV78XX0_PCIE_MEM_PHYS_BASE 0xc0000000 [all …]
|
| /Linux-v6.1/arch/powerpc/platforms/embedded6xx/ |
| D | linkstation.c | 32 return 0; in declare_of_platform_devices() 48 " bus 0\n", dev); in linkstation_add_bridge() 53 hose->first_busno = bus_range ? bus_range[0] : 0; in linkstation_add_bridge() 54 hose->last_busno = bus_range ? bus_range[1] : 0xff; in linkstation_add_bridge() 55 setup_indirect_pci(hose, 0xfec00000, 0xfee00000, 0); in linkstation_add_bridge() 61 return 0; in linkstation_add_bridge() 87 mpic = mpic_alloc(NULL, 0, 0, 4, 0, " EPIC "); in linkstation_init_IRQ() 91 mpic_assign_isu(mpic, 0, mpic->paddr + 0x10200); in linkstation_init_IRQ() 94 mpic_assign_isu(mpic, 1, mpic->paddr + 0x11000); in linkstation_init_IRQ() 97 mpic_assign_isu(mpic, 2, mpic->paddr + 0x11100); in linkstation_init_IRQ() [all …]
|
| D | mpc10x.h | 24 * Processor: 0x80000000 - 0x807fffff -> PCI I/O: 0x00000000 - 0x007fffff 25 * Processor: 0xc0000000 - 0xdfffffff -> PCI MEM: 0x00000000 - 0x1fffffff 26 * PCI MEM: 0x80000000 -> Processor System Memory: 0x00000000 29 * Processor: 0xfe000000 - 0xfebfffff -> PCI I/O: 0x00000000 - 0x00bfffff 30 * Processor: 0x80000000 - 0xbfffffff -> PCI MEM: 0x80000000 - 0xbfffffff 31 * PCI MEM: 0x00000000 -> Processor System Memory: 0x00000000 40 #define MPC10X_BRIDGE_8240 ((0x0003 << 16) | PCI_VENDOR_ID_MOTOROLA) 41 #define MPC10X_BRIDGE_107 ((0x0004 << 16) | PCI_VENDOR_ID_MOTOROLA) 42 #define MPC10X_BRIDGE_8245 ((0x0006 << 16) | PCI_VENDOR_ID_MOTOROLA) 49 #define MPC10X_MAPA_CNFG_ADDR 0x80000cf8 [all …]
|
| /Linux-v6.1/arch/arm/mach-dove/ |
| D | dove.h | 14 * e0000000 @runtime 128M PCIe-0 Memory space 18 * f2000000 fee00000 1M PCIe-0 I/O space 22 #define DOVE_CESA_PHYS_BASE 0xc8000000 23 #define DOVE_CESA_VIRT_BASE IOMEM(0xfdb00000) 26 #define DOVE_PCIE0_MEM_PHYS_BASE 0xe0000000 29 #define DOVE_PCIE1_MEM_PHYS_BASE 0xe8000000 32 #define DOVE_BOOTROM_PHYS_BASE 0xf8000000 35 #define DOVE_SCRATCHPAD_PHYS_BASE 0xf0000000 36 #define DOVE_SCRATCHPAD_VIRT_BASE IOMEM(0xfdd00000) 39 #define DOVE_SB_REGS_PHYS_BASE 0xf1000000 [all …]
|
| /Linux-v6.1/arch/arm/mach-orion5x/ |
| 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-v6.1/arch/x86/kernel/ |
| D | jailhouse.c | 47 if (boot_cpu_data.cpuid_level < 0 || in jailhouse_cpuid_base() 49 return 0; in jailhouse_cpuid_base() 51 return hypervisor_cpuid_base("Jailhouse\0\0\0", 0); in jailhouse_cpuid_base() 61 memset(now, 0, sizeof(*now)); in jailhouse_get_wallclock() 102 register_lapic_address(0xfee00000); in jailhouse_get_smp_config() 104 for (cpu = 0; cpu < setup_data.v1.num_cpus; cpu++) { in jailhouse_get_smp_config() 112 mp_register_ioapic(0, 0xfec00000, gsi_top, &ioapic_cfg); in jailhouse_get_smp_config() 138 if (pcibios_last_bus < 0) in jailhouse_pci_arch_init() 139 pcibios_last_bus = 0xff; in jailhouse_pci_arch_init() 143 pci_mmconfig_add(0, 0, pcibios_last_bus, in jailhouse_pci_arch_init() [all …]
|
| /Linux-v6.1/net/ipv6/ |
| D | addrconf_core.c | 42 st = addr->s6_addr32[0]; in __ipv6_addr_type() 47 if ((st & htonl(0xE0000000)) != htonl(0x00000000) && in __ipv6_addr_type() 48 (st & htonl(0xE0000000)) != htonl(0xE0000000)) in __ipv6_addr_type() 52 if ((st & htonl(0xFF000000)) == htonl(0xFF000000)) { in __ipv6_addr_type() 59 if ((st & htonl(0xFFC00000)) == htonl(0xFE800000)) in __ipv6_addr_type() 62 if ((st & htonl(0xFFC00000)) == htonl(0xFEC00000)) in __ipv6_addr_type() 65 if ((st & htonl(0xFE000000)) == htonl(0xFC000000)) in __ipv6_addr_type() 69 if ((addr->s6_addr32[0] | addr->s6_addr32[1]) == 0) { in __ipv6_addr_type() 70 if (addr->s6_addr32[2] == 0) { in __ipv6_addr_type() 71 if (addr->s6_addr32[3] == 0) in __ipv6_addr_type() [all …]
|
| /Linux-v6.1/arch/x86/platform/ce4100/ |
| D | falconfalls.dts | 16 #size-cells = <0>; 18 cpu@0 { 21 reg = <0>; 26 soc@0 { 36 reg = <0xfec00000 0x1000>; 41 reg = <0xfed00000 0x200>; 46 reg = <0xfee00000 0x1000>; 54 bus-range = <0 0>; 55 ranges = <0x2000000 0 0xbffff000 0xbffff000 0 0x1000 56 0x2000000 0 0xdffe0000 0xdffe0000 0 0x1000 [all …]
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | apicdef.h | 12 #define IO_APIC_DEFAULT_PHYS_BASE 0xfec00000 13 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 21 #define APIC_ID 0x20 23 #define APIC_LVR 0x30 24 #define APIC_LVR_MASK 0xFF00FF 26 #define GET_APIC_VERSION(x) ((x) & 0xFFu) 27 #define GET_APIC_MAXLVT(x) (((x) >> 16) & 0xFFu) 29 # define APIC_INTEGRATED(x) ((x) & 0xF0u) 33 #define APIC_XAPIC(x) ((x) >= 0x14) 34 #define APIC_EXT_SPACE(x) ((x) & 0x80000000) [all …]
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | qcom-msm8974.dtsi | 20 #clock-cells = <0>; 26 #clock-cells = <0>; 33 #size-cells = <0>; 34 interrupts = <GIC_PPI 9 0xf04>; 36 CPU0: cpu@0 { 40 reg = <0>; 107 reg = <0x0 0x0>; 112 interrupts = <GIC_PPI 7 0xf04>; 121 reg = <0x08000000 0x5100000>; 126 reg = <0x0d100000 0x100000>; [all …]
|
| /Linux-v6.1/arch/arm/probes/ |
| D | decode-thumb.c | 20 DECODE_REJECT (0xfe4f0000, 0xe80f0000), 24 DECODE_REJECT (0xffc00000, 0xe8000000), 27 DECODE_REJECT (0xffc00000, 0xe9800000), 30 DECODE_REJECT (0xfe508000, 0xe8008000), 32 DECODE_REJECT (0xfe50c000, 0xe810c000), 34 DECODE_REJECT (0xfe402000, 0xe8002000), 40 DECODE_CUSTOM (0xfe400000, 0xe8000000, PROBES_T32_LDMSTM), 50 DECODE_OR (0xff600000, 0xe8600000), 53 DECODE_EMULATEX (0xff400000, 0xe9400000, PROBES_T32_LDRDSTRD, 54 REGS(NOPCWB, NOSPPC, NOSPPC, 0, 0)), [all …]
|
| /Linux-v6.1/arch/arm/ |
| D | Kconfig.debug | 149 0x80000000 | 0xf0000000 | UART0 150 0x80004000 | 0xf0004000 | UART1 151 0x80008000 | 0xf0008000 | UART2 152 0x8000c000 | 0xf000c000 | UART3 153 0x80010000 | 0xf0010000 | UART4 154 0x80014000 | 0xf0014000 | UART5 155 0x80018000 | 0xf0018000 | UART6 156 0x8001c000 | 0xf001c000 | UART7 157 0x80020000 | 0xf0020000 | UART8 158 0x80024000 | 0xf0024000 | UART9 [all …]
|
| /Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
| D | rk3399.dtsi | 41 #size-cells = <0>; 69 cpu_l0: cpu@0 { 72 reg = <0x0 0x0>; 84 reg = <0x0 0x1>; 96 reg = <0x0 0x2>; 108 reg = <0x0 0x3>; 120 reg = <0x0 0x100>; 138 reg = <0x0 0x101>; 159 arm,psci-suspend-param = <0x0010000>; 168 arm,psci-suspend-param = <0x1010000>; [all …]
|