/Linux-v5.4/kernel/bpf/ |
D | tnum.c | 59 u64 sm, sv, sigma, chi, mu; in tnum_add() local 65 mu = chi | a.mask | b.mask; in tnum_add() 66 return TNUM(sv & ~mu, mu); in tnum_add() 71 u64 dv, alpha, beta, chi, mu; in tnum_sub() local 77 mu = chi | a.mask | b.mask; in tnum_sub() 78 return TNUM(dv & ~mu, mu); in tnum_sub() 93 u64 v, mu; in tnum_or() local 96 mu = a.mask | b.mask; in tnum_or() 97 return TNUM(v, mu & ~v); in tnum_or() 102 u64 v, mu; in tnum_xor() local [all …]
|
/Linux-v5.4/drivers/input/ |
D | input-mt.c | 315 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument 333 if (c == 0 || (c > mu && (!eq || mu > 0))) in adjust_dual() 336 if (s < 0 && mu <= 0) in adjust_dual() 345 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument 351 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix() 354 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix() 362 int mu) in input_mt_set_matrix() argument 376 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix() 442 int mu = 2 * dmax * dmax; in input_mt_assign_slots() local 452 nrc = input_mt_set_matrix(mt, pos, num_pos, mu); in input_mt_assign_slots() [all …]
|
/Linux-v5.4/drivers/scsi/ |
D | hptiop.c | 142 static u64 mv_outbound_read(struct hpt_iopmu_mv __iomem *mu) in mv_outbound_read() argument 144 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read() 145 u32 outbound_head = readl(&mu->outbound_head); in mv_outbound_read() 150 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read() 155 writel(outbound_tail, &mu->outbound_tail); in mv_outbound_read() 163 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head); in mv_inbound_write() 169 memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8); in mv_inbound_write() 170 writel(head, &hba->u.mv.mu->inbound_head); in mv_inbound_write() 213 msg = readl(&hba->u.mv.mu->outbound_msg); in iop_intr_mv() 222 while ((tag = mv_outbound_read(hba->u.mv.mu))) in iop_intr_mv() [all …]
|
D | hptiop.h | 278 struct hpt_iopmu_mv __iomem *mu; member 284 struct hpt_iopmu_mvfrey __iomem *mu; member
|
/Linux-v5.4/Documentation/devicetree/bindings/mailbox/ |
D | fsl,mu.txt | 20 - compatible : should be "fsl,<chip>-mu", the supported chips include 22 The "fsl,imx6sx-mu" compatible is seen as generic and should 45 - fsl,mu-side-b : Should be set for side B MU. 50 compatible = "fsl,imx8qxp-mu";
|
/Linux-v5.4/drivers/mtd/nand/raw/atmel/ |
D | pmecc.c | 176 s32 *mu; member 375 user->mu = (s32 *)PTR_ALIGN(user->smu + in atmel_pmecc_create_user() 379 user->dmu = user->mu + req->ecc.strength + 1; in atmel_pmecc_create_user() 491 s32 *mu = user->mu; in atmel_pmecc_get_sigma() local 514 mu[0] = -1; in atmel_pmecc_get_sigma() 523 delta[0] = (mu[0] * 2 - lmu[0]) >> 1; in atmel_pmecc_get_sigma() 528 mu[1] = 0; in atmel_pmecc_get_sigma() 539 delta[1] = (mu[1] * 2 - lmu[1]) >> 1; in atmel_pmecc_get_sigma() 545 mu[i + 1] = i << 1; in atmel_pmecc_get_sigma() 584 diff = (mu[i] - mu[ro]); in atmel_pmecc_get_sigma() [all …]
|
/Linux-v5.4/arch/arm64/boot/dts/freescale/ |
D | imx8qxp.dtsi | 548 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 556 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 563 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 571 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 579 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 587 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
|
/Linux-v5.4/drivers/isdn/mISDN/ |
D | dsp_audio.c | 90 short mu, e, f, y; in ulaw2linear() local 93 mu = 255 - ulaw; in ulaw2linear() 94 e = (mu & 0x70) / 16; in ulaw2linear() 95 f = mu & 0x0f; in ulaw2linear() 98 if (mu & 0x80) in ulaw2linear()
|
/Linux-v5.4/drivers/tee/optee/ |
D | rpc.c | 23 mutex_init(&priv->mu); in optee_wait_queue_init() 29 mutex_destroy(&priv->mu); in optee_wait_queue_exit() 56 mutex_lock(&wq->mu); in wq_entry_get() 69 mutex_unlock(&wq->mu); in wq_entry_get() 79 mutex_lock(&wq->mu); in wq_sleep() 81 mutex_unlock(&wq->mu); in wq_sleep()
|
D | optee_private.h | 39 struct mutex mu; member
|
/Linux-v5.4/drivers/media/usb/usbvision/ |
D | usbvision.h | 179 #define YUV_TO_RGB_BY_THE_BOOK(my, mu, mv, mr, mg, mb) { \ argument 182 mm_u = (mu) - 128; \
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | firmware.c | 141 u8 mu[MU_SIZE]; member 160 u8 *mu; /* pointer to mu */ member 521 fdet->mu = fdet->dummy_header.mu; /* use dummy space */ in obtain_one_firmware() 546 fdet->mu = aff->mu; in obtain_one_firmware() 939 write_rsa_data(dd, MISC_CFG_RSA_MU, fdet->mu, MU_SIZE); in load_security_variables()
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,scu.txt | 50 See Documentation/devicetree/bindings/mailbox/fsl,mu.txt 53 Note: Each mu which supports general interrupt should have an alias correctly
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | imx7s.dtsi | 1071 compatible = "fsl,imx7s-mu", "fsl,imx6sx-mu"; 1080 compatible = "fsl,imx7s-mu", "fsl,imx6sx-mu"; 1085 fsl,mu-side-b;
|
/Linux-v5.4/net/sched/ |
D | sch_netem.c | 318 static s64 tabledist(s64 mu, s32 sigma, in tabledist() argument 327 return mu; in tabledist() 333 return ((rnd % (2 * sigma)) + mu) - sigma; in tabledist() 342 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
|
/Linux-v5.4/drivers/s390/char/ |
D | defkeymap.map | 37 keycode 32 = nul mu
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | mvebu-gated-clock.txt | 30 2 mu Management Unit
|
/Linux-v5.4/crypto/ |
D | ecc.c | 654 const u64 *mu = mod + ndigits; in vli_mmod_barrett() local 656 vli_mult(q, product + ndigits, mu, ndigits); in vli_mmod_barrett() 657 if (mu[ndigits]) in vli_mmod_barrett()
|
/Linux-v5.4/sound/pci/ |
D | Kconfig | 463 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" 473 Audigy and E-mu APS (partially supported) soundcards.
|
/Linux-v5.4/arch/x86/math-emu/ |
D | README | 417 Daniel Carosone, danielce@ee.mu.oz.au
|