/linux/Documentation/devicetree/bindings/bus/ |
H A D | palmbus.yaml | 19 pattern: "^palmbus(@[0-9a-f]+)?$" 37 "@[0-9a-f]+$": 62 reg = <0x1e000000 0x100000>; 65 ranges = <0x0 0x1e000000 0x0fffff>; 72 gpio-ranges = <&pinctrl 0 0 95>; 74 reg = <0x600 0x100>;
|
/linux/arch/mips/include/asm/mach-ralink/ |
H A D | mt7621.h | 12 #define MT7621_PALMBUS_BASE 0x1C000000 13 #define MT7621_PALMBUS_SIZE 0x03FFFFFF 15 #define MT7621_SYSC_BASE IOMEM(0x1E000000) 17 #define SYSC_REG_CHIP_NAME0 0x00 18 #define SYSC_REG_CHIP_NAME1 0x04 19 #define SYSC_REG_CHIP_REV 0x0c 20 #define SYSC_REG_SYSTEM_CONFIG0 0x10 21 #define SYSC_REG_SYSTEM_CONFIG1 0x14 23 #define CHIP_REV_PKG_MASK 0x1 25 #define CHIP_REV_VER_MASK 0xf [all …]
|
H A D | rt3883.h | 15 #define RT3883_SDRAM_BASE 0x00000000 16 #define RT3883_SYSC_BASE IOMEM(0x10000000) 17 #define RT3883_TIMER_BASE 0x10000100 18 #define RT3883_INTC_BASE 0x10000200 19 #define RT3883_MEMC_BASE 0x10000300 20 #define RT3883_UART0_BASE 0x10000500 21 #define RT3883_PIO_BASE 0x10000600 22 #define RT3883_FSCC_BASE 0x10000700 23 #define RT3883_NANDC_BASE 0x10000810 24 #define RT3883_I2C_BASE 0x10000900 [all …]
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen9_renderstate.c | 11 0x000007a8, 12 0x000007b4, 13 0x000007bc, 14 0x000007cc, 19 0x7a000004, 20 0x01000000, 21 0x00000000, 22 0x00000000, 23 0x00000000, 24 0x00000000, [all …]
|
H A D | gen8_renderstate.c | 11 0x00000798, 12 0x000007a4, 13 0x000007ac, 14 0x000007bc, 19 0x7a000004, 20 0x01000000, 21 0x00000000, 22 0x00000000, 23 0x00000000, 24 0x00000000, [all …]
|
/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | brcm,bcm963xx-imagetag.txt | 18 reg = <0x1e000000 0x2000000>; 26 cfe@0 { 27 reg = <0x0 0x10000>; 32 reg = <0x10000 0x7d0000>; 37 reg = <0x7e0000 0x10000>; 42 reg = <0x7f0000 0x10000>;
|
/linux/arch/arm/mach-shmobile/ |
H A D | smp-emev2.c | 20 #define EMEV2_SCU_BASE 0x1e000000 21 #define EMEV2_SMU_BASE 0xe0110000 22 #define SMU_GENERAL_REG0 0x7c0 27 return 0; in emev2_boot_secondary()
|
/linux/arch/mips/boot/dts/mti/ |
H A D | malta.dts | 7 /memreserve/ 0x00000000 0x00001000; /* YAMON exception vectors */ 8 /memreserve/ 0x00001000 0x000ef000; /* YAMON */ 9 /memreserve/ 0x000f0000 0x00010000; /* PIIX4 ISA memory */ 25 reg = <0x1bdc0000 0x20000>; 56 reg = <0x1e000000 0x400000>; 66 yamon@0 { 68 reg = <0x0 0x100000>; 74 reg = <0x100000 0x2e0000>; 79 reg = <0x3e0000 0x20000>; 87 reg = <0x1f000000 0x1000>; [all …]
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm53016-dlink-dwl-8610ap.dts | 13 memory@0 { 16 reg = <0x00000000 0x08000000>, 17 <0x88000000 0x08000000>; 26 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 66 * Flash memory at 0x1e000000-0x1fffffff 72 reg = <0x1e080000 0x00020000>; 112 trx@0 { 114 reg = <0x00000000 0x02800000>; 121 reg = <0x02800000 0x02800000>; 128 reg = <0x05000000 0x03000000>;
|
H A D | bcm47094-dlink-dir-890l.dts | 31 memory@0 { 33 reg = <0x00000000 0x08000000>, 34 <0x88000000 0x08000000>; 46 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 108 * The flash memory is memory mapped at 0x1e000000-0x1fffffff 114 reg = <0x1e1f0000 0x00010000>; 151 firmware@0 { 154 reg = <0x00000000 0x08000000>; 175 port@0 {
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | desc.h | 25 * @rx_control_0: RX control word 0 34 #define AR5K_DESC_RX_CTL1_BUF_LEN 0x00000fff /* data buffer length */ 35 #define AR5K_DESC_RX_CTL1_INTREQ 0x00002000 /* RX interrupt request */ 39 * @rx_status_0: RX status word 0 50 /* RX status word 0 fields/flags */ 51 #define AR5K_5210_RX_DESC_STATUS0_DATA_LEN 0x00000fff /* RX data length */ 52 #define AR5K_5210_RX_DESC_STATUS0_MORE 0x00001000 /* more desc for this frame */ 53 #define AR5K_5210_RX_DESC_STATUS0_RECEIVE_ANT_5210 0x00004000 /* [5210] receive on ant 1 */ 54 #define AR5K_5210_RX_DESC_STATUS0_RECEIVE_RATE 0x00078000 /* reception rate */ 56 #define AR5K_5210_RX_DESC_STATUS0_RECEIVE_SIGNAL 0x07f80000 /* rssi */ [all …]
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | arm,pl172.txt | 11 first address cell and it may accept values 0..N-1 88 Example for pl172 with nor flash on chip select 0 shown below. 92 reg = <0x40005000 0x1000>; 97 ranges = <0 0 0x1c000000 0x1000000 98 1 0 0x1d000000 0x1000000 99 2 0 0x1e000000 0x1000000 100 3 0 0x1f000000 0x1000000>; 107 mpmc,cs = <0>; 110 mpmc,write-enable-delay = <0>; 111 mpmc,output-enable-delay = <0>; [all …]
|
/linux/arch/arm/boot/dts/arm/ |
H A D | arm-realview-pba8.dts | 29 arm,hbi = <0x178>; 33 #size-cells = <0>; 36 cpu0: cpu@0 { 39 reg = <0>; 46 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>; 56 reg = <0x1e001000 0x1000>, 57 <0x1e000000 0x100>; 63 interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>; 68 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>; 81 interrupts = <0 12 IRQ_TYPE_LEVEL_HIGH>; [all …]
|
H A D | vexpress-v2p-ca9.dts | 16 arm,hbi = <0x191>; 17 arm,vexpress,site = <0xf>; 38 #size-cells = <0>; 40 A9_0: cpu@0 { 43 reg = <0>; 71 reg = <0x60000000 0x40000000>; 79 /* Chipselect 3 is physically at 0x4c000000 */ 83 reg = <0x4c000000 0x00800000>; 90 reg = <0x10020000 0x1000>; 92 interrupts = <0 44 4>; [all …]
|
/linux/arch/powerpc/include/asm/ |
H A D | dcr-regs.h | 29 #define DCRN_CPR0_CONFIG_ADDR 0xc 30 #define DCRN_CPR0_CONFIG_DATA 0xd 33 #define DCRN_SDR0_CONFIG_ADDR 0xe 34 #define DCRN_SDR0_CONFIG_DATA 0xf 36 #define SDR0_PFC0 0x4100 37 #define SDR0_PFC1 0x4101 38 #define SDR0_PFC1_EPS 0x1c00000 40 #define SDR0_PFC1_RMII 0x02000000 41 #define SDR0_MFR 0x4300 42 #define SDR0_MFR_TAH0 0x80000000 /* TAHOE0 Enable */ [all …]
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | mpc8536ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 partition@0 { 45 reg = <0x0 0x03000000>; 50 reg = <0x03000000 0x00e00000>; 56 reg = <0x03e00000 0x00200000>; 62 reg = <0x04000000 0x00400000>; 67 reg = <0x04400000 0x03b00000>; 72 reg = <0x07f00000 0x00080000>; 77 reg = <0x07f80000 0x00080000>; [all …]
|
H A D | p2041rdb.dts | 67 size = <0 0x1000000>; 68 alignment = <0 0x1000000>; 71 size = <0 0x400000>; 72 alignment = <0 0x400000>; 75 size = <0 0x2000000>; 76 alignment = <0 0x2000000>; 81 ranges = <0x00000000 0xf 0x00000000 0x01008000>; 85 ranges = <0x0 0xf 0xf4000000 0x200000>; 89 ranges = <0x0 0xf 0xf4200000 0x200000>; 93 ranges = <0x00000000 0xf 0xfe000000 0x1000000>; [all …]
|
H A D | p2020ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 ramdisk@0 { 45 reg = <0x0 0x03000000>; 50 reg = <0x03000000 0x00e00000>; 55 reg = <0x03e00000 0x00200000>; 60 reg = <0x04000000 0x00400000>; 65 reg = <0x04400000 0x03b00000>; 69 reg = <0x07f00000 0x00080000>; 74 reg = <0x07f80000 0x00080000>; [all …]
|
/linux/arch/mips/alchemy/ |
H A D | board-gpr.c | 42 alchemy_gpio_direction_output(4, 0); in gpr_reset() 43 alchemy_gpio_direction_output(5, 0); in gpr_reset() 48 alchemy_gpio_direction_output(1, 0); in gpr_reset() 81 [0] = { 91 .id = 0, 99 * 0x00000000-0x00200000 : "kernel" 100 * 0x00200000-0x00a00000 : "rootfs" 101 * 0x01d00000-0x01f00000 : "config" 102 * 0x01c00000-0x01d00000 : "yamon" 103 * 0x01d00000-0x01d40000 : "yamon env vars" [all …]
|
H A D | board-mtx1.c | 41 __asm__ __volatile__("jr\t%0" : : "r"(0xbfc00000)); in mtx1_reset() 57 alchemy_gpio_direction_output(204, 0); in board_setup() 64 alchemy_wrsys(~0, AU1000_SYS_TRIOUTCLR); in board_setup() 65 alchemy_gpio_direction_output(0, 0); /* Disable M66EN (PCI 66MHz) */ in board_setup() 68 alchemy_gpio_direction_output(5, 0); /* Disable eth PHY TX_ER */ in board_setup() 72 alchemy_gpio_direction_output(212, 0); /* red off */ in board_setup() 105 .dev_id = "mtx1-wdt.0", 115 .id = 0, 144 .size = 0x01C00000, 145 .offset = 0, [all …]
|
/linux/arch/mips/ath25/ |
H A D | ar5312_regs.h | 17 #define AR5312_IRQ_WLAN0 (MIPS_CPU_IRQ_BASE + 2) /* C0_CAUSE: 0x0400 */ 18 #define AR5312_IRQ_ENET0 (MIPS_CPU_IRQ_BASE + 3) /* C0_CAUSE: 0x0800 */ 19 #define AR5312_IRQ_ENET1 (MIPS_CPU_IRQ_BASE + 4) /* C0_CAUSE: 0x1000 */ 20 #define AR5312_IRQ_WLAN1 (MIPS_CPU_IRQ_BASE + 5) /* C0_CAUSE: 0x2000 */ 21 #define AR5312_IRQ_MISC (MIPS_CPU_IRQ_BASE + 6) /* C0_CAUSE: 0x4000 */ 26 #define AR5312_MISC_IRQ_TIMER 0 41 * actually use 1 of them (i.e. Only MAC 0 is actually connected to an enet 44 #define AR5312_WLAN0_BASE 0x18000000 45 #define AR5312_ENET0_BASE 0x18100000 46 #define AR5312_ENET1_BASE 0x18200000 [all …]
|
/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson.h | 62 for (x = 0; x < 100000; x++) \ 75 #define LOONGSON_FLASH_BASE 0x1c000000 76 #define LOONGSON_FLASH_SIZE 0x02000000 /* 32M */ 79 #define LOONGSON_LIO0_BASE 0x1e000000 80 #define LOONGSON_LIO0_SIZE 0x01C00000 /* 28M */ 83 #define LOONGSON_BOOT_BASE 0x1fc00000 84 #define LOONGSON_BOOT_SIZE 0x00100000 /* 1M */ 86 #define LOONGSON_REG_BASE 0x1fe00000 87 #define LOONGSON_REG_SIZE 0x00100000 /* 256Bytes + 256Bytes + ??? */ 90 #define LOONGSON3_REG_BASE 0x3ff00000 [all …]
|
/linux/arch/microblaze/include/asm/ |
H A D | pvr.h | 13 #define PVR_MSR_BIT 0x400 22 #define PVR0_PVR_FULL_MASK 0x80000000 23 #define PVR0_USE_BARREL_MASK 0x40000000 24 #define PVR0_USE_DIV_MASK 0x20000000 25 #define PVR0_USE_HW_MUL_MASK 0x10000000 26 #define PVR0_USE_FPU_MASK 0x08000000 27 #define PVR0_USE_EXC_MASK 0x04000000 28 #define PVR0_USE_ICACHE_MASK 0x02000000 29 #define PVR0_USE_DCACHE_MASK 0x01000000 30 #define PVR0_USE_MMU 0x00800000 [all …]
|
/linux/arch/mips/include/asm/mach-loongson2ef/ |
H A D | loongson.h | 51 for (x = 0; x < 100000; x++) \ 60 #define LOONGSON_FLASH_BASE 0x1c000000 61 #define LOONGSON_FLASH_SIZE 0x02000000 /* 32M */ 64 #define LOONGSON_LIO0_BASE 0x1e000000 65 #define LOONGSON_LIO0_SIZE 0x01C00000 /* 28M */ 68 #define LOONGSON_BOOT_BASE 0x1fc00000 69 #define LOONGSON_BOOT_SIZE 0x00100000 /* 1M */ 71 #define LOONGSON_REG_BASE 0x1fe00000 72 #define LOONGSON_REG_SIZE 0x00100000 /* 256Bytes + 256Bytes + ??? */ 75 #define LOONGSON_LIO1_BASE 0x1ff00000 [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/include/ |
H A D | chipcommon.h | 14 u32 chipid; /* 0x0 */ 20 u32 otpstatus; /* 0x10, corerev >= 10 */ 26 u32 intstatus; /* 0x20 */ 30 u32 chipcontrol; /* 0x28, rev >= 11 */ 31 u32 chipstatus; /* 0x2c, rev >= 11 */ 34 u32 jtagcmd; /* 0x30, rev >= 10 */ 40 u32 flashcontrol; /* 0x40 */ 46 u32 broadcastaddress; /* 0x50 */ 50 u32 gpiopullup; /* 0x58, corerev >= 20 */ 51 u32 gpiopulldown; /* 0x5c, corerev >= 20 */ [all …]
|