/openbmc/linux/arch/m68k/fpsp040/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/include/asm-generic/ |
H A D | xor.h | 109 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 …]
|
/openbmc/linux/arch/arm/crypto/ |
H A 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 …]
|
H A D | blake2b-neon-core.S | 101 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
|
/openbmc/linux/include/linux/ |
H A D | uuid.h | 23 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 28 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 30 #define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 35 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
|
/openbmc/linux/Documentation/spi/ |
H A 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
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7280a.c | 63 #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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-mipi-dbi-spi.yaml | 43 |<0><D7><D6><D5><D4><D3><D2><D1><D0>|<D/CX><D7><D6><D5><D4><D3><D2><D1><D0>| 47 |<X><X><X><X><X><X><X><D/CX><D7><D6><D5><D4><D3><D2><D1><D0>| 51 |<D7><D6><D5><D4><D3><D2><D1><D0>|
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | head.S | 1641 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 …]
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A 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
|
/openbmc/linux/arch/m68k/include/asm/ |
H A 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
|
/openbmc/linux/drivers/net/wan/ |
H A 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 …]
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | byteorder.h | 6 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 11 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | byteorder.h | 9 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 14 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | byteorder.h | 10 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 15 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
|
/openbmc/linux/include/uapi/linux/ |
H A D | mei_uuid.h | 18 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 23 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
|
/openbmc/linux/arch/arm/include/asm/ |
H A 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
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-lp55xx.yaml | 59 - 1 # D1~6 with VDD, D7~9 with VOUT 60 - 2 # D1~6 with VOUT, D7~9 with VDD 146 - 6 # LED output D7 222 chan-name = "d7";
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | UTIL.interface.yaml | 37 - name: D7 40 D7 keyword.
|
/openbmc/u-boot/include/ |
H A D | flash.h | 150 #define AMD_MANUFACT 0x00010001 /* AMD manuf. ID in D23..D16, D7..D0 */ 151 #define FUJ_MANUFACT 0x00040004 /* FUJITSU manuf. ID in D23..D16, D7..D0 */ 154 #define SST_MANUFACT 0x00BF00BF /* SST manuf. ID in D23..D16, D7..D0 */ 155 #define MT_MANUFACT 0x00890089 /* MT manuf. ID in D23..D16, D7..D0 */ 156 #define INTEL_MANUFACT 0x00890089 /* INTEL manuf. ID in D23..D16, D7..D0 */ 158 #define MX_MANUFACT 0x00C200C2 /* MXIC manuf. ID in D23..D16, D7..D0 */ 159 #define TOSH_MANUFACT 0x00980098 /* TOSHIBA manuf. ID in D23..D16, D7..D0 */ 162 #define AMIC_MANUFACT 0x00370037 /* AMIC manuf. ID in D23..D16, D7..D0 */ 163 #define WINB_MANUFACT 0x00DA00DA /* Winbond manuf. ID in D23..D16, D7..D0 */ 164 #define EON_ALT_MANU 0x001C001C /* EON manuf. ID in D23..D16, D7..D0 */ [all …]
|