Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 25 of 27) sorted by relevance

12

/linux-4.19.296/include/asm-generic/
Dxor.h109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
112 d2 = p1[2]; in xor_32regs_2()
120 d2 ^= p2[2]; in xor_32regs_2()
128 p1[2] = d2; in xor_32regs_2()
146 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
149 d2 = p1[2]; in xor_32regs_3()
157 d2 ^= p2[2]; in xor_32regs_3()
165 d2 ^= p3[2]; in xor_32regs_3()
173 p1[2] = d2; in xor_32regs_3()
192 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
[all …]
/linux-4.19.296/drivers/iio/adc/
Dtwl6030-gpadc.c587 int channel, int d1, int d2) in twl6030_calibrate_channel() argument
602 k = 1000 + (((d2 - d1) * 1000) / (x2 - x1)); in twl6030_calibrate_channel()
612 dev_dbg(gpadc->dev, "GPADC d2 for Chn: %d = %d\n", channel, d2); in twl6030_calibrate_channel()
639 s8 d1, d2; in twl6030_calibration() local
660 d2 = trim_regs[1]; in twl6030_calibration()
668 d2 = trim_regs[5]; in twl6030_calibration()
672 d2 = trim_regs[13]; in twl6030_calibration()
676 d2 = trim_regs[7]; in twl6030_calibration()
680 d2 = trim_regs[3]; in twl6030_calibration()
684 d2 = trim_regs[9]; in twl6030_calibration()
[all …]
Dpalmas_gpadc.c297 int d2; in palmas_gpadc_calibrate() local
313 adc->adc_info[adc_chan].trim2_reg, &d2); in palmas_gpadc_calibrate()
320 k = (1000 + (1000 * (d2 - d1)) / (x2 - x1)); in palmas_gpadc_calibrate()
/linux-4.19.296/include/uapi/linux/
Duuid.h27 #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)
/linux-4.19.296/fs/ntfs/
Dcollate.c49 u32 d1, d2; in ntfs_collate_ntofs_ulong() local
56 d2 = le32_to_cpup(data2); in ntfs_collate_ntofs_ulong()
57 if (d1 < d2) in ntfs_collate_ntofs_ulong()
60 if (d1 == d2) in ntfs_collate_ntofs_ulong()
/linux-4.19.296/drivers/clk/davinci/
Dpsc.h36 #define LPSC_CLKDEV2(n, c1, d1, c2, d2) \ argument
39 LPSC_CLKDEV((c2), (d2)), \
43 #define LPSC_CLKDEV3(n, c1, d1, c2, d2, c3, d3) \ argument
46 LPSC_CLKDEV((c2), (d2)), \
/linux-4.19.296/drivers/clk/
Dclk-vt8500.c333 #define WM8650_BITS_TO_FREQ(r, m, d1, d2) \ argument
334 (r * m / (d1 * (1 << d2)))
336 #define WM8650_BITS_TO_VAL(m, d1, d2) \ argument
337 ((d2 << 13) | (d1 << 10) | (m & 0x3FF))
343 #define WM8750_BITS_TO_FREQ(r, m, d1, d2) \ argument
344 (r * (m+1) / ((d1+1) * (1 << d2)))
346 #define WM8750_BITS_TO_VAL(f, m, d1, d2) \ argument
347 ((f << 24) | ((m - 1) << 16) | ((d1 - 1) << 8) | d2)
353 #define WM8850_BITS_TO_FREQ(r, m, d1, d2) \ argument
354 (r * ((m + 1) * 2) / ((d1+1) * (1 << d2)))
[all …]
/linux-4.19.296/drivers/media/rc/
Drc-core-priv.h145 static inline bool geq_margin(unsigned d1, unsigned d2, unsigned margin) in geq_margin() argument
147 return d1 > (d2 - margin); in geq_margin()
150 static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) in eq_margin() argument
152 return ((d1 > (d2 - margin)) && (d1 < (d2 + margin))); in eq_margin()
/linux-4.19.296/crypto/
Daegis.h65 u32 d0, d1, d2, d3; in crypto_aegis_aesenc() local
69 d2 = t0[s[ 8]] ^ t1[s[13]] ^ t2[s[ 2]] ^ t3[s[ 7]]; in crypto_aegis_aesenc()
74 dst->words32[2] = cpu_to_le32(d2) ^ key->words32[2]; in crypto_aegis_aesenc()
Dpoly1305_generic.c101 u64 d0, d1, d2, d3, d4; in poly1305_blocks() local
141 d2 = mlt(h0, r2) + mlt(h1, r1) + mlt(h2, r0) + in poly1305_blocks()
150 d2 += sr(d1, 26); h1 = and(d1, 0x3ffffff); in poly1305_blocks()
151 d3 += sr(d2, 26); h2 = and(d2, 0x3ffffff); in poly1305_blocks()
/linux-4.19.296/include/linux/
Duuid.h28 #define UUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
33 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
Defi.h53 #define EFI_GUID(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
54 GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7)
/linux-4.19.296/fs/xfs/
Dxfs_dquot.c1195 xfs_dquot_t *d2) in xfs_dqlock2() argument
1197 if (d1 && d2) { in xfs_dqlock2()
1198 ASSERT(d1 != d2); in xfs_dqlock2()
1200 be32_to_cpu(d2->q_core.d_id)) { in xfs_dqlock2()
1201 mutex_lock(&d2->q_qlock); in xfs_dqlock2()
1205 mutex_lock_nested(&d2->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2()
1209 } else if (d2) { in xfs_dqlock2()
1210 mutex_lock(&d2->q_qlock); in xfs_dqlock2()
Dxfs_fsmap.c188 const struct xfs_getfsmap_dev *d2 = p2; in xfs_getfsmap_dev_compare() local
190 return d1->dev - d2->dev; in xfs_getfsmap_dev_compare()
/linux-4.19.296/fs/fat/
Ddir.c713 struct dirent_type __user *d2 = d1 + 1; \
724 if (put_user(0, d2->d_name) || \
725 put_user(0, &d2->d_reclen) || \
742 if (copy_to_user(d2->d_name, longname, long_len) || \
743 put_user(0, d2->d_name + long_len) || \
744 put_user(long_len, &d2->d_reclen) || \
745 put_user(ino, &d2->d_ino) || \
746 put_user(offset, &d2->d_off) || \
/linux-4.19.296/fs/hpfs/
Ddnode.c751 int d1, d2 = 0; in hpfs_count_dnodes() local
791 if (hpfs_stop_cycles(s, ptr, &d1, &d2, "hpfs_count_dnodes #2")) return; in hpfs_count_dnodes()
955 dnode_secno d1, d2, rdno = dno; in hpfs_remove_dtree() local
971 d2 = de->down ? de_down_pointer(de) : 0; in hpfs_remove_dtree()
983 d1 = d2; in hpfs_remove_dtree()
984 d2 = 0; in hpfs_remove_dtree()
1011 int d1, d2 = 0; in map_fnode_dirent() local
1085 if (hpfs_stop_cycles(s, downd, &d1, &d2, "map_fnode_dirent #2")) { in map_fnode_dirent()
Danode.c284 int d1, d2; in hpfs_remove_btree() local
286 d2 = 0; in hpfs_remove_btree()
291 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree()
/linux-4.19.296/drivers/i2c/busses/
Di2c-diolan-u2c.c188 u8 d2, bool flush) in diolan_usb_cmd_data2() argument
192 dev->obuffer[dev->olen++] = d2; in diolan_usb_cmd_data2()
/linux-4.19.296/drivers/isdn/i4l/
Disdn_audio.c200 unsigned long d0, d1, d2, d3; in isdn_audio_tlookup() local
207 : "=&b"(d0), "=&c"(d1), "=&D"(d2), "=&S"(d3) in isdn_audio_tlookup()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dkst_ifc.h172 diva_prot_statistics_t d2; member
Dmaintidi.c1822 &pLib->InterfaceStat.d2.X_Frames; in diva_create_parse_table()
1827 &pLib->InterfaceStat.d2.X_Bytes; in diva_create_parse_table()
1832 &pLib->InterfaceStat.d2.X_Errors; in diva_create_parse_table()
1837 &pLib->InterfaceStat.d2.R_Frames; in diva_create_parse_table()
1842 &pLib->InterfaceStat.d2.R_Bytes; in diva_create_parse_table()
1847 &pLib->InterfaceStat.d2.R_Errors; in diva_create_parse_table()
/linux-4.19.296/fs/ext4/
Dfsmap.c68 const struct ext4_getfsmap_dev *d2 = p2; in ext4_getfsmap_dev_compare() local
70 return d1->gfd_dev - d2->gfd_dev; in ext4_getfsmap_dev_compare()
/linux-4.19.296/lib/
Dvsprintf.c326 uint32_t d3, d2, d1, q, h; in put_dec() local
333 d2 = (h ) & 0xffff; in put_dec()
338 q = 656 * d3 + 7296 * d2 + 5536 * d1 + ((uint32_t)n & 0xffff); in put_dec()
341 q += 7671 * d3 + 9496 * d2 + 6 * d1; in put_dec()
344 q += 4749 * d3 + 42 * d2; in put_dec()
/linux-4.19.296/block/
Dbfq-iosched.c442 sector_t s1, s2, d1 = 0, d2 = 0; in bfq_choose_req() local
483 d2 = s2 - last; in bfq_choose_req()
485 d2 = (last - s2) * bfqd->bfq_back_penalty; in bfq_choose_req()
497 if (d1 < d2) in bfq_choose_req()
499 else if (d2 < d1) in bfq_choose_req()
/linux-4.19.296/fs/gfs2/
Dsuper.c1355 static int is_ancestor(const struct dentry *d1, const struct dentry *d2) in is_ancestor() argument
1358 if (d1 == d2) in is_ancestor()

12