| /linux-4.4.14/arch/x86/crypto/ |
| D | serpent-sse2-x86_64-asm_64.S | 56 #define S0_1(x0, x1, x2, x3, x4) \ argument 57 movdqa x3, x4; \ 59 pxor x4, x0; \ 60 pxor x2, x4; \ 61 pxor RNOT, x4; \ 64 pxor x4, x1; \ 66 #define S0_2(x0, x1, x2, x3, x4) \ argument 68 por x0, x4; \ 73 pxor x4, x2; \ 76 #define S1_1(x0, x1, x2, x3, x4) \ argument [all …]
|
| D | serpent-sse2-i586-asm_32.S | 57 #define K(x0, x1, x2, x3, x4, i) \ argument 58 get_key(i, 0, x4); \ 61 pxor x4, x0; \ 64 get_key(i, 3, x4); \ 65 pxor x4, x3; 67 #define LK(x0, x1, x2, x3, x4, i) \ argument 68 movdqa x0, x4; \ 70 psrld $(32 - 13), x4; \ 71 por x4, x0; \ 73 movdqa x2, x4; \ [all …]
|
| D | serpent-avx2-asm_64.S | 60 #define S0_1(x0, x1, x2, x3, x4) \ argument 63 vpxor x2, x3, x4; \ 64 vpxor RNOT, x4, x4; \ 67 vpxor x4, x1, x1; \ 69 #define S0_2(x0, x1, x2, x3, x4) \ argument 71 vpor x0, x4, x4; \ 76 vpxor x4, x2, x2; \ 79 #define S1_1(x0, x1, x2, x3, x4) \ argument 83 vpand tp, x1, x4; \ 88 #define S1_2(x0, x1, x2, x3, x4) \ argument [all …]
|
| D | serpent-avx-x86_64-asm_64.S | 68 #define S0_1(x0, x1, x2, x3, x4) \ argument 71 vpxor x2, x3, x4; \ 72 vpxor RNOT, x4, x4; \ 75 vpxor x4, x1, x1; \ 77 #define S0_2(x0, x1, x2, x3, x4) \ argument 79 vpor x0, x4, x4; \ 84 vpxor x4, x2, x2; \ 87 #define S1_1(x0, x1, x2, x3, x4) \ argument 91 vpand tp, x1, x4; \ 96 #define S1_2(x0, x1, x2, x3, x4) \ argument [all …]
|
| D | glue_helper-asm-avx.S | 18 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 23 vmovdqu (4*16)(src), x4; \ 28 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 33 vmovdqu x4, (4*16)(dst); \ 38 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 42 vpxor (3*16)(src), x4, x4; \ 46 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7); 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument 71 vpshufb t1, x7, x4; \ 82 #define store_ctr_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument [all …]
|
| D | glue_helper-asm-avx2.S | 13 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 18 vmovdqu (4*32)(src), x4; \ 23 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 28 vmovdqu x4, (4*32)(dst); \ 33 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument 40 vpxor (3*32+16)(src), x4, x4; \ 44 store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7); 60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument 82 vpshufb t1, t2, x4; \ 93 #define store_ctr_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument [all …]
|
| D | camellia-aesni-avx-asm_64.S | 49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument 63 vpshufb t4, x4, x4; \ 75 filter_8bit(x4, t0, t1, t7, t6); \ 90 vaesenclast t4, x4, x4; \ 115 filter_8bit(x4, t4, t5, t7, t2); \ 136 vpxor x4, x3, x3; \ 138 vpxor x2, x4, x4; \ 144 vpxor x4, x1, x1; \ 148 vpxor x3, x4, x4; \ 157 vpxor t3, x4, x4; \ [all …]
|
| D | camellia-aesni-avx2-asm_64.S | 66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument 86 vpshufb t4, x4, x4; \ 101 filter_8bit(x4, t5, t6, t7, t4); \ 121 vextracti128 $1, x4, t2##_x; \ 133 vaesenclast t4##_x, x4##_x, x4##_x; \ 135 vinserti128 $1, t2##_x, x4, x4; \ 155 filter_8bit(x4, t4, t5, t7, t2); \ 167 vpxor x4, x3, x3; \ 175 vpxor x2, x4, x4; \ 185 vpxor x4, x1, x1; \ [all …]
|
| D | salsa20-x86_64-asm_64.S | 115 # x4 = x5 167 # x4 ^= a 175 # a = x0 + x4 187 # a = x4 + x8 277 # b = x4 + x5 305 # x4 ^= b 313 # b = x7 + x4 383 # x4 ^= a 391 # a = x0 + x4 403 # a = x4 + x8 [all …]
|
| D | chacha20-avx2-x86_64.S | 80 # x0 += x4, x12 = rotl32(x12 ^ x0, 16) 101 # x8 += x12, x4 = rotl32(x4 ^ x8, 12) 126 # x0 += x4, x12 = rotl32(x12 ^ x0, 8) 147 # x8 += x12, x4 = rotl32(x4 ^ x8, 7) 187 # x3 += x4, x14 = rotl32(x14 ^ x3, 16) 211 # x9 += x14, x4 = rotl32(x4 ^ x9, 12) 233 # x3 += x4, x14 = rotl32(x14 ^ x3, 8) 257 # x9 += x14, x4 = rotl32(x4 ^ x9, 7)
|
| D | chacha20-ssse3-x86_64.S | 205 # x0 += x4, x12 = rotl32(x12 ^ x0, 16) 230 # x8 += x12, x4 = rotl32(x4 ^ x8, 12) 259 # x0 += x4, x12 = rotl32(x12 ^ x0, 8) 284 # x8 += x12, x4 = rotl32(x4 ^ x8, 7) 331 # x3 += x4, x14 = rotl32(x14 ^ x3, 16) 359 # x9 += x14, x4 = rotl32(x4 ^ x9, 12) 385 # x3 += x4, x14 = rotl32(x14 ^ x3, 8) 413 # x9 += x14, x4 = rotl32(x4 ^ x9, 7) 443 # x4[0-3] += s1[0]
|
| D | salsa20-i586-asm_32.S | 152 # x4 = in4 225 # p ^= x4 239 # x4 = p 275 # p += x4 349 # r = x4 427 # r ^= x4 441 # x4 = r 489 # p ^= x4 503 # x4 = p 539 # p += x4 [all …]
|
| /linux-4.4.14/crypto/ |
| D | seed.c | 337 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local 342 x4 = be32_to_cpu(key[3]); in seed_set_key() 346 t1 = x2 + KC[i] - x4; in seed_set_key() 358 x3 = (x3 << 8) ^ (x4 >> 24); in seed_set_key() 359 x4 = (x4 << 8) ^ (t0 >> 24); in seed_set_key() 373 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local 379 x4 = be32_to_cpu(src[3]); in seed_encrypt() 381 OP(x1, x2, x3, x4, 0); in seed_encrypt() 382 OP(x3, x4, x1, x2, 2); in seed_encrypt() 383 OP(x1, x2, x3, x4, 4); in seed_encrypt() [all …]
|
| D | serpent_generic.c | 50 #define LK(x0, x1, x2, x3, x4, i) ({ \ argument 52 x2 = rol32(x2, 3); x1 ^= x0; x4 = x0 << 3; \ 54 x1 = rol32(x1, 1); x3 ^= x4; \ 55 x3 = rol32(x3, 7); x4 = x1; \ 56 x0 ^= x1; x4 <<= 7; x2 ^= x3; \ 57 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \ 62 #define KL(x0, x1, x2, x3, x4, i) ({ \ argument 65 x4 = x1; x2 ^= x3; x0 ^= x3; \ 66 x4 <<= 7; x0 ^= x1; x1 = ror32(x1, 1); \ 67 x2 ^= x4; x3 = ror32(x3, 7); x4 = x0 << 3; \ [all …]
|
| /linux-4.4.14/arch/arm64/kvm/ |
| D | hyp-init.S | 64 mrs x4, tcr_el1 66 and x4, x4, x5 68 orr x4, x4, x5 86 bfi x4, x5, TCR_T0SZ_OFFSET, TCR_TxSZ_WIDTH 88 msr tcr_el2, x4 90 ldr x4, =VTCR_EL2_FLAGS 96 bfi x4, x5, #16, #3 97 msr vtcr_el2, x4 99 mrs x4, mair_el1 100 msr mair_el2, x4 [all …]
|
| D | hyp.S | 130 stp x4, x5, [x3] 140 pop x4, x5 // x0, x1 143 stp x4, x5, [x3] 156 ldp x4, x5, [x3] 158 push x4, x5 // Push x0-x3 on the stack 162 ldp x4, x5, [x3, #32] 197 mrs x4, vmpidr_el2 220 stp x4, x5, [x3] 263 str x21, [x4, #(15 * 8)] 264 str x20, [x4, #(14 * 8)] [all …]
|
| /linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
| D | hip05_hns.dtsi | 41 149 0x4 150 0x4 151 0x4 152 0x4 42 153 0x4 154 0x4 26 0x4 27 0x4 43 155 0x4 156 0x4 157 0x4 158 0x4 159 0x4 160 0x4 45 0x6 0x4 0x7 0x4 0x8 0x4 0x9 0x4 46 16 0x4 17 0x4 18 0x4 19 0x4 47 22 0x4 23 0x4 24 0x4 25 0x4 49 0x0 0x4 0x1 0x4 0x2 0x4 0x3 0x4 50 0x4 0x4 0x5 0x4 12 0x4 13 0x4 52 128 0x4 129 0x4 130 0x4 53 0x83 0x4 0x84 0x4 0x85 0x4 0x86 0x4 0x87 0x4 0x88 0x4 [all …]
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | spear13xx.dtsi | 94 interrupts = <0 28 0x4>; 101 interrupts = <0 29 0x4>; 110 interrupts = <0 19 0x4>; 126 interrupts = <0 59 0x4>; 148 interrupts = <0 20 0x4 149 0 21 0x4 150 0 22 0x4 151 0 23 0x4>; 159 interrupts = <0 33 0x4 160 0 34 0x4>; [all …]
|
| D | spear1310.dtsi | 62 interrupts = <0 68 0x4>; 71 interrupts = <0 69 0x4>; 80 interrupts = <0 70 0x4>; 90 interrupts = <0 68 0x4>; 92 interrupt-map = <0x0 0 &gic 0 68 0x4>; 108 interrupts = <0 69 0x4>; 110 interrupt-map = <0x0 0 &gic 0 69 0x4>; 126 interrupts = <0 70 0x4>; 128 interrupt-map = <0x0 0 &gic 0 70 0x4>; 143 interrupts = <0 95 0x4>; [all …]
|
| D | mmp2.dtsi | 55 reg = <0x150 0x4>, <0x168 0x4>; 65 reg = <0x154 0x4>, <0x16c 0x4>; 76 reg = <0x180 0x4>, <0x17c 0x4>; 86 reg = <0x158 0x4>, <0x170 0x4>; 96 reg = <0x15c 0x4>, <0x174 0x4>; 106 reg = <0x160 0x4>, <0x178 0x4>; 116 reg = <0x188 0x4>, <0x184 0x4>; 187 reg = <0xd4019000 0x4>; 191 reg = <0xd4019004 0x4>; 195 reg = <0xd4019008 0x4>; [all …]
|
| D | spear1340.dtsi | 45 interrupts = <0 72 0x4>; 55 interrupts = <0 68 0x4>; 57 interrupt-map = <0x0 0 &gic 0 68 0x4>; 73 interrupts = <0 98 0x4 74 0 99 0x4>; 84 interrupts = <0 100 0x4 85 0 101 0x4>; 108 interrupts = <0 84 0x4>; 115 interrupts = <0 85 0x4>; 124 interrupts = <0 99 0x4>; [all …]
|
| D | omap4460.dtsi | 44 reg = <0x4a002260 0x4 45 0x4a00232C 0x4 57 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, 58 <0x4A002268 0x4>; 75 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>, 76 <0x4A002268 0x4>;
|
| D | hi3620.dtsi | 101 reboot-offset = <0x4>; 214 interrupts = <0 64 0x4>; 228 interrupts = <0 65 0x4>; 243 interrupts = <0 66 0x4>; 258 interrupts = <0 67 0x4>; 273 interrupts = <0 68 0x4>; 288 interrupts = <0 69 0x4>; 303 interrupts = <0 70 0x4>; 318 interrupts = <0 71 0x4>; 333 interrupts = <0 72 0x4>; [all …]
|
| D | hisi-x5hd2.dtsi | 138 interrupts = <0 108 0x4>; 151 interrupts = <0 109 0x4>; 164 interrupts = <0 110 0x4>; 177 interrupts = <0 111 0x4>; 190 interrupts = <0 112 0x4>; 203 interrupts = <0 113 0x4>; 216 interrupts = <0 114 0x4>; 229 interrupts = <0 115 0x4>; 242 interrupts = <0 116 0x4>; 255 interrupts = <0 117 0x4>; [all …]
|
| D | sun5i.dtsi | 86 reg = <0x01c20050 0x4>; 101 reg = <0x01c20000 0x4>; 118 reg = <0x01c20018 0x4>; 126 reg = <0x01c20020 0x4>; 134 reg = <0x01c20028 0x4>; 143 reg = <0x01c20054 0x4>; 151 reg = <0x01c20054 0x4>; 159 reg = <0x01c20054 0x4>; 173 reg = <0x01c20054 0x4>; 181 reg = <0x01c20058 0x4>; [all …]
|
| D | sun9i-a80.dtsi | 149 reg = <0x00a08000 0x4>; 160 reg = <0x00a08004 0x4>; 170 reg = <0x0600000c 0x4>; 178 reg = <0x0600002c 0x4>; 186 reg = <0x0600005c 0x4>; 194 reg = <0x06000060 0x4>; 202 reg = <0x06000064 0x4>; 210 reg = <0x06000068 0x4>; 218 reg = <0x06000070 0x4>; 226 reg = <0x06000074 0x4>; [all …]
|
| D | ste-hrefprev60-stuib.dts | 32 touch-gpio = <&gpio2 12 0x4>; 33 reset-gpio = <&tc3589x_gpio 13 0x4>; 36 touch-gpio = <&gpio2 12 0x4>; 37 reset-gpio = <&tc3589x_gpio 13 0x4>;
|
| D | ste-hrefv60plus-stuib.dts | 34 touch-gpio = <&gpio2 20 0x4>; 35 reset-gpio = <&gpio4 17 0x4>; 38 touch-gpio = <&gpio2 20 0x4>; 39 reset-gpio = <&gpio4 17 0x4>;
|
| D | sun4i-a10.dtsi | 179 reg = <0x01c20050 0x4>; 194 reg = <0x01c20000 0x4>; 211 reg = <0x01c20018 0x4>; 219 reg = <0x01c20020 0x4>; 227 reg = <0x01c20028 0x4>; 236 reg = <0x01c20054 0x4>; 244 reg = <0x01c20054 0x4>; 252 reg = <0x01c2005c 0x4>; 261 reg = <0x01c20054 0x4>; 306 reg = <0x01c20054 0x4>; [all …]
|
| D | omap443x.dtsi | 39 reg = <0x4a002260 0x4 40 0x4a00232C 0x4>; 51 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>; 66 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>;
|
| D | qcom-apq8084.dtsi | 116 interrupts = <0 8 0x4>, 117 <0 7 0x4>; 124 interrupts = <0 9 0x4>; 131 interrupts = <0 10 0x4>; 138 interrupts = <0 11 0x4>; 145 interrupts = <0 12 0x4>; 152 interrupts = <0 13 0x4>; 159 interrupts = <0 14 0x4>; 217 reg = <0xfc4ab000 0x4>;
|
| D | imx53-m53.dtsi | 114 MX53_PAD_NANDF_WE_B__EMI_NANDF_WE_B 0x4 115 MX53_PAD_NANDF_RE_B__EMI_NANDF_RE_B 0x4 116 MX53_PAD_NANDF_CLE__EMI_NANDF_CLE 0x4 117 MX53_PAD_NANDF_ALE__EMI_NANDF_ALE 0x4 120 MX53_PAD_NANDF_CS0__EMI_NANDF_CS_0 0x4
|
| D | sun7i-a20.dtsi | 183 reg = <0x01c20050 0x4>; 198 reg = <0x01c20000 0x4>; 215 reg = <0x01c20018 0x4>; 223 reg = <0x01c20020 0x4>; 231 reg = <0x01c20028 0x4>; 240 reg = <0x01c20040 0x4>; 248 reg = <0x01c20054 0x4>; 256 reg = <0x01c20054 0x4>; 264 reg = <0x01c20054 0x4>; 311 reg = <0x01c20054 0x4>; [all …]
|
| D | ste-snowball.dts | 38 gpio = <&ab8500_gpio 25 0x4>; 53 gpios = <&gpio1 0 0x4>; 60 gpios = <&gpio4 23 0x4>; 67 gpios = <&gpio4 24 0x4>; 74 gpios = <&gpio5 1 0x4>; 81 gpios = <&gpio5 2 0x4>; 91 gpios = <&gpio4 14 0x4>; 158 gpios = <&gpio7 4 0x4>; 159 enable-gpio = <&gpio6 25 0x4>; 185 cd-gpios = <&gpio6 26 0x4>; // 218 [all …]
|
| D | ste-hrefprev60.dtsi | 21 gpios = <&tc3589x_gpio 7 0x4>; 71 cd-gpios = <&tc3589x_gpio 3 0x4>; 75 gpios = <&tc3589x_gpio 18 0x4>; 76 enable-gpio = <&tc3589x_gpio 17 0x4>;
|
| D | dra7.dtsi | 127 reg = <0xe00 0x4>; 224 interrupts = <0 232 0x4>, <0 233 0x4>; 259 interrupts = <0 355 0x4>, <0 356 0x4>; 968 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>, 969 <0x4ae06014 0x4>, <0x4a003b20 0xc>, 970 <0x4ae0c158 0x4>; 987 1160000 0 0x4 0 0x02000000 0x01F00000 1001 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>, 1002 <0x4ae06010 0x4>, <0x4a0025cc 0xc>, 1003 <0x4a002470 0x4>; [all …]
|
| D | pxa2xx.dtsi | 64 reg = <0x40e00000 0x4>; 68 reg = <0x40e00004 0x4>; 72 reg = <0x40e00008 0x4>; 75 reg = <0x40e0000c 0x4>;
|
| D | sun6i-a31.dtsi | 198 reg = <0x01c20000 0x4>; 206 reg = <0x01c20028 0x4>; 214 reg = <0x01c20050 0x4>; 229 reg = <0x01c20050 0x4>; 237 reg = <0x01c20054 0x4>; 288 reg = <0x01c20054 0x4>; 296 reg = <0x01c20068 0x4>; 309 reg = <0x01c20058 0x4>; 317 reg = <0x01c2006c 0x4>; 333 reg = <0x01c20088 0x4>; [all …]
|
| D | qcom-msm8974.dtsi | 141 interrupts = <0 8 0x4>, 142 <0 7 0x4>; 149 interrupts = <0 9 0x4>; 156 interrupts = <0 10 0x4>; 163 interrupts = <0 11 0x4>; 170 interrupts = <0 12 0x4>; 177 interrupts = <0 13 0x4>; 184 interrupts = <0 14 0x4>; 238 reg = <0xfc4ab000 0x4>;
|
| D | bcm-cygnus-clock.dtsi | 73 reg = <0x0301d000 0x2c>, <0x0301c020 0x4>; 100 reg = <0x0301d02c 0x1c>, <0x0301c020 0x4>; 109 reg = <0x180a9800 0x2c>, <0x0301c020 0x4>, <0x180aa024 0x4>; 119 reg = <0x0301d048 0xc>, <0x180aa024 0x4>;
|
| D | sun8i-a23-a33.dtsi | 118 reg = <0x01c20000 0x4>; 134 reg = <0x01c20028 0x4>; 142 reg = <0x01c20050 0x4>; 157 reg = <0x01c20050 0x4>; 165 reg = <0x01c20054 0x4>; 173 reg = <0x01c20054 0x4>; 181 reg = <0x01c20068 0x4>; 192 reg = <0x01c20058 0x4>; 200 reg = <0x01c2006c 0x4>; 215 reg = <0x01c20088 0x4>; [all …]
|
| D | pxa168.dtsi | 102 reg = <0xd4019000 0x4>; 106 reg = <0xd4019004 0x4>; 110 reg = <0xd4019008 0x4>; 114 reg = <0xd4019100 0x4>;
|
| D | imx53-voipac-dmm-668.dtsi | 109 MX53_PAD_NANDF_WE_B__EMI_NANDF_WE_B 0x4 110 MX53_PAD_NANDF_RE_B__EMI_NANDF_RE_B 0x4 111 MX53_PAD_NANDF_CLE__EMI_NANDF_CLE 0x4 112 MX53_PAD_NANDF_ALE__EMI_NANDF_ALE 0x4 115 MX53_PAD_NANDF_CS0__EMI_NANDF_CS_0 0x4
|
| D | pxa910.dtsi | 114 reg = <0xd4019000 0x4>; 118 reg = <0xd4019004 0x4>; 122 reg = <0xd4019008 0x4>; 126 reg = <0xd4019100 0x4>;
|
| D | armada-385.dtsi | 101 0x82000000 0x4 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 3 MEM */ 102 0x81000000 0x4 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 3 IO */>; 105 * This port can be either x4 or x1. When 106 * configured in x4 by the bootloader, then 173 ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 174 0x81000000 0 0 0x81000000 0x4 0 1 0>;
|
| D | orion5x-mv88f5182.dtsi | 20 reg = <0x10000 0x8>, <0x10050 0x4>; 35 reg = <0x10010 0x4>;
|
| D | orion5x.dtsi | 29 reg = <MBUS_ID(0xf0, 0x01) 0x1046C 0x4>; 39 reg = <MBUS_ID(0xf0, 0x01) 0x1045C 0x4>; 49 reg = <MBUS_ID(0xf0, 0x01) 0x10460 0x4>; 59 reg = <MBUS_ID(0xf0, 0x01) 0x10464 0x4>;
|
| D | armada-xp-mv78230.dtsi | 86 * configured as x4 or quad x1 lanes. One unit is 112 0x82000000 0x4 0 MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */ 113 0x81000000 0x4 0 MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO */ 175 ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 176 0x81000000 0 0 0x81000000 0x4 0 1 0>;
|
| D | armada-xp-mv78460.dtsi | 104 * configured as x4 or quad x1 lanes. Two units are 105 * x4/x1. 135 0x82000000 0x4 0 MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */ 136 0x81000000 0x4 0 MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO */ 211 ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 212 0x81000000 0 0 0x81000000 0x4 0 1 0>;
|
| D | armada-xp-mv78260.dtsi | 87 * configured as x4 or quad x1 lanes. One unit is 88 * x4 only. 117 0x82000000 0x4 0 MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */ 118 0x81000000 0x4 0 MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO */ 190 ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 191 0x81000000 0 0 0x81000000 0x4 0 1 0>;
|
| D | armada-39x.dtsi | 280 reg = <0x18220 0x4>; 422 0x82000000 0x4 0 MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 3 MEM */ 423 0x81000000 0x4 0 MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 3 IO */>; 426 * This port can be either x4 or x1. When 427 * configured in x4 by the bootloader, then 494 ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0 495 0x81000000 0 0 0x81000000 0x4 0 1 0>;
|
| D | ste-hrefv60plus.dtsi | 23 cd-gpios = <&gpio2 31 0x4>; // 95 27 gpios = <&gpio0 5 0x4>; 28 enable-gpio = <&gpio5 9 0x4>;
|
| D | spear320-hmi.dts | 142 gpios = <&stmpegpio 3 0x4>; 150 gpios = <&stmpegpio 2 0x4>; 245 irq-gpios = <&gpiopinctrl 29 0x4>;
|
| D | imx53-tx53.dtsi | 386 MX53_PAD_NANDF_WE_B__EMI_NANDF_WE_B 0x4 387 MX53_PAD_NANDF_RE_B__EMI_NANDF_RE_B 0x4 388 MX53_PAD_NANDF_CLE__EMI_NANDF_CLE 0x4 389 MX53_PAD_NANDF_ALE__EMI_NANDF_ALE 0x4 392 MX53_PAD_NANDF_CS0__EMI_NANDF_CS_0 0x4
|
| D | dra74x.dtsi | 109 <0x58004054 0x4>, 111 <0x58005054 0x4>,
|
| D | sun8i-a33.dtsi | 105 reg = <0x01c2009c 0x4>; 113 reg = <0x01c2015c 0x4>; 146 <0x01c1a800 0x4>;
|
| D | meson8b.dtsi | 149 reg = <0xc1108000 0x4>, <0xc1104000 0x460>; 170 reg = <0xc8100014 0x4>, 171 <0xc810002c 0x4>,
|
| D | armada-38x.dtsi | 365 reg = <0x18220 0x4>; 407 reg = <0x20300 0x34>, <0x20704 0x4>, <0x18260 0x4>; 509 reg = <0x72004 0x4>; 561 reg = <0xe4078 0x4>, <0xe4074 0x4>; 580 <0x18454 0x4>;
|
| D | omap5.dtsi | 192 reg = <0x60 0x4>; 825 interrupts = <0 113 0x4>; 855 reg = <0x4a002300 0x4>; 861 reg = <0x4a002370 0x4>; 970 reg = <0x4a002374 0x4>; 1088 reg = <0x4ae07cdc 0x8>, <0x4ae06014 0x4>, 1089 <0x4a0021c4 0x8>, <0x4ae0c318 0x4>; 1105 1250000 0 0x4 0 0x02000000 0x01F00000 1118 reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>, 1119 <0x4a0021a4 0x8>, <0x4ae0c314 0x4>; [all …]
|
| D | ste-href-stuib.dtsi | 25 gpios = <&gpio6 25 0x4>; 31 gpios = <&gpio4 17 0x4>;
|
| D | nspire.dtsi | 40 reg = <0x900B0024 0x4>; 45 reg = <0x900B0024 0x4>;
|
| D | kirkwood.dtsi | 122 reg = <0x10030 0x4>; 219 reg = <0x2011c 0x4>; 226 reg = <0x20128 0x4>; 246 reg = <0x20300 0x28>, <0x20108 0x4>;
|
| D | ste-href-tvk1281618.dtsi | 27 gpios = <&gpio6 25 0x4>; 33 gpios = <&gpio4 17 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/pci/ |
| D | xgene-pci-msi.txt | 27 interrupts = <0x0 0x10 0x4> 28 <0x0 0x11 0x4> 29 <0x0 0x12 0x4> 30 <0x0 0x13 0x4> 31 <0x0 0x14 0x4> 32 <0x0 0x15 0x4> 33 <0x0 0x16 0x4> 34 <0x0 0x17 0x4> 35 <0x0 0x18 0x4> 36 <0x0 0x19 0x4> [all …]
|
| D | 83xx-512x-pci.txt | 19 0x7000 0x0 0x0 0x4 &ipic 18 0x8 25 0x7800 0x0 0x0 0x4 &ipic 18 0x8>;
|
| D | ti-pci.txt | 40 interrupts = <0 232 0x4>, <0 233 0x4>;
|
| /linux-4.4.14/arch/powerpc/boot/dts/ |
| D | taishan.dts | 73 interrupts = <0x1 0x4 0x0 0x4>; /* cascade - first non-critical */ 86 interrupts = <0x3 0x4 0x2 0x4>; /* cascade */ 98 interrupts = <0x5 0x4 0x4 0x4>; /* cascade */ 149 interrupts = <0x0 0x1 0x2 0x3 0x4>; 153 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 154 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 155 /*SERR*/ 0x2 &UIC1 0x0 0x4 156 /*TXDE*/ 0x3 &UIC1 0x1 0x4 157 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 171 interrupts = <0x7 0x4>; [all …]
|
| D | acadia.dts | 78 0x13 0x4 /* TXEOB */ 79 0x15 0x4 /* RXEOB */ 80 0x12 0x4 /* SERR, TXDE, RXDE */>; 99 interrupts = <0x5 0x4>; 109 interrupts = <0x6 0x4>; 116 interrupts = <0xa 0x4>; 134 0x10 0x4 /* Ethernet */ 135 0x11 0x4 /* Ethernet Wake up */>; 153 interrupts = <0x7 0x4>; 160 interrupts = <0x8 0x4>; [all …]
|
| D | icon.dts | 70 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 82 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 94 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 118 ranges = <0x4 0x00100000 0x4 0x00100000 0x00001000 119 0x4 0x00200000 0x4 0x00200000 0x00000400 120 0x4 0xe0000000 0x4 0xe0000000 0x20000000 141 interrupts = <0x0 0x1 0x2 0x3 0x4>; 145 interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4 146 /*RXEOB*/ 0x1 &UIC1 0x7 0x4 147 /*SERR*/ 0x2 &UIC1 0x1 0x4 [all …]
|
| D | katmai.dts | 74 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 86 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 98 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 122 ranges = <0x4 0x00100000 0x4 0x00100000 0x00001000 123 0x4 0x00200000 0x4 0x00200000 0x00000400 124 0x4 0xe0000000 0x4 0xe0000000 0x20000000 145 interrupts = <0x0 0x1 0x2 0x3 0x4>; 149 interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4 150 /*RXEOB*/ 0x1 &UIC1 0x7 0x4 151 /*SERR*/ 0x2 &UIC1 0x1 0x4 [all …]
|
| D | makalu.dts | 69 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 81 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ 96 interrupts = <0x5 0x4 /* ECC DED Error */ 97 0x6 0x4 /* ECC SEC Error */ >; 106 interrupts = <0x0 0x1 0x2 0x3 0x4>; 110 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 111 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 112 /*SERR*/ 0x2 &UIC1 0x0 0x4 113 /*TXDE*/ 0x3 &UIC1 0x1 0x4 114 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; [all …]
|
| D | haleakala.dts | 68 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 80 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ 95 interrupts = <0x5 0x4 /* ECC DED Error */ 96 0x6 0x4>; /* ECC SEC Error */ 105 interrupts = <0x0 0x1 0x2 0x3 0x4>; 109 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 110 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 111 /*SERR*/ 0x2 &UIC1 0x0 0x4 112 /*TXDE*/ 0x3 &UIC1 0x1 0x4 113 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; [all …]
|
| D | redwood.dts | 67 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 79 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 91 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 125 interrupts = < /*TXEOB*/ 0x6 0x4 126 /*RXEOB*/ 0x7 0x4 127 /*SERR*/ 0x1 0x4 128 /*TXDE*/ 0x2 0x4 129 /*RXDE*/ 0x3 0x4 154 interrupts = <0x6 0x4>; 202 interrupts = <0x0 0x4>; [all …]
|
| D | ebony.dts | 73 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 113 interrupts = <0x0 0x1 0x2 0x3 0x4>; 117 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 118 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 119 /*SERR*/ 0x2 &UIC1 0x0 0x4 120 /*TXDE*/ 0x3 &UIC1 0x1 0x4 121 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 135 interrupts = <0x7 0x4>; 147 interrupts = <0x5 0x4>; 205 interrupts = <0x0 0x4>; [all …]
|
| D | yosemite.dts | 72 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 109 interrupts = <0x0 0x1 0x2 0x3 0x4>; 113 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 114 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 115 /*SERR*/ 0x2 &UIC1 0x0 0x4 116 /*TXDE*/ 0x3 &UIC1 0x1 0x4 117 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 130 interrupts = <0x7 0x4>; 187 interrupts = <0x0 0x4>; 198 interrupts = <0x1 0x4>; [all …]
|
| D | bamboo.dts | 74 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 111 interrupts = <0x0 0x1 0x2 0x3 0x4>; 115 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 116 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 117 /*SERR*/ 0x2 &UIC1 0x0 0x4 118 /*TXDE*/ 0x3 &UIC1 0x1 0x4 119 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 132 interrupts = <0x7 0x4>; 153 interrupts = <0x0 0x4>; 164 interrupts = <0x1 0x4>; [all …]
|
| D | kilauea.dts | 69 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 81 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ 105 interrupts = <0x5 0x4 /* ECC DED Error */ 106 0x6 0x4>; /* ECC SEC Error */ 122 interrupts = <0x0 0x1 0x2 0x3 0x4>; 126 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 127 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 128 /*SERR*/ 0x2 &UIC1 0x0 0x4 129 /*TXDE*/ 0x3 &UIC1 0x1 0x4 130 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; [all …]
|
| D | rainier.dts | 75 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 87 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ 124 interrupts = <0x0 0x1 0x2 0x3 0x4>; 128 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 129 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 130 /*SERR*/ 0x2 &UIC1 0x0 0x4 131 /*TXDE*/ 0x3 &UIC1 0x1 0x4 132 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 143 interrupts = <0x7 0x4>; 197 interrupts = <0x0 0x4>; [all …]
|
| D | glacier.dts | 72 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 84 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 96 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 137 interrupts = <0x1d 0x4>; 153 interrupts = < /*TXEOB*/ 0x6 0x4 154 /*RXEOB*/ 0x7 0x4 155 /*SERR*/ 0x3 0x4 156 /*TXDE*/ 0x4 0x4 157 /*RXDE*/ 0x5 0x4>; 175 interrupts = <0x6 0x4>; [all …]
|
| D | sequoia.dts | 75 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 87 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ 117 interrupts = <0x17 0x4>; 136 interrupts = <0x0 0x1 0x2 0x3 0x4>; 140 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 141 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 142 /*SERR*/ 0x2 &UIC1 0x0 0x4 143 /*TXDE*/ 0x3 &UIC1 0x1 0x4 144 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 158 interrupts = <0x1a 0x4>; [all …]
|
| D | obs600.dts | 73 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 85 interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ 109 interrupts = <0x5 0x4 /* ECC DED Error */ 110 0x6 0x4>; /* ECC SEC Error */ 126 interrupts = <0x0 0x1 0x2 0x3 0x4>; 130 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 131 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 132 /*SERR*/ 0x2 &UIC1 0x0 0x4 133 /*TXDE*/ 0x3 &UIC1 0x1 0x4 134 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; [all …]
|
| D | canyonlands.dts | 70 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 82 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 94 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 143 interrupts = <0x1d 0x4>; 159 interrupts = < /*TXEOB*/ 0x6 0x4 160 /*RXEOB*/ 0x7 0x4 161 /*SERR*/ 0x3 0x4 162 /*TXDE*/ 0x4 0x4 163 /*RXDE*/ 0x5 0x4>; 182 reg = <0x4 0xbff80000 0x10000>; [all …]
|
| D | arches.dts | 90 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 102 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 114 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 154 interrupts = <0x1d 0x4>; 165 interrupts = < /*TXEOB*/ 0x6 0x4 166 /*RXEOB*/ 0x7 0x4 167 /*SERR*/ 0x3 0x4 168 /*TXDE*/ 0x4 0x4 169 /*RXDE*/ 0x5 0x4>; 187 interrupts = <0x6 0x4>; [all …]
|
| D | eiger.dts | 71 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 83 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 95 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 129 interrupts = < /*TXEOB*/ 0x6 0x4 130 /*RXEOB*/ 0x7 0x4 131 /*SERR*/ 0x1 0x4 132 /*TXDE*/ 0x2 0x4 133 /*RXDE*/ 0x3 0x4 158 interrupts = <0x6 0x4>; 244 interrupts = <0x0 0x4>; [all …]
|
| D | bluestone.dts | 82 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 94 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */ 106 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 159 interrupts = < /*TXEOB*/ 0x6 0x4 160 /*RXEOB*/ 0x7 0x4 161 /*SERR*/ 0x3 0x4 162 /*TXDE*/ 0x4 0x4 163 /*RXDE*/ 0x5 0x4>; 181 interrupts = <0x6 0x4>; 260 interrupts = <0x1 0x4>; [all …]
|
| D | klondike.dts | 80 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 92 interrupts = <0x0a 0x4 0x0b 0x4>; /* cascade */ 104 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */ 128 interrupts = </*TXEOB*/ 0x6 0x4 129 /*RXEOB*/ 0x7 0x4 130 /*SERR*/ 0x1 0x4 131 /*TXDE*/ 0x2 0x4 132 /*RXDE*/ 0x3 0x4>; 169 interrupt-map = </*Status*/ 0x0 &UIC0 0x13 0x4>; 199 interrupt-map = </*Status*/ 0x0 &UIC0 0x14 0x4>;
|
| D | warp.dts | 68 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 105 interrupts = <0x0 0x1 0x2 0x3 0x4>; 109 interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 110 /*RXEOB*/ 0x1 &UIC0 0xb 0x4 111 /*SERR*/ 0x2 &UIC1 0x0 0x4 112 /*TXDE*/ 0x3 &UIC1 0x1 0x4 113 /*RXDE*/ 0x4 &UIC1 0x2 0x4>; 123 interrupts = <0x7 0x4>; 221 interrupts = <0x0 0x4>; 228 interrupts = <0x2 0x4>; [all …]
|
| D | ep405.dts | 80 0xb 0x4 /* TXEOB */ 81 0xc 0x4 /* RXEOB */ 82 0xa 0x4 /* SERR */ 83 0xd 0x4 /* TXDE */ 84 0xe 0x4 /* RXDE */>; 103 interrupts = <0x0 0x4>; 114 interrupts = <0x1 0x4>; 121 interrupts = <0x2 0x4>; 135 0xf 0x4 /* Ethernet */ 136 0x9 0x4 /* Ethernet Wake Up */>;
|
| D | hotfoot.dts | 80 0xb 0x4 /* TXEOB */ 81 0xc 0x4 /* RXEOB */ 82 0xa 0x4 /* SERR */ 83 0xd 0x4 /* TXDE */ 84 0xe 0x4 /* RXDE */>; 105 interrupts = <0x1 0x4>; 116 interrupts = <0x0 0x4>; 125 interrupts = <0x2 0x4>; 165 0xf 0x4 /* Ethernet */ 166 0x9 0x4 /* Ethernet Wake Up */>; [all …]
|
| D | walnut.dts | 80 0xb 0x4 /* TXEOB */ 81 0xc 0x4 /* RXEOB */ 82 0xa 0x4 /* SERR */ 83 0xd 0x4 /* TXDE */ 84 0xe 0x4 /* RXDE */>; 103 interrupts = <0x0 0x4>; 114 interrupts = <0x1 0x4>; 121 interrupts = <0x2 0x4>; 134 0xf 0x4 /* Ethernet */ 135 0x9 0x4 /* Ethernet Wake Up */>;
|
| D | mpc834x_mds.dts | 294 0x8800 0x0 0x0 0x4 &ipic 23 0x8 300 0x9000 0x0 0x0 0x4 &ipic 21 0x8 306 0x9800 0x0 0x0 0x4 &ipic 22 0x8 312 0xa800 0x0 0x0 0x4 &ipic 23 0x8 318 0xb000 0x0 0x0 0x4 &ipic 22 0x8 324 0xb800 0x0 0x0 0x4 &ipic 21 0x8 330 0xc000 0x0 0x0 0x4 &ipic 20 0x8>; 355 0x8800 0x0 0x0 0x4 &ipic 23 0x8 361 0x9000 0x0 0x0 0x4 &ipic 21 0x8 367 0x9800 0x0 0x0 0x4 &ipic 22 0x8 [all …]
|
| D | gef_sbc310.dts | 127 reg = <0x4 0x0 0x40>; 133 reg = <0x4 0x2000 0x8>; 134 interrupts = <0x1a 0x4>; 141 reg = <0x4 0x2010 0x8>; 142 interrupts = <0x1b 0x4>; 150 reg = <0x4 0x4000 0x20>; 159 reg = <0x4 0x8000 0x24>; 230 reg = <0x21300 0x4>; 291 interrupts = <0x9 0x4>; 296 interrupts = <0x8 0x4>; [all …]
|
| D | gef_sbc610.dts | 129 reg = <0x4 0x0 0x40>; 134 reg = <0x4 0x2000 0x8>; 135 interrupts = <0x1a 0x4>; 141 reg = <0x4 0x2010 0x8>; 142 interrupts = <0x1b 0x4>; 150 reg = <0x4 0x4000 0x20>; 230 reg = <0x21300 0x4>; 291 interrupts = <0x9 0x4>; 296 interrupts = <0x8 0x4>; 406 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1
|
| D | gef_ppc9a.dts | 129 reg = <0x4 0x0 0x40>; 135 reg = <0x4 0x2000 0x8>; 136 interrupts = <0x1a 0x4>; 143 reg = <0x4 0x2010 0x8>; 144 interrupts = <0x1b 0x4>; 152 reg = <0x4 0x4000 0x20>; 232 reg = <0x21300 0x4>; 293 interrupts = <0x9 0x4>; 298 interrupts = <0x8 0x4>; 408 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1
|
| D | stxssa8555.dts | 105 reg = <0x21300 0x4>; 171 reg = <0x4>; 293 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1 299 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1 305 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1 311 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1 317 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1 323 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1 330 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>; 364 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
|
| D | akebono.dts | 115 interrupts = < /*TXEOB*/ 77 0x4 116 /*RXEOB*/ 78 0x4 117 /*SERR*/ 76 0x4 118 /*TXDE*/ 79 0x4 119 /*RXDE*/ 80 0x4>; 182 interrupt-map = </*Status*/ 0x0 &MPIC 81 0x4 183 /*Wake*/ 0x1 &MPIC 82 0x4>; 288 0x0 0x0 0x0 0x4 &MPIC 48 0x2 /* int D */>; 328 0x0 0x0 0x0 0x4 &MPIC 56 0x2 /* int D */>; 368 0x0 0x0 0x0 0x4 &MPIC 64 0x2 /* int D */>; [all …]
|
| D | mvme5100.dts | 115 0x5800 0x0 0x0 0x4 &mpic 0x0 0x2 123 0x6800 0x0 0x0 0x4 &mpic 0x8 0x1 134 0x8000 0x0 0x0 0x4 &mpic 0xc 0x1 140 0x8800 0x0 0x0 0x4 &mpic 0xb 0x1 151 0xa000 0x0 0x0 0x4 &mpic 0xc 0x1
|
| D | sbc8548-post.dtsi | 78 reg = <0x21300 0x4>; 234 0x0800 0x0 0x0 0x3 &mpic 0x4 0x1 235 0x0800 0x0 0x0 0x4 &mpic 0x1 0x1 240 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 241 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1>; 265 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1>;
|
| D | mpc832x_mds.dts | 363 reg = <0x4>; 386 0x8800 0x0 0x0 0x4 &ipic 23 0x8 392 0x9000 0x0 0x0 0x4 &ipic 21 0x8 398 0x9800 0x0 0x0 0x4 &ipic 22 0x8 404 0xa800 0x0 0x0 0x4 &ipic 23 0x8 410 0xb000 0x0 0x0 0x4 &ipic 22 0x8 416 0xb800 0x0 0x0 0x4 &ipic 21 0x8 422 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
|
| D | mpc7448hpc2.dts | 163 0x800 0x0 0x0 0x4 &RT0 0x27 0x0 169 0x1000 0x0 0x0 0x4 &RT0 0x24 0x0 175 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0 181 0x2000 0x0 0x0 0x4 &RT0 0x26 0x0
|
| D | iss4xx.dts | 71 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ 99 interrupts = <0x0 0x4>;
|
| D | holly.dts | 163 0x800 0x0 0x0 0x4 &RT0 0x27 0x0 168 0x1000 0x0 0x0 0x4 &RT0 0x24 0x0 173 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0 178 0x2000 0x0 0x0 0x4 &RT0 0x26 0x0
|
| D | mpc8379_mds.dts | 406 0x8800 0x0 0x0 0x4 &ipic 23 0x8 412 0x9000 0x0 0x0 0x4 &ipic 21 0x8 418 0x9800 0x0 0x0 0x4 &ipic 22 0x8 424 0xa800 0x0 0x0 0x4 &ipic 23 0x8 430 0xb000 0x0 0x0 0x4 &ipic 22 0x8 436 0xb800 0x0 0x0 0x4 &ipic 21 0x8 442 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
|
| D | mpc836x_mds.dts | 432 0x8800 0x0 0x0 0x4 &ipic 23 0x8 438 0x9000 0x0 0x0 0x4 &ipic 21 0x8 444 0x9800 0x0 0x0 0x4 &ipic 22 0x8 450 0xa800 0x0 0x0 0x4 &ipic 23 0x8 456 0xb000 0x0 0x0 0x4 &ipic 22 0x8 462 0xb800 0x0 0x0 0x4 &ipic 21 0x8 468 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
|
| D | mpc8378_mds.dts | 376 0x8800 0x0 0x0 0x4 &ipic 23 0x8 382 0x9000 0x0 0x0 0x4 &ipic 21 0x8 388 0x9800 0x0 0x0 0x4 &ipic 22 0x8 394 0xa800 0x0 0x0 0x4 &ipic 23 0x8 400 0xb000 0x0 0x0 0x4 &ipic 22 0x8 406 0xb800 0x0 0x0 0x4 &ipic 21 0x8 412 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
|
| D | mpc8377_mds.dts | 392 0x8800 0x0 0x0 0x4 &ipic 23 0x8 398 0x9000 0x0 0x0 0x4 &ipic 21 0x8 404 0x9800 0x0 0x0 0x4 &ipic 22 0x8 410 0xa800 0x0 0x0 0x4 &ipic 23 0x8 416 0xb000 0x0 0x0 0x4 &ipic 22 0x8 422 0xb800 0x0 0x0 0x4 &ipic 21 0x8 428 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
|
| D | kuroboxHG.dts | 133 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1 138 0x6000 0x0 0x0 0x4 &mpic 0x0 0x1 143 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
|
| D | kuroboxHD.dts | 133 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1 138 0x6000 0x0 0x0 0x4 &mpic 0x0 0x1 143 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
|
| D | currituck.dts | 108 reg = <0x50000000 0x4>; 160 0x0 0x0 0x0 0x4 &MPIC 49 0x2 /* int D */>; 197 0x0 0x0 0x0 0x4 &MPIC 41 0x2 /* int D */>; 234 0x0 0x0 0x0 0x4 &MPIC 57 0x2 /* int D */>;
|
| D | pq2fads.dts | 96 0xb000 0x0 0x0 0x4 &PCI_PIC 3 102 0xb800 0x0 0x0 0x4 &PCI_PIC 7 108 0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
|
| D | virtex440-ml510.dts | 114 xlnx,mplb-prio-icu = <0x4>; 132 xlnx,ppc440mc-prio-icu = <0x4>; 217 xlnx,xcl0-linesize = <0x4>; 219 xlnx,xcl1-linesize = <0x4>; 221 xlnx,xcl2-linesize = <0x4>; 223 xlnx,xcl3-linesize = <0x4>; 292 xlnx,gpio-width = <0x4>;
|
| /linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
| D | mpc8568mds.dts | 34 0x4 0x0 0xf8008000 0x00008000 132 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */ 133 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */ 134 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */ 135 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 136 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */ 137 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */ 138 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */ 139 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */ 140 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */ [all …]
|
| D | mpc8572ds.dtsi | 131 reg = <0x4 0x0 0x40000>; 252 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 253 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 258 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 259 0x8900 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 264 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 265 0x8a00 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 270 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 271 0x8b00 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 276 0x8c00 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 [all …]
|
| D | mpc8540ads.dts | 106 reg = <0x21300 0x4>; 279 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1 282 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1 285 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1 289 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1 291 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1 296 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1 297 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1 303 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1 306 0x6800 0x0 0x0 0x1 &mpic 0x4 0x1 [all …]
|
| D | mpc8560ads.dts | 95 reg = <0x21300 0x4>; 318 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1 321 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1 324 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1 326 /* IDSEL 0x4 */ 328 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1 330 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1 335 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1 336 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1 342 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1 [all …]
|
| D | mpc8548cds.dtsi | 171 /* IDSEL 0x4 (PCIX Slot 2) */ 175 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 181 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1 0 0 187 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 193 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 199 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 205 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 211 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1 0 0 217 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 223 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1 0 0 [all …]
|
| D | ge_imp3a.dts | 32 0x4 0x0 0x0 0xfc000000 0x00008000 82 reg = <0x4 0x0 0x20>; 90 reg = <0x4 0x20 0x20>; 97 reg = <0x4 0x400 0x24>; 104 reg = <0x4 0x800 0x8>; 113 reg = <0x4 0x808 0x8>; 163 interrupts = <0xc 0x4>; 168 interrupts = <0xb 0x4>;
|
| D | qoriq-clockgen1.dtsi | 51 reg = <0x800 0x4>; 58 reg = <0x820 0x4>; 65 reg = <0x0 0x4>; 73 reg = <0x20 0x4>; 81 reg = <0xc00 0x4>;
|
| D | mpc8544ds.dts | 44 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1 0 0 45 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1 0 0 50 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1 0 0 52 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1 0 0>;
|
| D | mpc8541cds.dts | 106 reg = <0x21300 0x4>; 294 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1 300 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1 306 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1 312 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1 318 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1 324 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1 331 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>; 365 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
|
| D | mpc8555cds.dts | 106 reg = <0x21300 0x4>; 294 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1 300 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1 306 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1 312 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1 318 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1 324 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1 331 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>; 365 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
|
| D | qoriq-clockgen2.dtsi | 50 reg = <0x800 0x4>; 57 reg = <0x820 0x4>; 64 reg = <0xc00 0x4>;
|
| D | mpc8572si-post.dtsi | 66 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0 92 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 95 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 123 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
|
| D | mpc8544si-post.dtsi | 74 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 77 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 105 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0 133 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0
|
| D | p2020si-post.dtsi | 65 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0 91 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 94 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 123 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0
|
| D | p4080si-post.dtsi | 380 reg = <0x840 0x4>; 388 reg = <0x860 0x4>; 396 reg = <0x40 0x4>; 405 reg = <0x60 0x4>; 414 reg = <0x80 0x4>; 423 reg = <0xa0 0x4>; 432 reg = <0xc0 0x4>; 441 reg = <0xe0 0x4>;
|
| D | mpc8536si-post.dtsi | 74 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 77 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 105 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0 133 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0
|
| D | p1022si-post.dtsi | 67 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 70 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 99 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0 128 0000 0x0 0x0 0x4 &mpic 0xb 0x1 0x0 0x0
|
| D | p1020si-post.dtsi | 63 0000 0x0 0x0 0x1 &mpic 0x4 0x1 0x0 0x0 66 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0 95 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
|
| D | elo3-dma-1.dtsi | 39 reg = <0x101300 0x4>, 40 <0x101600 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/sound/ |
| D | adi,adau1701.txt | 36 adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4 37 0x4 0x4 0x4 0x4 0x4 0x4>;
|
| D | omap-mcbsp.txt | 29 interrupts = <0 17 0x4>, /* OCP compliant interrupt */ 30 <0 62 0x4>, /* TX interrupt */ 31 <0 63 0x4>, /* RX interrupt */ 32 <0 4 0x4>; /* Sidetone */
|
| D | ux500-mop500.txt | 25 interrupts = <0 62 0x4>; 32 interrupts = <0 62 0x4>;
|
| D | ux500-msp.txt | 29 interrupts = <0 62 0x4>; 36 interrupts = <0 62 0x4>;
|
| D | qcom,apq8016-sbc.txt | 36 reg = <0x07702000 0x4>, <0x07702004 0x4>;
|
| D | omap-mcpdm.txt | 18 interrupts = <0 112 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/dma/ |
| D | nbpfaxi.txt | 35 interrupts = <0 12 0x4 36 0 13 0x4 37 0 14 0x4 38 0 15 0x4 39 0 16 0x4 40 0 17 0x4 41 0 18 0x4 42 0 19 0x4>;
|
| D | apm-xgene-dma.txt | 40 interrupts = <0x0 0x82 0x4>, 41 <0x0 0xb8 0x4>, 42 <0x0 0xb9 0x4>, 43 <0x0 0xba 0x4>, 44 <0x0 0xbb 0x4>;
|
| D | dma.txt | 25 interrupts = <0 12 0x4 26 0 13 0x4 27 0 14 0x4 28 0 15 0x4>;
|
| /linux-4.4.14/arch/arm64/mm/ |
| D | cache.S | 55 bic x4, x0, x3 57 USER(9f, dc cvau, x4 ) // clean D line to PoU 58 add x4, x4, x2 59 cmp x4, x1 65 bic x4, x0, x3 67 USER(9f, ic ivau, x4 ) // invalidate I line PoU 68 add x4, x4, x2 69 cmp x4, x1
|
| D | proc.S | 66 mrs x4, contextidr_el1 76 stp x4, x5, [x0, #16] 99 ldp x4, x5, [x0, #16] 106 msr contextidr_el1, x4
|
| /linux-4.4.14/arch/arm64/boot/dts/apm/ |
| D | apm-storm.dtsi | 234 csr-offset = <0x4>; 248 csr-offset = <0x4>; 262 csr-offset = <0x4>; 275 csr-offset = <0x4>; 288 csr-offset = <0x4>; 301 csr-offset = <0x4>; 397 interrupts = < 0x0 0x10 0x4 398 0x0 0x11 0x4 399 0x0 0x12 0x4 400 0x0 0x13 0x4 [all …]
|
| D | apm-shadowcat.dtsi | 194 interrupts = <0x0 0x4c 0x4>; 203 interrupts = <0x0 0x5a 0x4>; 213 interrupts = <0x0 0x5b 0x4>; 223 interrupts = <0x0 0x5c 0x4>;
|
| /linux-4.4.14/arch/mips/boot/dts/brcm/ |
| D | bcm3384_zephyr.dtsi | 64 reg = <0x14e00038 0x4 0x14e0003c 0x4>, 65 <0x14e00340 0x4 0x14e00344 0x4>; 76 reg = <0x104b0060 0x4 0x104b0064 0x4>; 88 reg = <0x14e00058 0x4 0x14e0005c 0x4>;
|
| D | bcm3384_viper.dtsi | 58 reg = <0x14e00048 0x4 0x14e0004c 0x4>, 59 <0x14e00350 0x4 0x14e00354 0x4>; 70 reg = <0x151f8048 0x4 0x151f804c 0x4>;
|
| D | bcm6328.dtsi | 54 reg = <0x10000024 0x4 0x1000002c 0x4>, 55 <0x10000020 0x4 0x10000028 0x4>;
|
| D | bcm6368.dtsi | 55 reg = <0x10000024 0x4 0x1000002c 0x4>, 56 <0x10000020 0x4 0x10000028 0x4>;
|
| D | bcm7358.dtsi | 126 reg-io-width = <0x4>; 138 reg-io-width = <0x4>; 150 reg-io-width = <0x4>;
|
| D | bcm7360.dtsi | 126 reg-io-width = <0x4>; 138 reg-io-width = <0x4>; 150 reg-io-width = <0x4>;
|
| D | bcm7362.dtsi | 132 reg-io-width = <0x4>; 144 reg-io-width = <0x4>; 156 reg-io-width = <0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
| D | ab8500.txt | 88 interrupts = <0 40 0x4>; 94 interrupts = <17 0x4 95 18 0x4>; 101 interrupts = <32 0x4 102 39 0x4>; 109 interrupts = < 90 0x4 110 96 0x4 111 14 0x4 112 15 0x4 113 79 0x4 [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
| D | ti_soc_thermal.txt | 32 reg = <0x48002524 0x4>; 38 reg = <0x48002524 0x4>; 44 reg = <0x4a002260 0x4 0x4a00232C 0x4>; 50 reg = <0x4a002260 0x4 51 0x4a00232C 0x4 60 reg = <0x4a002260 0x4 61 0x4a00232C 0x4
|
| D | armada-thermal.txt | 21 reg = <0xd0018300 0x4 22 0xd0018304 0x4>;
|
| D | db8500-thermal.txt | 25 interrupts = <21 0x4>, <22 0x4>;
|
| D | exynos-thermal.txt | 87 reg = <0x10068000 0x100>, <0x1006c000 0x4>; 96 reg = <0x1006c000 0x100>, <0x100a0000 0x4>; 105 reg = <0x100a0000 0x100>, <0x10068000 0x4>;
|
| D | kirkwood-thermal.txt | 14 reg = <0x10078 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
| D | brcm,bcm3380-l2-intc.txt | 17 <enable_reg 0x4 status_reg 0x4>... 35 reg = <0x10000024 0x4 0x1000002c 0x4>, 36 <0x10000020 0x4 0x10000028 0x4>;
|
| D | qca,ath79-misc-intc.txt | 26 reg = <0x18060010 0x4>; 39 reg = <0x18060010 0x4>;
|
| D | mrvl,intc.txt | 37 reg = <0x150 0x4>, <0x168 0x4>;
|
| /linux-4.4.14/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls2080a.dtsi | 147 interrupts = <1 9 0x4>; 186 interrupts = <0 32 0x4>; /* Level high type */ 193 interrupts = <0 32 0x4>; /* Level high type */ 257 interrupts = <0 26 0x4>; /* Level high type */ 268 interrupts = <0 28 0x4>; /* Level high type */ 279 interrupts = <0 36 0x4>; /* Level high type */ 290 interrupts = <0 36 0x4>; /* Level high type */ 301 interrupts = <0 37 0x4>; /* Level high type */ 312 interrupts = <0 37 0x4>; /* Level high type */ 326 interrupts = <0 34 0x4>; /* Level high type */ [all …]
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | entry32.S | 78 regs_to_64 x3, x4, x5 83 regs_to_64 x3, x4, x5 106 regs_to_64 x2, x4, x5 113 regs_to_64 x3, x4, x5 119 regs_to_64 x3, x4, x5
|
| D | entry-ftrace.S | 186 stp x4, x5, [sp, #32] 194 ldp x4, x5, [sp, #32]
|
| D | sleep.S | 94 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10 167 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2
|
| /linux-4.4.14/arch/sparc/lib/ |
| D | NG2memcpy.S | 88 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument 92 faligndata %x3, %x4, %f6; \ 93 faligndata %x4, %x5, %f8; \ 112 #define FREG_MOVE_5(x0, x1, x2, x3, x4) \ argument 117 fsrc2 %x4, %f8; 118 #define FREG_MOVE_6(x0, x1, x2, x3, x4, x5) \ argument 123 fsrc2 %x4, %f8; \ 125 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument 130 fsrc2 %x4, %f8; \ 133 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
| D | usdhi6rol0.txt | 23 interrupts = <0 23 0x4 24 0 24 0x4 25 0 25 0x4>;
|
| D | sdhci-fujitsu.txt | 24 interrupts = <0 172 0x4>, 25 <0 173 0x4>;
|
| D | sdhci-pxa.txt | 45 <0x18454 0x4>; 46 interrupts = <0 25 0x4>;
|
| D | k3-dw-mshc.txt | 55 bus-width = <0x4>; 63 interrupts = <0x0 0x49 0x4>;
|
| D | brcm,kona-sdhci.txt | 19 interrupts = <0x0 74 0x4>;
|
| /linux-4.4.14/arch/h8300/boot/compressed/ |
| D | vmlinux.lds | 25 . = ALIGN(0x4) ; 28 . = ALIGN(0x4) ;
|
| /linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
| D | gpio-regulator.txt | 31 enable-gpio = <&gpio0 23 0x4>; 32 gpios = <&gpio0 24 0x4 33 &gpio0 25 0x4>;
|
| D | ti-abb-regulator.txt | 74 reg = <0x483072f0 0x8>, <0x48306818 0x4>; 94 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, <0x4A002268 0x8>; 104 1200000 0 0x4 0 0x40000 0 /* FBB optional */ 115 reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>, 116 <0x4a002194 0x8>, <0x4ae0C314 0x4>; 130 1200000 0 0x4 0 0x40000 0x1f00 /* FBB optional, vset */
|
| /linux-4.4.14/arch/arm64/lib/ |
| D | copy_page.S | 33 ldp x4, x5, [x1, #16] 39 stnp x4, x5, [x0, #16]
|
| /linux-4.4.14/arch/arm64/crypto/ |
| D | sha2-ce-core.S | 138 cbz x4, 3f 139 ldr x4, [x0, #:lo12:sha256_ce_offsetof_count] 143 ror x7, x4, #29 // ror(lsl(x4, 3), 32) 145 mov x4, #0
|
| D | sha1-ce-core.S | 134 cbz x4, 3f 135 ldr x4, [x0, #:lo12:sha1_ce_offsetof_count] 139 ror x7, x4, #29 // ror(lsl(x4, 3), 32) 141 mov x4, #0
|
| D | ghash-ce-core.S | 40 cbz x4, 0f 41 ld1 {T1.2d}, [x4]
|
| /linux-4.4.14/arch/arm64/boot/dts/arm/ |
| D | juno-motherboard.dtsi | 67 gpios = <&iofpga_gpio0 0 0x4>; 74 gpios = <&iofpga_gpio0 1 0x4>; 81 gpios = <&iofpga_gpio0 2 0x4>; 88 gpios = <&iofpga_gpio0 3 0x4>; 95 gpios = <&iofpga_gpio0 4 0x4>; 102 gpios = <&iofpga_gpio0 5 0x4>;
|
| /linux-4.4.14/arch/arm64/xen/ |
| D | hypercall.S | 90 mov x3, x4 91 mov x4, x5
|
| /linux-4.4.14/Documentation/devicetree/bindings/timer/ |
| D | cirrus,clps711x-timer.txt | 19 reg = <0x80000300 0x4>; 26 reg = <0x80000340 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
| D | interface.txt | 38 reg = <0x48004a14 0x4>; 46 reg = <0x48004f10 0x4>; 54 reg = <0x48004a10 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/net/ |
| D | cpsw-phy-sel.txt | 20 reg= <0x44e10650 0x4>; 27 reg= <0x44e10650 0x4>;
|
| /linux-4.4.14/arch/alpha/include/asm/ |
| D | bitops.h | 300 unsigned long sum, x1, x2, x4; in ffz_b() local 305 x4 = x & 0xF0; in ffz_b() 307 sum += (x4 != 0) * 4; in ffz_b()
|
| /linux-4.4.14/Documentation/input/ |
| D | alps.txt | 105 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 115 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 131 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 155 byte 1: 0 x10 x9 x8 x7 x6 x5 x4 171 byte 1: 0 x8 x7 x6 x5 x4 x3 x2 184 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 196 byte 1: 0 x10 x9 x8 x7 x6 x5 x4 208 byte 0: 0 1 x7 x6 x5 x4 x3 x2 244 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 256 byte 4: 0 x9 x8 x7 x6 x5 x4 x3 [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/edac/ |
| D | apm-xgene-edac.txt | 77 interrupts = <0x0 0x20 0x4>, 78 <0x0 0x21 0x4>, 79 <0x0 0x27 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | qoriq-clock.txt | 142 reg = <0x800 0x4>; 150 reg = <0x820 0x4>; 158 reg = <0x0 0x4>; 167 reg = <0x20 0x4>; 176 reg = <0xc00 0x4>;
|
| D | sunxi.txt | 123 reg = <0x01c20050 0x4>; 131 reg = <0x01c20000 0x4>; 139 reg = <0x01c20020 0x4>; 147 reg = <0x01c20028 0x4>; 155 reg = <0x01c20054 0x4>; 163 reg = <0x01c20088 0x4>; 185 reg = <0x01c20164 0x4>;
|
| D | rockchip.txt | 31 reg = <0x200000d0 0x4>; 56 reg = <0x200000d4 0x4>;
|
| /linux-4.4.14/arch/microblaze/boot/dts/ |
| D | system.dts | 80 xlnx,dcache-line-len = <0x4>; 97 xlnx,icache-line-len = <0x4>; 104 xlnx,mmu-dtlb-size = <0x4>; 209 xlnx,xcl0-linesize = <0x4>; 211 xlnx,xcl1-linesize = <0x4>; 213 xlnx,xcl2-linesize = <0x4>; 215 xlnx,xcl3-linesize = <0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/phy/ |
| D | sun4i-usb-phy.txt | 42 reg = <0x01c13400 0x10 0x01c14800 0x4 0x01c1c800 0x4>;
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| D | com.fuc | 36 ld b32 $r9 D[$r13 + 0x4] // PUT 51 st b32 D[$r8 + 0x4] $r15 56 st b32 D[$r13 + 0x4] $r9 70 ld b32 $r9 D[$r13 + 0x4] // PUT 79 ld b32 $r15 D[$r9 + 0x4]
|
| /linux-4.4.14/Documentation/frv/ |
| D | gdbinit | 11 …: L:%08lx P:%08lx\n",__debug_mmu.damr[0x4].L,__debug_mmu.damr[0x4].P,__debug_mmu.iamr[0x4].L,__deb… 29 …lx %08lx %08lx\n",__debug_mmu.tlb[0x4].L,__debug_mmu.tlb[0x4].P,__debug_mmu.tlb[0x40+0x4].L,__deb… 97 p (pte_t[0x1000])*(pte_t*)(__debug_mmu.damr[0x4].L)
|
| /linux-4.4.14/Documentation/devicetree/bindings/ata/ |
| D | apm-xgene.txt | 58 interrupts = <0x0 0x87 0x4>; 73 interrupts = <0x0 0x88 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/arm/mrvl/ |
| D | feroceon.txt | 15 reg = <0x20128 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/usb/ |
| D | ohci-omap3.txt | 14 interrupts = <0 76 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
| D | i2c-nomadik.txt | 17 interrupts = <0 21 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
| D | renesas,gpio-rcar.txt | 46 interrupts = <0 141 0x4>; 58 interrupts = <0 147 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/rng/ |
| D | apm,rng.txt | 15 interrupts = <0x0 0x41 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
| D | cirrus,clps711x-pwm.txt | 13 reg = <0x80000400 0x4>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
| D | msm-poweroff.txt | 16 reg = <0xfc4ab000 0x4>;
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | mc13783-adc | 41 4 Charger Current (CHRGISNSP-CHRGISNSN) -0.25 - 0.25V x4 64 4 Charger Current (CHRGISNS-BPSNS) / -0.3 - 0.3V / x4 /
|