Home
last modified time | relevance | path

Searched refs:x7 (Results 1 – 171 of 171) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Dglue_helper-asm-avx.S18 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
26 vmovdqu (7*16)(src), x7;
28 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
36 vmovdqu x7, (7*16)(dst);
38 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
45 vpxor (6*16)(src), x7, x7; \
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
60 vmovdqu (iv), x7; \
61 vpshufb t1, x7, x0; \
[all …]
Dglue_helper-asm-avx2.S13 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
21 vmovdqu (7*32)(src), x7;
23 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
31 vmovdqu x7, (7*32)(dst);
33 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument
43 vpxor (6*32+16)(src), x7, x7; \
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
88 vpshufb t1, t2, x7; \
93 #define store_ctr_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
[all …]
Dcamellia-aesni-avx-asm_64.S49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
61 vpshufb t4, x7, x7; \
73 filter_8bit(x7, t0, t1, t7, t6); \
88 vaesenclast t4, x7, x7; \
100 filter_8bit(x7, t0, t1, t7, t6); \
135 vpxor x7, x2, x2; \
141 vpxor x1, x7, x7; \
143 vpxor x7, x0, x0; \
151 vpxor x2, x7, x7; /* note: high and low parts swapped */ \
170 vpxor t0, x7, x7; \
[all …]
Dcamellia-aesni-avx2-asm_64.S66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument
80 vpshufb t4, x7, x7; \
91 filter_8bit(x7, t5, t6, t7, t4); \
93 vextracti128 $1, x7, t1##_x; \
111 vaesenclast t4##_x, x7##_x, x7##_x; \
113 vinserti128 $1, t1##_x, x7, x7; \
141 filter_8bit(x7, t0, t1, t7, t6); \
166 vpxor x7, x2, x2; \
178 vpxor x1, x7, x7; \
184 vpxor x7, x0, x0; \
[all …]
Dsalsa20-x86_64-asm_64.S121 # x7 = j6
123 # x6 = x7
125 # (uint64) x7 >>= 32
253 # x7 ^= d
255 # d = x3 + x7
261 # d = x7 + x11
293 # x7 ^= b
301 # b = x6 + x7
313 # b = x7 + x4
469 # x7 ^= d
[all …]
Dsalsa20-i586-asm_32.S158 # x7 = in7
269 # w ^= x7
281 # x7 = w
395 # s ^= x7
409 # x7 = s
533 # w ^= x7
545 # x7 = w
659 # s ^= x7
673 # x7 = s
797 # in7 = x7
/linux-4.1.27/arch/arm64/kvm/
Dhyp.S129 stp x6, x7, [x3, #16]
137 pop x6, x7 // x2, x3
142 stp x6, x7, [x3, #16]
155 ldp x6, x7, [x3, #16]
157 push x6, x7
161 ldp x6, x7, [x3, #48]
198 mrs x7, actlr_el1
219 stp x6, x7, [x3, #16]
261 mrs x7, dbgbcr2_el1
283 str x7, [x3, #(2 * 8)]
[all …]
Dvgic-v3-switch.S54 mrs_s x7, ICH_EISR_EL2
87 mrs_s x7, ICH_LR2_EL2
109 str x7, [x3, #LR_OFFSET(2)]
215 ldr x7, [x3, #LR_OFFSET(2)]
237 msr_s ICH_LR2_EL2, x7
/linux-4.1.27/arch/arm64/crypto/
Daes-modes.S295 rev x7, x5
297 ins v0.d[1], x7
298 rev x7, x5
300 ins v1.d[1], x7
330 rev x7, x5
331 ins v4.d[1], x7
335 rev x7, x5
336 ins v4.d[1], x7
353 rev x7, x5
354 ins v4.d[1], x7
[all …]
Dsha2-ce-core.S143 ror x7, x4, #29 // ror(lsl(x4, 3), 32)
147 mov v19.d[1], x7
Dsha1-ce-core.S139 ror x7, x4, #29 // ror(lsl(x4, 3), 32)
143 mov v11.d[1], x7
/linux-4.1.27/arch/arm64/mm/
Dcache.S59 mov x7, #0x7fff
60 and x7, x7, x1, lsr #13 // extract max number of the index size
66 lsl x6, x7, x2
71 subs x7, x7, #1 // decrement the index
Dproc.S117 mrs x7, ttbr1_el1
125 stp x6, x7, [x0, #32]
148 ldp x6, x7, [x0, #32]
158 msr ttbr1_el1, x7
159 tcr_set_idmap_t0sz x8, x7
/linux-4.1.27/arch/arm64/kernel/
Dsleep.S86 mrs x7, mpidr_el1
95 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10
160 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2
163 mov x7, xzr
168 ldr x0, [x0, x7, lsl #3]
Dhead.S379 ldr x7, =MM_MMUFLAGS
429 create_block_map x0, x7, x3, x5, x6
439 create_block_map x0, x7, x3, x5, x6
455 create_block_map x0, x7, x3, x5, x6
478 adr_l x7, __bss_stop
480 1: cmp x6, x7
Dentry-ftrace.S187 stp x6, x7, [sp, #48]
195 ldp x6, x7, [sp, #48]
Dentry.S48 ldp x6, x7, [sp, #S_X6]
76 stp x6, x7, [sp, #16 * 3]
153 ldp x6, x7, [sp, #16 * 3]
709 ldp x6, x7, [sp, #S_X6]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_24x75 Provides access to the binary "24x7 catalog" provided by the
9 https://raw.githubusercontent.com/jmesmon/catalog-24x7/master/hv-24x7-catalog.h
22 Exposes the "version" field of the 24x7 catalog. This is also
/linux-4.1.27/arch/arm64/lib/
Dcopy_page.S34 ldp x6, x7, [x1, #32]
40 stnp x6, x7, [x0, #32]
Dstrlen.S48 tmp1 .req x7
Dstrnlen.S49 has_nul2 .req x7
Dmemcpy.S50 A_l .req x7
Dmemmove.S51 A_l .req x7
Dmemset.S51 A_l .req x7
Dstrcmp.S57 tmp1 .req x7
Dmemcmp.S53 endloop .req x7
Dstrncmp.S57 syndrome .req x7
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt37 lantiq,groups = <0x7>;
39 lantiq,phy1 = <0x7>;
40 lantiq,phy2 = <0x7>;
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc8568mds.dts93 reg = <0x7>;
135 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
163 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
234 reg = <0x7>;
259 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
264 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1 0 0
269 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1 0 0
Dmpc8544ds.dtsi122 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
134 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
135 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Dredwood.dts126 /*RXEOB*/ 0x7 0x4
271 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
312 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
317 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>;
353 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dkatmai.dts150 /*RXEOB*/ 0x1 &UIC1 0x7 0x4
312 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
355 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
396 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
401 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>;
437 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dmpc5121ads.dts161 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
175 0xb800 0x0 0x0 0x2 &cpld_pic 0x7 0x8
Dsbc8548-post.dtsi143 interrupts = <0x7 0x1>;
229 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
258 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmvme5100.dts99 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
122 0x6800 0x0 0x0 0x3 &mpic 0x7 0x1
Dcurrituck.dts155 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
192 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
229 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dp2020ds.dtsi216 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
255 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
256 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Dge_imp3a.dts35 0x7 0x0 0x0 0xfee80000 0x00040000>;
126 reg = <0x7 0x0 0x40000>;
Dakebono.dts283 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
323 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
363 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
403 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dicon.dts146 /*RXEOB*/ 0x1 &UIC1 0x7 0x4
351 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
392 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
397 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>;
Dgef_sbc310.dts401 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
437 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
442 0x0000 0x0 0x0 0x4 &mpic 0x7 0x2
Dmakalu.dts200 interrupts = <0x7 0x4>;
304 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
345 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dmpc8536ds.dts52 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dxpedite5330.dts612 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
648 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
654 0x0 0x0 0x0 0x4 &mpic 0x7 0x1
685 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8548cds_32b.dts47 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8572ds_camp_core1.dts90 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
Dmpc8536ds_36b.dts52 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8548cds_36b.dts47 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dp1021mds.dts212 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */
234 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
Dhaleakala.dts199 interrupts = <0x7 0x4>;
273 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dbamboo.dts132 interrupts = <0x7 0x4>;
200 interrupts = <0x7 0x4>;
Dc2k.dts245 interrupt-map-mask = <0x0000 0x0 0x0 0x7>;
266 interrupt-map-mask = <0xf800 0x00 0x00 0x7>;
Dkilauea.dts255 interrupts = <0x7 0x4>;
358 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
399 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dmpc8572ds.dtsi247 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
355 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
356 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
Dmpc8544ds.dts38 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dyosemite.dts130 interrupts = <0x7 0x4>;
236 interrupts = <0x7 0x4>;
Dxpedite5370.dts579 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
585 0x0 0x0 0x0 0x4 &mpic 0x7 0x1
616 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dxpedite5301.dts581 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
587 0x0 0x0 0x0 0x4 &mpic 0x7 0x1
618 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dgef_sbc610.dts159 reg = <0x7 0x14000 0x24>;
401 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dp1025twr.dtsi170 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */
192 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
Drainier.dts143 interrupts = <0x7 0x4>;
244 interrupts = <0x7 0x4>;
Dmpc8349emitx.dts341 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
363 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dgef_ppc9a.dts161 reg = <0x7 0x14000 0x24>;
403 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8548cds.dtsi169 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
232 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8555cds.dts287 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
358 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dstxssa8555.dts286 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
357 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8541cds.dts287 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
358 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
DkuroboxHG.dts127 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
DkuroboxHD.dts127 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dxpedite5200_xmon.dts457 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
472 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc834x_mds.dts287 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
348 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dtqm8548-bigflash.dts447 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
468 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dtaishan.dts171 interrupts = <0x7 0x4>;
407 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dp1025rdb.dtsi255 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */
277 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
Dsequoia.dts170 interrupts = <0x7 0x4>;
302 interrupts = <0x7 0x4>;
Dbluestone.dts160 /*RXEOB*/ 0x7 0x4
377 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dtqm8548.dts447 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
468 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dglacier.dts154 /*RXEOB*/ 0x7 0x4
526 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
568 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dcanyonlands.dts160 /*RXEOB*/ 0x7 0x4
489 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
531 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
Dmpc7448hpc2.dts156 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8569mds.dts155 0x0 0x7 0x2 0x0 0x1 0x0 /* ENET1_RXD1_SER1_RXD1 */
278 reg = <0x7>;
Dmvme2500.dts117 reg = <0x7>;
Dholly.dts155 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dacadia.dts153 interrupts = <0x7 0x4>;
Dmpc8349emitxgp.dts229 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dklondike.dts129 /*RXEOB*/ 0x7 0x4
Dpq2fads.dts90 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dprpmc2800.dts236 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dstx_gp3_8560.dts264 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dtqm8555.dts307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dtqm8540.dts327 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dwarp.dts123 interrupts = <0x7 0x4>;
Dtqm8541.dts307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8272ads.dts92 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dsbc8349.dts307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dsocrates.dts339 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dhotfoot.dts280 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc832x_rdb.dts338 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Debony.dts135 interrupts = <0x7 0x4>;
Dobs600.dts235 interrupts = <0x7 0x4>;
Dtqm8560.dts380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8313erdb.dts334 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dxpedite5200.dts454 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Darches.dts166 /*RXEOB*/ 0x7 0x4
Dmpc8540ads.dts272 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8379_mds.dts399 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8560ads.dts311 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8378_mds.dts369 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Deiger.dts130 /*RXEOB*/ 0x7 0x4
Dmpc8315erdb.dts368 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc832x_mds.dts380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc836x_mds.dts425 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dmpc8377_mds.dts385 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dxcalibur1501.dts674 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dvirtex440-ml510.dts355 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
/linux-4.1.27/Documentation/input/
Dalps.txt104 byte 0: 1 0 0 0 1 x9 x8 x7
116 byte 2: 0 x10 x9 x8 x7 ? fin ges
132 byte 2: 0 x10 x9 x8 x7 0 fin ges
155 byte 1: 0 x10 x9 x8 x7 x6 x5 x4
171 byte 1: 0 x8 x7 x6 x5 x4 x3 x2
183 byte 0: 1 1 x7 y7 1 1 1 1
196 byte 1: 0 x10 x9 x8 x7 x6 x5 x4
208 byte 0: 0 1 x7 x6 x5 x4 x3 x2
247 byte 4: y10 y9 y8 y7 x10 x9 x8 x7
256 byte 4: 0 x9 x8 x7 x6 x5 x4 x3
[all …]
Delantech.txt342 x7 x6 x5 x4 x3 x2 x1 x0
440 x7 x6 x5 x4 x3 x2 x1 x0
583 x7 x6 x5 x4 x3 x2 x1 x0
704 x7 x6 x5 x4 x3 x2 x1 x0
745 x7 x6 x5 x4 x3 x2 x1 x0
747 x7..x0 = delta x (two's complement)
766 x7 x6 x5 x4 x3 x2 x1 x0
768 x7..x0 = delta x (two's complement)
806 x7 x6 x5 x4 x3 x2 x1 x0
814 x7..x0 and y7..y0 the lower bits.
/linux-4.1.27/arch/powerpc/platforms/pseries/
DKconfig125 bool "Hypervisor supplied PMU events (24x7 & GPCI)"
130 this enables code that uses the hcall GetPerfCounterInfo and 24x7
132 systems. 24x7 is available on Power 8 systems.
/linux-4.1.27/Documentation/frv/
Dgdbinit14 …: L:%08lx P:%08lx\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P,__debug_mmu.iamr[0x7].L,__deb…
32 …lx %08lx %08lx\n",__debug_mmu.tlb[0x7].L,__debug_mmu.tlb[0x7].P,__debug_mmu.tlb[0x40+0x7].L,__deb…
/linux-4.1.27/arch/powerpc/perf/
DMakefile14 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
/linux-4.1.27/arch/arm/boot/dts/
Darmada-xp-mv78460.dtsi142 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */
143 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */
262 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0
263 0x81000000 0 0 0x81000000 0x7 0 1 0>;
Darmada-xp-mv78260.dtsi124 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */
125 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */
241 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0
242 0x81000000 0 0 0x81000000 0x7 0 1 0>;
Dsama5d3xcm.dtsi57 reg = <0x7>;
Dmt6592.dtsi65 reg = <0x7>;
Dintegratorap.dts87 interrupt-map-mask = <0xf800 0 0 0x7>;
Dspear1310-evb.dts367 pl022,ctrl-len = <0x7>;
Darmada-xp-linksys-mamba.dts193 reg = <0x7>;
Dspear1340-evb.dts476 pl022,ctrl-len = <0x7>;
Dr8a7790.dtsi1346 interrupt-map-mask = <0xff00 0 0 0x7>;
1380 interrupt-map-mask = <0xff00 0 0 0x7>;
1400 interrupt-map-mask = <0xff00 0 0 0x7>;
Dr8a7791.dtsi1349 interrupt-map-mask = <0xff00 0 0 0x7>;
1383 interrupt-map-mask = <0xff00 0 0 0x7>;
Dimx6qdl.dtsi155 interrupt-map-mask = <0 0 0 0x7>;
Domap5.dtsi991 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
Ddra7.dtsi1181 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dmvebu-pci.txt120 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */
121 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */
244 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0
245 0x81000000 0 0 0x81000000 0x7 0 1 0>;
Dhost-generic-pci.txt96 0x1800 0x0 0x0 0x1 &gic 0x0 0x7 0x1>;
99 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dfsl,imx6q-pcie.txt33 interrupt-map-mask = <0 0 0 0x7>;
D83xx-512x-pci.txt13 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
Dpci-rcar-gen2.txt40 interrupt-map-mask = <0xff00 0 0 0x7>;
Dxgene-pci.txt44 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
/linux-4.1.27/arch/sparc/lib/
DNG2memcpy.S82 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument
89 faligndata %x6, %x7, %f12; \
90 faligndata %x7, %x8, %f14;
127 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument
135 fsrc2 %x7, %f14;
/linux-4.1.27/drivers/staging/panel/
Dlcd-panel-cgram.txt7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dadi,adau1701.txt32 adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dbrcm,gisb-arb.txt32 brcm,gisb-arb-master-mask = <0x7>;
/linux-4.1.27/arch/mips/boot/dts/lantiq/
Deasy50712.dts105 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
/linux-4.1.27/Documentation/networking/
Dtlan.txt80 ether=0,0,0x1,0x7,eth0
82 This sets aui to 0x1 and debug to 0x7, assuming eth0 is a
/linux-4.1.27/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi391 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
414 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
437 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
460 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
483 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
/linux-4.1.27/Documentation/video4linux/cx2341x/
DREADME.vbi43 #define IVTV_SLICED_TYPE_VPS 0x7 // Video Programming System (PAL) (line 16)
/linux-4.1.27/Documentation/
Dpnp.txt65 port 0x3f0-0x3f0, align 0x7, size 0x6, 16-bit address decoding
70 port 0x370-0x370, align 0x7, size 0x6, 16-bit address decoding
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7120-l2-intc.txt89 brcm,int-fwd-mask = <0x7>;
/linux-4.1.27/arch/arm64/boot/dts/amd/
Damd-seattle-soc.dtsi154 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
/linux-4.1.27/Documentation/sound/alsa/
Demu10k1-jack.txt65 capture_10 asio7 FXBUS2(0x7)
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt57 * Bytes 0x0 to 0x7 cover the data register.
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dmpc8544si-post.dtsi77 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dp2020si-post.dtsi94 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dmpc8572si-post.dtsi95 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dp1020si-post.dtsi66 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dp1010si-post.dtsi65 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dp1021si-post.dtsi66 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dmpc8536si-post.dtsi77 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
Dp1022si-post.dtsi70 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
/linux-4.1.27/arch/m32r/platforms/mappi3/
Ddot.gdbinit48 set *(unsigned long *)0x00ef4004 = 0x7
/linux-4.1.27/Documentation/usb/
Dacm.txt121 acm.c: acm_control_msg: rq: 0x20 val: 0x0 len: 0x7 result: 7
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit.smp71 set *(unsigned long *)0x00ef4004 = 0x7
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts279 reg = <0x7>; /* Port */
/linux-4.1.27/Documentation/powerpc/
Dqe_firmware.txt160 | | | CECR = 0x7'b{0}, 8'b{Enet TX thread SNUM}, |
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-parameters.txt309 to 0x7 (5.25ms). (default=7)
/linux-4.1.27/Documentation/devicetree/bindings/
Dmarvell.txt408 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg2720 const AHD_AMPLITUDE_MASK 0x7
2722 const AHD_AMPLITUDE_DEF 0x7
Daic7xxx.seq2279 and A, ~0x7;
/linux-4.1.27/Documentation/filesystems/
Dproc.txt1630 $ echo 0x7 > /proc/self/coredump_filter
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1011 TR I R STD <pgd|0x7> 0.ffffffffffffffff