/linux/arch/arm/mach-imx/ |
H A D | hardware.h | 21 (addr) - (module ## _BASE_ADDR) + (module ## _BASE_ADDR_VIRT) : 0) 35 * whole address space to [0xf4000000, 0xf5ffffff]. So [0xf6000000,0xfeffffff] 41 * IO 0x00200000+0x100000 -> 0xf4000000+0x100000 43 * AIPI 0x10000000+0x100000 -> 0xf4400000+0x100000 44 * SAHB1 0x80000000+0x100000 -> 0xf5000000+0x100000 45 * X_MEMC 0xdf000000+0x004000 -> 0xf5f00000+0x004000 47 * AIPS1 0x43f00000+0x100000 -> 0xf5300000+0x100000 48 * AIPS2 0x53f00000+0x100000 -> 0xf5700000+0x100000 49 * AVIC 0x68000000+0x100000 -> 0xf5800000+0x100000 51 * AIPI 0x10000000+0x100000 -> 0xf4400000+0x100000 [all …]
|
/linux/arch/xtensa/boot/dts/ |
H A D | virt.dts | 14 memory@0 { 16 reg = <0x00000000 0x80000000>; 21 #size-cells = <0>; 22 cpu@0 { 24 reg = <0>; 31 #clock-cells = <0>; 40 * two cells: second cell == 0: internal irq number 43 #address-cells = <0>; 53 #interrupt-cells = <0x1>; 55 bus-range = <0x0 0x3e>; [all …]
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | hisilicon,kirin-pcie.yaml | 78 reg = <0x0 0xf4000000 0x0 0x1000>, 79 <0x0 0xff3fe000 0x0 0x1000>, 80 <0x0 0xf3f20000 0x0 0x40000>, 81 <0x0 0xf5000000 0x0 0x2000>; 83 bus-range = <0x0 0xff>; 87 ranges = <0x02000000 0x0 0x00000000 88 0x0 0xf6000000 89 0x0 0x02000000>; 92 interrupts = <0 283 4>; 94 interrupt-map-mask = <0xf800 0 0 7>; [all …]
|
H A D | hisilicon-histb-pcie.txt | 38 - phys: List of phandle and phy mode specifier, should be 0. 44 reg = <0xf9860000 0x1000>, 45 <0xf0000000 0x2000>, 46 <0xf2000000 0x01000000>; 51 bus-range = <0 15>; 53 ranges=<0x81000000 0 0 0xf4000000 0 0x00010000 54 0x82000000 0 0xf3000000 0xf3000000 0 0x01000000>; 58 interrupt-map-mask = <0 0 0 0>; 59 interrupt-map = <0 0 0 0 &gic GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 65 resets = <&crg 0x18c 6>, <&crg 0x18c 5>, <&crg 0x18c 4>;
|
/linux/arch/sh/include/cpu-sh4/cpu/ |
H A D | addrspace.h | 10 #define P0SEG 0x00000000 11 #define P1SEG 0x80000000 12 #define P2SEG 0xa0000000 13 #define P3SEG 0xc0000000 14 #define P4SEG 0xe0000000 18 #define P4SEG_IC_ADDR 0xf0000000 19 #define P4SEG_IC_DATA 0xf1000000 20 #define P4SEG_ITLB_ADDR 0xf2000000 21 #define P4SEG_ITLB_DATA 0xf3000000 22 #define P4SEG_OC_ADDR 0xf4000000 [all …]
|
H A D | cache.h | 17 #define SH_CCR 0xff00001c /* Address of Cache Control Register */ 18 #define CCR_CACHE_OCE 0x0001 /* Operand Cache Enable */ 19 #define CCR_CACHE_WT 0x0002 /* Write-Through (for P0,U0,P3) (else writeback)*/ 20 #define CCR_CACHE_CB 0x0004 /* Copy-Back (for P1) (else writethrough) */ 21 #define CCR_CACHE_OCI 0x0008 /* OC Invalidate */ 22 #define CCR_CACHE_ORA 0x0020 /* OC RAM Mode */ 23 #define CCR_CACHE_OIX 0x0080 /* OC Index Enable */ 24 #define CCR_CACHE_ICE 0x0100 /* Instruction Cache Enable */ 25 #define CCR_CACHE_ICI 0x0800 /* IC Invalidate */ 26 #define CCR_CACHE_IIX 0x8000 /* IC Index Enable */ [all …]
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | orion-nand.txt | 9 - cle : Address line number connected to CLE. Default is 0 23 cle = <0>; 28 reg = <0xf4000000 0x400>; 30 partition@0 { 32 reg = <0x0000000 0x100000>; 38 reg = <0x0100000 0x200000>; 43 reg = <0x0300000 0x100000>; 48 reg = <0x0400000 0x7d00000>;
|
/linux/arch/arm/include/debug/ |
H A D | imx.S | 20 (((x) & 0x80000000) >> 7) | \ 21 (0xf4000000 + \ 22 (((x) & 0x50000000) >> 6) + \ 23 (((x) & 0x0b000000) >> 4) + \ 24 (((x) & 0x000fffff)))) 35 str \rd, [\rx, #0x40] @ TXDATA 45 1002: ldr \rd, [\rx, #0x98] @ SR2
|
/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 …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | smsc,lan9115.yaml | 103 reg = <0xf4000000 0x2000000>;
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | cyrus_p5020.dts | 30 size = <0 0x1000000>; 31 alignment = <0 0x1000000>; 34 size = <0 0x400000>; 35 alignment = <0 0x400000>; 38 size = <0 0x2000000>; 39 alignment = <0 0x2000000>; 44 ranges = <0x00000000 0xf 0x00000000 0x01008000>; 48 ranges = <0x0 0xf 0xf4000000 0x200000>; 52 ranges = <0x0 0xf 0xf4200000 0x200000>; 56 ranges = <0x00000000 0xf 0xfe000000 0x1000000>; [all …]
|
H A D | oca4080.dts | 58 size = <0 0x1000000>; 59 alignment = <0 0x1000000>; 62 size = <0 0x400000>; 63 alignment = <0 0x400000>; 66 size = <0 0x2000000>; 67 alignment = <0 0x2000000>; 72 ranges = <0x00000000 0xf 0x00000000 0x01008000>; 76 ranges = <0x0 0xf 0xf4000000 0x200000>; 80 ranges = <0x0 0xf 0xf4200000 0x200000>; 84 ranges = <0x00000000 0xf 0xfe000000 0x1000000>; [all …]
|
H A D | kmcoge4.dts | 30 size = <0 0x1000000>; 31 alignment = <0 0x1000000>; 34 size = <0 0x400000>; 35 alignment = <0 0x400000>; 38 size = <0 0x2000000>; 39 alignment = <0 0x2000000>; 44 ranges = <0x00000000 0xf 0x00000000 0x01008000>; 48 ranges = <0x0 0xf 0xf4000000 0x200000>; 52 ranges = <0x0 0xf 0xf4200000 0x200000>; 56 ranges = <0x00000000 0xf 0xfe000000 0x1000000>; [all …]
|
H A D | t208xrdb.dtsi | 48 size = <0 0x1000000>; 49 alignment = <0 0x1000000>; 52 size = <0 0x400000>; 53 alignment = <0 0x400000>; 56 size = <0 0x2000000>; 57 alignment = <0 0x2000000>; 62 reg = <0xf 0xfe124000 0 0x2000>; 63 ranges = <0 0 0xf 0xe8000000 0x08000000 64 2 0 0xf 0xff800000 0x00010000 65 3 0 0xf 0xffdf0000 0x00008000>; [all …]
|
H A D | t1023rdb.dts | 50 size = <0 0x1000000>; 51 alignment = <0 0x1000000>; 55 size = <0 0x400000>; 56 alignment = <0 0x400000>; 60 size = <0 0x2000000>; 61 alignment = <0 0x2000000>; 66 reg = <0xf 0xfe124000 0 0x2000>; 67 ranges = <0 0 0xf 0xe8000000 0x08000000 68 1 0 0xf 0xff800000 0x00010000>; 70 nor@0,0 { [all …]
|
H A D | kmcent2.dts | 27 size = <0 0x1000000>; 28 alignment = <0 0x1000000>; 31 size = <0 0x400000>; 32 alignment = <0 0x400000>; 35 size = <0 0x2000000>; 36 alignment = <0 0x2000000>; 41 reg = <0xf 0xfe124000 0 0x2000>; 42 ranges = <0 0 0xf 0xe8000000 0x04000000 43 1 0 0xf 0xfa000000 0x00010000 44 2 0 0xf 0xfb000000 0x00010000 [all …]
|
H A D | t104xd4rdb.dtsi | 42 size = <0 0x1000000>; 43 alignment = <0 0x1000000>; 46 size = <0 0x400000>; 47 alignment = <0 0x400000>; 50 size = <0 0x2000000>; 51 alignment = <0 0x2000000>; 56 reg = <0xf 0xfe124000 0 0x2000>; 57 ranges = <0 0 0xf 0xe8000000 0x08000000 58 2 0 0xf 0xff800000 0x00010000 59 3 0 0xf 0xffdf0000 0x00008000>; [all …]
|
H A D | t104xrdb.dtsi | 48 size = <0 0x1000000>; 49 alignment = <0 0x1000000>; 52 size = <0 0x400000>; 53 alignment = <0 0x400000>; 56 size = <0 0x2000000>; 57 alignment = <0 0x2000000>; 62 reg = <0xf 0xfe124000 0 0x2000>; 63 ranges = <0 0 0xf 0xe8000000 0x08000000 64 2 0 0xf 0xff800000 0x00010000 65 3 0 0xf 0xffdf0000 0x00008000>; [all …]
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | orion5x-kuroboxpro.dts | 59 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>, 60 <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>, 61 <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x40000>, 62 <MBUS_ID(0x01, 0x1e) 0 0xfc000000 0x1000000>; 67 reg = <0x00000000 0x8000000>; 86 reg = <MBUS_ID(0x01, 0x1e) 0 0x400>; 87 cle = <0>; 96 uImage@0 { /* 4 MB */ 97 reg = <0 0x400000>; 102 reg = <0x400000 0x4000000>; [all …]
|
H A D | orion5x-rd88f5182-nas.dts | 15 reg = <0x00000000 0x4000000>; /* 64 MB */ 24 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>, 25 <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>, 26 <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x80000>, 27 <MBUS_ID(0x01, 0x1d) 0 0xfc000000 0x1000000>; 32 pinctrl-0 = <&pmx_debug_led>; 35 led-0 { 38 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; 49 devbus,badr-skew-ps = <0>; 58 flash@0 { [all …]
|
H A D | orion5x-linkstation.dtsi | 55 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>, 56 <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>, 57 <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x40000>; 67 #size-cells = <0>; 68 pinctrl-0 = <&pmx_power_usb &pmx_power_hdd>; 109 flash@0 { 111 reg = <0 0x40000>; 119 header@0 { 120 reg = <0 0x30000>; 125 reg = <0x30000 0xF000>; [all …]
|
H A D | orion5x-netgear-wnr854t.dts | 20 reg = <0x00000000 0x2000000>; /* 32 MB */ 28 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>, 29 <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>, 30 <MBUS_ID(0x01, 0x0f) 0 0xf4000000 0x800000>; 35 pinctrl-0 = <&pmx_reset_button>; 47 pinctrl-0 = <&pmx_power_led &pmx_power_led_blink &pmx_wan_led>; 50 led@0 { 52 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; 72 flash@0 { 74 reg = <0 0x800000>; [all …]
|
/linux/drivers/of/unittest-data/ |
H A D | tests-address.dtsi | 17 ranges = <0x70000000 0x70000000 0x50000000>, 18 <0x00000000 0xd0000000 0x20000000>; 19 dma-ranges = <0x0 0x20000000 0x40000000>; 22 reg = <0x70000000 0x1000>; 28 ranges = <0x0 0x0 0x80000000 0x0 0x100000>; 29 dma-ranges = <0x1 0x0 0x0 0x20 0x0>; 32 reg = <0x0 0x1000 0x0 0x1000>; 40 reg = <0x90000000 0x1000>; 41 ranges = <0x42000000 0x0 0x40000000 0x40000000 0x0 0x10000000>; 42 dma-ranges = <0x42000000 0x0 0x80000000 0x00000000 0x0 0x10000000>, [all …]
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10)) 16 asm volatile(str(COPY(0, %0, 0))";" in copy() 25 asm volatile(str(COPY(0, %0, 1))";" in copy_first() 34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31)) 42 asm volatile(str(PASTE(0, %1, 0, 0))";" in paste() 43 "mfcr %0;" in paste() 55 asm volatile(str(PASTE(0, %1, 1, 1))";" in paste_last() 56 "mfcr %0;" in paste_last() 64 #define PPC_INST_COPY __COPY(0, 0, 0) 65 #define PPC_INST_COPY_FIRST __COPY(0, 0, 1) [all …]
|
/linux/drivers/remoteproc/ |
H A D | ingenic_rproc.c | 18 #define REG_AUX_CTRL 0x0 19 #define REG_AUX_MSG_ACK 0x10 20 #define REG_AUX_MSG 0x14 21 #define REG_CORE_MSG_ACK 0x18 22 #define REG_CORE_MSG 0x1C 28 #define AUX_CTRL_SW_RESET BIT(0) 47 { "tcsm0", 0x132b0000 }, 48 { "tcsm1", 0xf4000000 }, 49 { "sram", 0x132f0000 }, 88 return 0; in ingenic_rproc_unprepare() [all …]
|