Searched +full:0 +full:x60000000 (Results 1 – 25 of 330) sorted by relevance
12345678910>>...14
/linux-6.12.1/scripts/ |
D | extract_xc3028.pl | 25 my $debug=0; 50 while ($length > 0) { 66 my $msb = ($val >> 8) &0xff; 67 my $lsb = $val & 0xff; 75 my $l3 = ($val >> 24) & 0xff; 76 my $l2 = ($val >> 16) & 0xff; 77 my $l1 = ($val >> 8) & 0xff; 78 my $l0 = $val & 0xff; 87 my $l7 = ($msb_val >> 24) & 0xff; 88 my $l6 = ($msb_val >> 16) & 0xff; [all …]
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | spear300.dtsi | 15 ranges = <0x60000000 0x60000000 0x50000000 16 0xd0000000 0xd0000000 0x30000000>; 20 reg = <0x99000000 0x1000>; 25 reg = <0x60000000 0x1000>; 34 reg = <0x94000000 0x1000 /* FSMC Register */ 35 0x80000000 0x0010 /* NAND Base DATA */ 36 0x80020000 0x0010 /* NAND Base ADDR */ 37 0x80010000 0x0010>; /* NAND Base CMD */ 44 reg = <0x70000000 0x100>; 51 reg = <0x50000000 0x1000>; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | xlnx,axi-pcie-host.yaml | 41 const: 0 71 reg = <0x50000000 0x1000000>; 77 interrupt-map-mask = <0 0 0 7>; 78 interrupt-map = <0 0 0 1 &pcie_intc 1>, 79 <0 0 0 2 &pcie_intc 2>, 80 <0 0 0 3 &pcie_intc 3>, 81 <0 0 0 4 &pcie_intc 4>; 82 ranges = <0x02000000 0 0x60000000 0x60000000 0 0x10000000>; 85 #address-cells = <0>;
|
D | versatile.yaml | 38 - const: 0x1800 39 - const: 0 40 - const: 0 58 reg = <0x10001000 0x1000>, 59 <0x41000000 0x10000>, 60 <0x42000000 0x100000>; 61 bus-range = <0 0xff>; 67 <0x01000000 0 0x00000000 0x43000000 0 0x00010000>, /* downstream I/O */ 68 <0x02000000 0 0x50000000 0x50000000 0 0x10000000>, /* non-prefetchable memory */ 69 <0x42000000 0 0x60000000 0x60000000 0 0x10000000>; /* prefetchable memory */ [all …]
|
D | mediatek,mt7621-pcie.yaml | 41 | Device 0 | | Device 0 | | Device 0 | 42 | Func 0 | | Func 0 | | Func 0 | 55 - description: pcie port 0 RC control registers 63 '^pcie@[0-2],0$': 81 pattern: '^pcie-phy[0-2]$' 113 reg = <0x1e140000 0x100>, 114 <0x1e142000 0x100>, 115 <0x1e143000 0x100>, 116 <0x1e144000 0x100>; 121 pinctrl-0 = <&pcie_pins>; [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/sprd/ |
D | sp9860g-1h10.dts | 28 reg = <0x0 0x80000000 0 0x60000000>, 29 <0x1 0x80000000 0 0x60000000>; 77 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>, 83 <3680000 10>, <3605000 5>, <3400000 0>;
|
/linux-6.12.1/arch/riscv/boot/dts/microchip/ |
D | mpfs-beaglev-fire-fabric.dtsi | 6 #clock-cells = <0>; 12 #clock-cells = <0>; 20 ranges = <0x0 0x40000000 0x0 0x40000000 0x0 0x20000000>, /* FIC3-FAB */ 21 <0x0 0x60000000 0x0 0x60000000 0x0 0x20000000>, /* FIC0, LO */ 22 <0x0 0xe0000000 0x0 0xe0000000 0x0 0x20000000>, /* FIC1, LO */ 23 <0x20 0x0 0x20 0x0 0x10 0x0>, /* FIC0,HI */ 24 <0x30 0x0 0x30 0x0 0x10 0x0>; /* FIC1,HI */ 28 reg = <0x0 0x41100000 0x0 0x1000>; 41 reg = <0x0 0x41200000 0x0 0x1000>; 55 reg = <0x0 0x44000000 0x0 0x1000>; [all …]
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | contregs.h | 15 #define AC_IDPROM 0x00000000 /* 34 ID PROM, R/O, byte, 32 bytes */ 16 #define AC_PAGEMAP 0x10000000 /* 3 Pagemap R/W, long */ 17 #define AC_SEGMAP 0x20000000 /* 3 Segment map, byte */ 18 #define AC_CONTEXT 0x30000000 /* 34c current mmu-context */ 19 #define AC_SENABLE 0x40000000 /* 34c system dvma/cache/reset enable reg*/ 20 #define AC_UDVMA_ENB 0x50000000 /* 34 Not used on Sun boards, byte */ 21 #define AC_BUS_ERROR 0x60000000 /* 34 Not cleared on read, byte. */ 22 #define AC_SYNC_ERR 0x60000000 /* c fault type */ 23 #define AC_SYNC_VA 0x60000004 /* c fault virtual address */ 24 #define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */ [all …]
|
D | sun3mmu.h | 25 #define SUN3_CONTROL_MASK (0x0FFFFFFC) 29 #define AC_IDPROM 0x00000000 /* 34 ID PROM, R/O, byte, 32 bytes */ 30 #define AC_PAGEMAP 0x10000000 /* 3 Pagemap R/W, long */ 31 #define AC_SEGMAP 0x20000000 /* 3 Segment map, byte */ 32 #define AC_CONTEXT 0x30000000 /* 34c current mmu-context */ 33 #define AC_SENABLE 0x40000000 /* 34c system dvma/cache/reset enable reg*/ 34 #define AC_UDVMA_ENB 0x50000000 /* 34 Not used on Sun boards, byte */ 35 #define AC_BUS_ERROR 0x60000000 /* 34 Cleared on read, byte. */ 36 #define AC_SYNC_ERR 0x60000000 /* c fault type */ 37 #define AC_SYNC_VA 0x60000004 /* c fault virtual address */ [all …]
|
D | sun3x.h | 6 #define SUN3X_IOMMU 0x60000000 7 #define SUN3X_ENAREG 0x61000000 8 #define SUN3X_INTREG 0x61001400 9 #define SUN3X_DIAGREG 0x61001800 10 #define SUN3X_ZS1 0x62000000 11 #define SUN3X_ZS2 0x62002000 12 #define SUN3X_LANCE 0x65002000 13 #define SUN3X_EEPROM 0x64000000 14 #define SUN3X_IDPROM 0x640007d8 15 #define SUN3X_VIDEO_BASE 0x50000000 [all …]
|
/linux-6.12.1/arch/arm/boot/dts/arm/ |
D | versatile-pb.dts | 11 clear-mask = <0xffffffff>; 16 valid-mask = <0x7fe003ff>; 21 reg = <0x101e6000 0x1000>; 33 reg = <0x101e7000 0x1000>; 46 reg = <0x10001000 0x1000 47 0x41000000 0x10000 48 0x42000000 0x100000>; 49 bus-range = <0 0xff>; 54 ranges = <0x01000000 0 0x00000000 0x43000000 0 0x00010000 /* downstream I/O */ 55 0x02000000 0 0x50000000 0x50000000 0 0x10000000 /* non-prefetchable memory */ [all …]
|
/linux-6.12.1/arch/mips/pci/ |
D | pci-rc32434.c | 36 #define PCI_ACCESS_READ 0 53 .start = 0x50000000, 54 .end = 0x5FFFFFFF, 62 .start = 0x60000000, 63 .end = 0x6FFFFFFF, 72 .start = 0x18800000, 73 .end = 0x188FFFFF, 97 .mem_offset = 0, 98 .io_offset = 0, 105 #define PCI_ENDIAN_FLAG 0 [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phytbl_lcn.c | 10 0x00000000, 11 0x00000000, 12 0x00000000, 13 0x00000000, 14 0x00000000, 15 0x00000000, 16 0x00000000, 17 0x00000000, 18 0x00000004, 19 0x00000000, [all …]
|
/linux-6.12.1/arch/x86/realmode/rm/ |
D | reboot.S | 18 * This code is called with the restart type (0 = BIOS, 1 = APM) in 88 * actual BIOS entry point, anyway (that is at 0xfffffff0). 100 andl $0x00000011, %edx 101 orl $0x60000000, %edx 105 testl $0x60000000, %edx /* If no cache bits -> no wbinvd */ 109 andb $0x10, %dl 117 movw $0x1000, %ax 119 movw $0xf000, %sp 120 movw $0x5307, %ax 121 movw $0x0001, %bx [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-am64.dtsi | 54 ranges = <0x00 0x000f4000 0x00 0x000f4000 0x00 0x000002d0>, /* PINCTRL */ 55 <0x00 0x00420000 0x00 0x00420000 0x00 0x00001000>, /* ESM0 */ 56 <0x00 0x00600000 0x00 0x00600000 0x00 0x00001100>, /* GPIO */ 57 <0x00 0x00a40000 0x00 0x00a40000 0x00 0x00000800>, /* Timesync router */ 58 <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */ 59 <0x00 0x01000000 0x00 0x01000000 0x00 0x02330400>, /* First peripheral window */ 60 <0x00 0x08000000 0x00 0x08000000 0x00 0x00200000>, /* Main CPSW */ 61 <0x00 0x0d000000 0x00 0x0d000000 0x00 0x00800000>, /* PCIE_CORE */ 62 <0x00 0x0e000000 0x00 0x0e000000 0x00 0x00000100>, /* Main RTI0 */ 63 <0x00 0x0e010000 0x00 0x0e010000 0x00 0x00000100>, /* Main RTI1 */ [all …]
|
D | k3-am62.dtsi | 55 ranges = <0x00 0x000f0000 0x00 0x000f0000 0x00 0x00030000>, /* Main MMRs */ 56 <0x00 0x00420000 0x00 0x00420000 0x00 0x00001000>, /* ESM0 */ 57 <0x00 0x00600000 0x00 0x00600000 0x00 0x00001100>, /* GPIO */ 58 <0x00 0x00703000 0x00 0x00703000 0x00 0x00000200>, /* USB0 debug trace */ 59 <0x00 0x0070c000 0x00 0x0070c000 0x00 0x00000200>, /* USB1 debug trace */ 60 <0x00 0x00a40000 0x00 0x00a40000 0x00 0x00000800>, /* Timesync router */ 61 <0x00 0x01000000 0x00 0x01000000 0x00 0x01b28400>, /* First peripheral window */ 62 <0x00 0x08000000 0x00 0x08000000 0x00 0x00200000>, /* Main CPSW */ 63 <0x00 0x0e000000 0x00 0x0e000000 0x00 0x01d20000>, /* Second peripheral window */ 64 <0x00 0x0fd00000 0x00 0x0fd00000 0x00 0x00020000>, /* GPU */ [all …]
|
/linux-6.12.1/arch/arm/boot/dts/cirrus/ |
D | ep7209.dtsi | 28 #address-cells = <0>; 29 #size-cells = <0>; 47 reg = <0x80000000 0xc000>; 53 reg = <0x80000000 0x4000>; 60 reg = <0x80000000 0x1 0x80000040 0x1>; 67 reg = <0x80000001 0x1 0x80000041 0x1>; 74 reg = <0x80000003 0x1 0x80000043 0x1>; 81 reg = <0x80000083 0x1 0x800000c3 0x1>; 88 reg = <0x80000100 0x80>; 96 reg = <0x80000180 0x80>; [all …]
|
/linux-6.12.1/arch/sh/include/cpu-sh2a/cpu/ |
D | addrspace.h | 5 #define P0SEG 0x00000000 6 #define P1SEG 0x00000000 7 #define P2SEG 0x20000000 8 #define P3SEG 0x40000000 9 #define P4SEG 0x60000000
|
/linux-6.12.1/arch/powerpc/boot/dts/ |
D | mucmc52.dts | 78 phy0: ethernet-phy@0 { 80 reg = <0>; 91 reg = <0x2c>; 95 reg = <0x51>; 101 interrupt-map-mask = <0xf800 0 0 7>; 103 /* IDSEL 0x10 */ 104 0x8000 0 0 1 &mpc5200_pic 0 3 3 105 0x8000 0 0 2 &mpc5200_pic 0 3 3 106 0x8000 0 0 3 &mpc5200_pic 0 2 3 107 0x8000 0 0 4 &mpc5200_pic 0 1 3 [all …]
|
/linux-6.12.1/arch/arm/boot/dts/ti/keystone/ |
D | keystone-k2e.dtsi | 16 #size-cells = <0>; 20 cpu@0 { 23 reg = <0>; 64 reg = <0x2620750 24>; 72 reg = <0x25000000 0x10000>; 83 reg = <0x25010000 0x70000>; 91 reg = <0x0c000000 0x200000>; 92 ranges = <0x0 0x0c000000 0x200000>; 97 reg = <0x001f0000 0x8000>; 107 0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 0: dsp0 */ [all …]
|
/linux-6.12.1/arch/xtensa/boot/dts/ |
D | kc705_nommu.dts | 9 …bootargs = "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/… 11 memory@0 { 13 reg = <0x60000000 0x10000000>; 16 ranges = <0x00000000 0x90000000 0x10000000>;
|
/linux-6.12.1/arch/arc/plat-hsdk/ |
D | platform.c | 16 int arc_hsdk_axi_dmac_coherent __section(".data") = 0; 18 #define ARC_CCM_UNUSED_ADDR 0x60000000 21 #define ARC_PERIPHERAL_BASE 0xf0000000 22 #define CREG_BASE (ARC_PERIPHERAL_BASE + 0x1000) 24 #define SDIO_BASE (ARC_PERIPHERAL_BASE + 0xA000) 25 #define SDIO_UHS_REG_EXT (SDIO_BASE + 0x108) 28 #define HSDK_GPIO_INTC (ARC_PERIPHERAL_BASE + 0x3000) 66 * - GPIO[0] - Bluetooth interrupt of RS9113 module in hsdk_enable_gpio_intc_wire() 71 * use-case so we only enable lines 0, 2 and 3. in hsdk_enable_gpio_intc_wire() 75 #define GPIO_INTEN (HSDK_GPIO_INTC + 0x30) in hsdk_enable_gpio_intc_wire() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm958625-meraki-mx65.dts | 22 reg = <0x60000000 0x80000000>;
|
D | bcm958625-meraki-mx64.dts | 22 reg = <0x60000000 0x80000000>;
|
D | bcm958625-meraki-mx65w.dts | 22 reg = <0x60000000 0x80000000>;
|
12345678910>>...14