Home
last modified time | relevance | path

Searched full:d7 (Results 1 – 25 of 250) sorted by relevance

12345678910

/Linux-v6.1/arch/m68k/fpsp040/
Dbinstr.S21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the
38 | A6. Test d7. If zero, the digit formed is the ms digit. If non-
56 | d7: byte digit formation word;digit count {0,1}
74 moveml %d0-%d7,-(%a7)
76 | A1: Init d7
78 moveql #1,%d7 |init d7 for second digit
111 | A6. Test d7 and branch.
113 tstw %d7 |if zero, store digit & to loop
116 swap %d7 |bring first digit to word d7b
117 aslw #4,%d7 |first digit in upper 4 bits d7b
[all …]
Dsrem_mod.S110 moveml %d2-%d7,-(%a7) | ...save data registers
142 movel %d5,%d7 | ...a copy of D5
146 lsrl %d6,%d7
147 orl %d7,%d4 | ...(D3,D4,D5) normalized
187 movel %d2,%d7 | ...a copy of D2
191 lsrl %d6,%d7
192 orl %d7,%d1 | ...(D0,D1,D2) normalized
287 movel %d2,%d7 | ...a copy of D2
291 lsrl %d6,%d7
292 orl %d7,%d1 | ...(D0,D1,D2) normalized
[all …]
Dbindec.S18 | Saves and Modifies: D2-D7,A2,FP2
23 | The k-factor is saved for use in d7. Clear the
119 | d7: k-factor
165 moveml %d2-%d7/%a2,-(%a7)
169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for
177 movel %d0,%d7 |move k-factor to d7
230 | d7: k-factor/Unchanged
293 | d7: k-factor/Unchanged
306 tstl %d7 |branch on sign of k
308 movel %d7,%d4 |if k > 0, LEN = k
[all …]
Dround.S358 movel %d7,-(%a7)
359 bfffo LOCAL_HI(%a0){#0:#32},%d7 |find first 1 in ms mant to d7)
364 subw %d7,LOCAL_EX(%a0) |sub exponent by count
368 lsll %d7,%d0 |shift first 1 to j bit position
370 lsll %d7,%d6 |shift ls mant by count
373 subl %d7,%d6 |continue shift
378 moveml (%a7)+,%d7/%d6 |restore registers
389 bfffo %d1{#0:#32},%d7 |find first 1 in ls mant to d7)
390 subw %d7,%d0 |subtract shift count from exp
391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant
[all …]
/Linux-v6.1/include/asm-generic/
Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
117 d7 = p1[7]; in xor_32regs_2()
125 d7 ^= p2[7]; in xor_32regs_2()
133 p1[7] = d7; in xor_32regs_2()
147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
155 d7 = p1[7]; in xor_32regs_3()
163 d7 ^= p2[7]; in xor_32regs_3()
171 d7 ^= p3[7]; in xor_32regs_3()
179 p1[7] = d7; in xor_32regs_3()
195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
[all …]
/Linux-v6.1/arch/arm/crypto/
Dcurve25519-core.S47 vld1.8 {d6-d7}, [r1]
49 vst1.8 {d6-d7}, [r6, : 128]
165 vtrn.32 d5, d7
171 vtrn.32 d7, d1
293 vld1.8 {d6-d7}, [r4, : 128]!
302 vmul.i32 d21, d7, d1
311 vmlal.s32 q12, d7, d21
334 vmull.s32 q11, d10, d7
347 vmlal.s32 q2, d12, d7
358 vmull.s32 q3, d16, d7
[all …]
Dblake2b-neon-core.S101 vtbl.8 d7, {d7}, M_0
157 vadd.u64 d2, d2, d7
184 veor d7, d7, d8
188 vtbl.8 d7, {d7}, M_0
197 vadd.u64 d2, d2, d7
225 veor d19, d7, d8
/Linux-v6.1/include/uapi/linux/
Duuid.h19 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
24 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
28 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
29 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
/Linux-v6.1/Documentation/spi/
Dspi-lm70llp.rst46 D7 9 --> SI/O 5
52 is connected to both pin D7 (as Master Out) and Select (as Master In)
65 transistor Q1 (and also a pullup, and a zener diode to D7); while the
69 and not grounded by the host via D7), the transistor conducts and switches
/Linux-v6.1/drivers/iio/adc/
Dad7280a.c63 #define AD7280A_CTRL_LB_REG 0xE /* D7 to D0, Read/write */
76 #define AD7280A_CELL_OVERVOLTAGE_REG 0xF /* D7 to D0, Read/write */
77 #define AD7280A_CELL_UNDERVOLTAGE_REG 0x10 /* D7 to D0, Read/write */
78 #define AD7280A_AUX_ADC_OVERVOLTAGE_REG 0x11 /* D7 to D0, Read/write */
79 #define AD7280A_AUX_ADC_UNDERVOLTAGE_REG 0x12 /* D7 to D0, Read/write */
81 #define AD7280A_ALERT_REG 0x13 /* D7 to D0, Read/write */
90 #define AD7280A_CELL_BALANCE_REG 0x14 /* D7 to D0, Read/write */
92 #define AD7280A_CB1_TIMER_REG 0x15 /* D7 to D0, Read/write */
94 #define AD7280A_CB2_TIMER_REG 0x16 /* D7 to D0, Read/write */
95 #define AD7280A_CB3_TIMER_REG 0x17 /* D7 to D0, Read/write */
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dpanel-mipi-dbi-spi.yaml42 |<0><D7><D6><D5><D4><D3><D2><D1><D0>|<D/CX><D7><D6><D5><D4><D3><D2><D1><D0>|
46 |<X><X><X><X><X><X><X><D/CX><D7><D6><D5><D4><D3><D2><D1><D0>|
50 |<D7><D6><D5><D4><D3><D2><D1><D0>|
/Linux-v6.1/arch/m68k/ifpsp060/src/
Disp.S283 set EXC_D7, EXC_DREGS+(7*4) # offset of d7
401 movm.l &0x3fff,EXC_DREGS(%a6) # store d0-d7/a0-a5
588 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
654 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
688 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
725 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
763 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
790 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
810 movm.l (%sp)+,&0x7fff # restore d0-d7/a0-a6
829 movm.l EXC_DREGS(%a6),&0x3fff # restore d0-d7/a0-a5
[all …]
Dilsp.S111 movm.l &0x3f00,-(%sp) # save d2-d7
126 movm.l &0x3f00,-(%sp) # save d2-d7
134 mov.l 0x8(%a6),%d7 # fetch divisor
147 tst.l %d7 # chk sign of divisor
150 neg.l %d7 # complement negative divisor
173 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
187 cmp.l %d7,%d5
235 movm.l (%sp)+,&0x00fc # restore d2-d7
260 movm.l (%sp)+,&0x00fc # restore d2-d7
[all …]
/Linux-v6.1/arch/m68k/kernel/
Dhead.S1641 func_start mmu_print,%a0-%a6/%d0-%d7
1663 movel %a5@+,%d7 | Burn an entry to skip the kernel mappings,
1669 movel %a5@+,%d7
1670 btst #1,%d7
1673 2: putn %d7
1674 andil #0xFFFFFE00,%d7
1675 movel %d7,%a4
1681 movel %a4@+,%d7
1682 btst #1,%d7
1685 4: putn %d7
[all …]
/Linux-v6.1/drivers/net/wan/
Dwanxlfw.S147 movel %d7, -(%sp) // src and dest must be < 256 MB
148 movel \len, %d7 // bits 0 and 1
155 99: movel %d7, \len
163 movel (%sp)+, %d7
248 main: movel channel_stats, %d7 // D7 = doorbell + irq status
251 tstl %d7
261 main_l: btstl #DOORBELL_TO_CARD_CLOSE_0, %d7
263 bclrl #DOORBELL_TO_CARD_OPEN_0, %d7 // in case both bits are set
266 btstl #DOORBELL_TO_CARD_OPEN_0, %d7
270 btstl #DOORBELL_TO_CARD_TX_0, %d7
[all …]
/Linux-v6.1/arch/m68k/include/asm/
Dentry.h48 * regs a3-a6 and d6-d7 are preserved by C code
167 moveml %a3-%a6/%d6-%d7,%sp@
171 moveml %sp@,%a3-%a6/%d6-%d7
210 moveml %a3-%a6/%d6-%d7,%sp@-
214 moveml %sp@+,%a3-%a6/%d6-%d7
/Linux-v6.1/Documentation/devicetree/bindings/leds/
Dleds-lp55xx.yaml57 - 1 # D1~6 with VDD, D7~9 with VOUT
58 - 2 # D1~6 with VOUT, D7~9 with VDD
95 - 6 # LED output D7
169 chan-name = "d7";
/Linux-v6.1/arch/arm/include/uapi/asm/
Dbyteorder.h7 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
12 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
Dswab.h7 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
12 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
/Linux-v6.1/arch/arm/include/asm/
Dswab.h7 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
12 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
/Linux-v6.1/arch/x86/kernel/
Dprocess_32.c63 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local
92 get_debugreg(d7, 7); in __show_regs()
96 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
102 log_lvl, d6, d7); in __show_regs()
/Linux-v6.1/include/linux/platform_data/
Dleds-lp55xx.h48 LP8501_6VDD_3VOUT, /* D1~6 with VDD, D7~9 with VOUT */
49 LP8501_3VDD_6VOUT, /* D1~6 with VOUT, D7~9 with VDD */
/Linux-v6.1/arch/sh/boot/romimage/
Dmmcif-sh7724.c44 /* setup pins D7-D0 */ in mmcif_loader()
53 /* select D7-D4 pin function */ in mmcif_loader()
/Linux-v6.1/arch/m68k/math-emu/
Dfp_entry.S160 move.l %d7,%d0
161 printf PREGISTER,"{d7->%08x}",1,%d0
213 printf PREGISTER,"{d7<-%08x}",1,%d0
214 move.l %d0,%d7
/Linux-v6.1/drivers/ata/
Dpata_hpt366.c136 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5",
138 "Maxtor 91152D8", "Maxtor 91008D7", "Maxtor 90845D6", "Maxtor 90840D6",
142 "Maxtor 91000D8", "Maxtor 90910D8", "Maxtor 90875D7", "Maxtor 90840D7",
144 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5",

12345678910