| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | binstr.S | 21 | 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 …]
|
| D | srem_mod.S | 110 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 …]
|
| D | bindec.S | 18 | 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 …]
|
| D | round.S | 358 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 …]
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | xor.h | 101 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local 109 d7 = p1[7]; in xor_32regs_2() 117 d7 ^= p2[7]; in xor_32regs_2() 125 p1[7] = d7; in xor_32regs_2() 138 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 146 d7 = p1[7]; in xor_32regs_3() 154 d7 ^= p2[7]; in xor_32regs_3() 162 d7 ^= p3[7]; in xor_32regs_3() 170 p1[7] = d7; in xor_32regs_3() 184 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local [all …]
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | curve25519-core.S | 47 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 …]
|
| D | poly1305-core.S_shipped | 478 vdup.32 d7,r6 495 vmull.u32 q9,d7,d0[1] 497 vmlal.u32 q5,d7,d2[1] 504 vmlal.u32 q6,d7,d4[1] 512 vmlal.u32 q7,d7,d6[1] 515 vmlal.u32 q8,d7,d8[1] 519 vmlal.u32 q9,d0,d7[1] 612 vtrn.32 d7,d18 617 vshl.u32 d8,d7,#2 621 vadd.i32 d8,d8,d7 [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | uuid.h | 12 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 17 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 19 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 20 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | uuid.h | 27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 32 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 37 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | uuid.h | 25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 27 …b) >> 8) & 0xff, (c) & 0xff, ((c) >> 8) & 0xff, (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }) 29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
|
| /kernel/linux/linux-5.10/Documentation/spi/ |
| D | spi-lm70llp.rst | 46 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
|
| /kernel/linux/linux-5.10/drivers/staging/iio/adc/ |
| D | ad7280a.c | 40 #define AD7280A_CONTROL_LB 0xE /* D7 to D0, Read/write */ 41 #define AD7280A_CELL_OVERVOLTAGE 0xF /* D7 to D0, Read/write */ 42 #define AD7280A_CELL_UNDERVOLTAGE 0x10 /* D7 to D0, Read/write */ 43 #define AD7280A_AUX_ADC_OVERVOLTAGE 0x11 /* D7 to D0, Read/write */ 44 #define AD7280A_AUX_ADC_UNDERVOLTAGE 0x12 /* D7 to D0, Read/write */ 45 #define AD7280A_ALERT 0x13 /* D7 to D0, Read/write */ 46 #define AD7280A_CELL_BALANCE 0x14 /* D7 to D0, Read/write */ 47 #define AD7280A_CB1_TIMER 0x15 /* D7 to D0, Read/write */ 48 #define AD7280A_CB2_TIMER 0x16 /* D7 to D0, Read/write */ 49 #define AD7280A_CB3_TIMER 0x17 /* D7 to D0, Read/write */ [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
| D | isp.S | 283 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 …]
|
| D | ilsp.S | 111 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 …]
|
| /kernel/linux/linux-5.10/arch/arm/include/uapi/asm/ |
| D | byteorder.h | 7 * 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
|
| D | swab.h | 7 * 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
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| D | head.S | 1624 func_start mmu_print,%a0-%a6/%d0-%d7 1646 movel %a5@+,%d7 | Burn an entry to skip the kernel mappings, 1652 movel %a5@+,%d7 1653 btst #1,%d7 1656 2: putn %d7 1657 andil #0xFFFFFE00,%d7 1658 movel %d7,%a4 1664 movel %a4@+,%d7 1665 btst #1,%d7 1668 4: putn %d7 [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | entry.h | 48 * 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
|
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| D | wanxlfw.S | 147 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-lp55xx.yaml | 57 - 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";
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | swab.h | 7 * 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
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | process_32.c | 63 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 95 get_debugreg(d7, 7); in __show_regs() 99 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs() 105 log_lvl, d6, d7); in __show_regs()
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_hpt366.c | 139 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5", 141 "Maxtor 91152D8", "Maxtor 91008D7", "Maxtor 90845D6", "Maxtor 90840D6", 145 "Maxtor 91000D8", "Maxtor 90910D8", "Maxtor 90875D7", "Maxtor 90840D7", 147 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5",
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | leds-lp55xx.h | 48 LP8501_6VDD_3VOUT, /* D1~6 with VDD, D7~9 with VOUT */ 49 LP8501_3VDD_6VOUT, /* D1~6 with VOUT, D7~9 with VDD */
|
| /kernel/linux/linux-5.10/arch/sh/boot/romimage/ |
| D | mmcif-sh7724.c | 44 /* setup pins D7-D0 */ in mmcif_loader() 53 /* select D7-D4 pin function */ in mmcif_loader()
|