/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_ops.c | 26 0, 27 0, 28 0x1c02, /* win 2: addr=0x1c02000, size=4096 bytes */ 29 0x1c80, /* win 3: addr=0x1c80000, size=4096 bytes */ 30 0x1d00, /* win 4: addr=0x1d00000, size=4096 bytes */ 31 0x1d01, /* win 5: addr=0x1d01000, size=4096 bytes */ 32 0x1d02, /* win 6: addr=0x1d02000, size=4096 bytes */ 33 0x1d80, /* win 7: addr=0x1d80000, size=4096 bytes */ 34 0x1d81, /* win 8: addr=0x1d81000, size=4096 bytes */ 35 0x1d82, /* win 9: addr=0x1d82000, size=4096 bytes */ [all …]
|
/linux/arch/arm/mach-orion5x/ |
H A D | ts209-setup.c | 29 #define QNAP_TS209_NOR_BOOT_BASE 0xf4000000 38 * [2] 0x00000000-0x00200000 : "Kernel" 39 * [3] 0x00200000-0x00600000 : "RootFS1" 40 * [4] 0x00600000-0x00700000 : "RootFS2" 41 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only) 42 * [5] 0x00760000-0x00780000 : "U-Boot Config" 43 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only) 48 .size = 0x00080000, 49 .offset = 0x00780000, 53 .size = 0x00200000, [all …]
|
H A D | ts409-setup.c | 41 * - RTC S35390A (@0x30) on I2C bus 50 #define QNAP_TS409_NOR_BOOT_BASE 0xff800000 59 * [2] 0x00000000-0x00200000 : "Kernel" 60 * [3] 0x00200000-0x00600000 : "RootFS1" 61 * [4] 0x00600000-0x00700000 : "RootFS2" 62 * [6] 0x00700000-0x00760000 : "NAS Config" (read-only) 63 * [5] 0x00760000-0x00780000 : "U-Boot Config" 64 * [1] 0x00780000-0x00800000 : "U-Boot" (read-only) 69 .size = 0x00080000, 70 .offset = 0x00780000, [all …]
|
/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | qcom,qfprom.yaml | 98 reg = <0 0x00784000 0 0x8ff>, 99 <0 0x00780000 0 0x7a0>, 100 <0 0x00782000 0 0x100>, 101 <0 0x00786000 0 0x1fff>; 110 reg = <0x25b 0x1>; 123 reg = <0 0x00784000 0 0x8ff>; 128 reg = <0x1eb 0x1>;
|
/linux/arch/powerpc/boot/dts/ |
H A 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/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-igep0033.dtsi | 15 cpu@0 { 22 reg = <0x80000000 0x10000000>; /* 256 MB */ 27 pinctrl-0 = <&leds_pins>; 102 ethphy0: ethernet-phy@0 { 103 reg = <0>; 130 pinctrl-0 = <&nandflash_pins>; 132 ranges = <0 0 0x08000000 0x1000000>; /* CS0: 16MB for NAND */ 134 nand@0,0 { 136 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 138 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ [all …]
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 9 #define BOOK3E_PAGESZ_1K 0 44 #define MAS0_TLBSEL_MASK 0x30000000 49 #define MAS0_ESEL_MASK 0x0FFF0000 52 #define MAS0_NV(x) ((x) & 0x00000FFF) 53 #define MAS0_HES 0x00004000 54 #define MAS0_WQ_ALLWAYS 0x00000000 55 #define MAS0_WQ_COND 0x00001000 56 #define MAS0_WQ_CLR_RSRV 0x00002000 58 #define MAS1_VALID 0x80000000 59 #define MAS1_IPROT 0x40000000 [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 135 uint16_t offset = 0, check_offset; in combios_get_table_offset() 138 return 0; in combios_get_table_offset() 143 check_offset = 0xc; in combios_get_table_offset() 146 check_offset = 0x14; in combios_get_table_offset() 149 check_offset = 0x2a; in combios_get_table_offset() 152 check_offset = 0x2c; in combios_get_table_offset() 155 check_offset = 0x2e; in combios_get_table_offset() 158 check_offset = 0x30; in combios_get_table_offset() 161 check_offset = 0x32; in combios_get_table_offset() 164 check_offset = 0x34; in combios_get_table_offset() [all …]
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721.h | 13 DBG_NONE = 0, 14 DBG_INIT = BIT(0), /* driver init */ 26 DBG_ALL = ~0, 36 } while (0) 53 #define DEFAULT_HOPCOUNT 0xff 54 #define DEFAULT_DESTID 0xff 57 #define PCI_DEVICE_ID_TSI721 0x80ab 59 #define BAR_0 0 67 #define TSI721_MAINT_WIN 0 /* Window for outbound maintenance requests */ 68 #define IDB_QUEUE 0 /* Inbound Doorbell Queue to use */ [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/drivers/net/ethernet/sun/ |
H A D | niu.h | 10 #define PIO 0x000000UL 11 #define FZC_PIO 0x080000UL 12 #define FZC_MAC 0x180000UL 13 #define FZC_IPP 0x280000UL 14 #define FFLP 0x300000UL 15 #define FZC_FFLP 0x380000UL 16 #define PIO_VADDR 0x400000UL 17 #define ZCP 0x500000UL 18 #define FZC_ZCP 0x580000UL 19 #define DMC 0x600000UL [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8998.dtsi | 16 qcom,msm-id = <292 0x0>; 26 reg = <0x0 0x80000000 0x0 0x0>; 35 reg = <0x0 0x85800000 0x0 0x600000>; 40 reg = <0x0 0x85e00000 0x0 0x100000>; 45 reg = <0x0 0x86000000 0x0 0x200000>; 50 reg = <0x0 0x86200000 0x0 0x2d00000>; 56 reg = <0x0 0x88f00000 0x0 0x200000>; 64 reg = <0x0 0x8ab00000 0x0 0x700000>; 69 reg = <0x0 0x8b200000 0x0 0x1a00000>; 74 reg = <0x0 0x8cc00000 0x0 0x7000000>; [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 19 REPLY_ALIVE = 0x1, 20 REPLY_ERROR = 0x2, 21 REPLY_ECHO = 0x3, /* test command */ 24 REPLY_RXON = 0x10, 25 REPLY_RXON_ASSOC = 0x11, 26 REPLY_QOS_PARAM = 0x13, 27 REPLY_RXON_TIMING = 0x14, 30 REPLY_ADD_STA = 0x18, 31 REPLY_REMOVE_STA = 0x19, 32 REPLY_REMOVE_ALL_STA = 0x1a, /* not used */ [all …]
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 72 #define IL_UCODE_MAJOR(ver) (((ver) & 0xFF000000) >> 24) 73 #define IL_UCODE_MINOR(ver) (((ver) & 0x00FF0000) >> 16) 74 #define IL_UCODE_API(ver) (((ver) & 0x0000FF00) >> 8) 75 #define IL_UCODE_SERIAL(ver) ((ver) & 0x000000FF) 83 N_ALIVE = 0x1, 84 N_ERROR = 0x2, 87 C_RXON = 0x10, 88 C_RXON_ASSOC = 0x11, 89 C_QOS_PARAM = 0x13, 90 C_RXON_TIMING = 0x14, [all …]
|