Home
last modified time | relevance | path

Searched refs:mu (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dtnum.c64 u64 sm, sv, sigma, chi, mu; in tnum_add() local
70 mu = chi | a.mask | b.mask; in tnum_add()
71 return TNUM(sv & ~mu, mu); in tnum_add()
76 u64 dv, alpha, beta, chi, mu; in tnum_sub() local
82 mu = chi | a.mask | b.mask; in tnum_sub()
83 return TNUM(dv & ~mu, mu); in tnum_sub()
98 u64 v, mu; in tnum_or() local
101 mu = a.mask | b.mask; in tnum_or()
102 return TNUM(v, mu & ~v); in tnum_or()
107 u64 v, mu; in tnum_xor() local
[all …]
/Linux-v5.10/drivers/input/
Dinput-mt.c315 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument
336 if (c == 0 || (c > mu && (!eq || mu > 0))) in adjust_dual()
339 if (s < 0 && mu <= 0) in adjust_dual()
348 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument
354 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix()
357 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix()
365 int mu) in input_mt_set_matrix() argument
379 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix()
445 int mu = 2 * dmax * dmax; in input_mt_assign_slots() local
455 nrc = input_mt_set_matrix(mt, pos, num_pos, mu); in input_mt_assign_slots()
[all …]
/Linux-v5.10/drivers/scsi/
Dhptiop.c142 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 …]
Dhptiop.h278 struct hpt_iopmu_mv __iomem *mu; member
284 struct hpt_iopmu_mvfrey __iomem *mu; member
/Linux-v5.10/arch/arm64/boot/dts/freescale/
Dimx8qxp.dtsi547 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
555 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
562 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
570 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
578 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
586 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
Dimx8mp.dtsi630 mu: mailbox@30aa0000 { label
631 compatible = "fsl,imx8mp-mu", "fsl,imx6sx-mu";
Dimx8mn.dtsi678 mu: mailbox@30aa0000 { label
679 compatible = "fsl,imx8mn-mu", "fsl,imx6sx-mu";
Dimx8mm.dtsi778 mu: mailbox@30aa0000 { label
779 compatible = "fsl,imx8mm-mu", "fsl,imx6sx-mu";
Dimx8mq.dtsi1016 mu: mailbox@30aa0000 { label
1017 compatible = "fsl,imx8mq-mu", "fsl,imx6sx-mu";
/Linux-v5.10/drivers/mtd/nand/raw/atmel/
Dpmecc.c176 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.10/drivers/isdn/mISDN/
Ddsp_audio.c90 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.10/drivers/tee/optee/
Drpc.c24 mutex_init(&priv->mu); in optee_wait_queue_init()
30 mutex_destroy(&priv->mu); in optee_wait_queue_exit()
148 mutex_lock(&wq->mu); in wq_entry_get()
161 mutex_unlock(&wq->mu); in wq_entry_get()
171 mutex_lock(&wq->mu); in wq_sleep()
173 mutex_unlock(&wq->mu); in wq_sleep()
Doptee_private.h40 struct mutex mu; member
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dfirmware.c141 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.10/Documentation/devicetree/bindings/arm/freescale/
Dfsl,scu.txt50 See Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
53 Note: Each mu which supports general interrupt should have an alias correctly
/Linux-v5.10/net/sched/
Dsch_netem.c318 static s64 tabledist(s64 mu, s32 sigma, in tabledist() argument
327 return mu; in tabledist()
333 return ((rnd % (2 * (u32)sigma)) + mu) - sigma; in tabledist()
342 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
/Linux-v5.10/arch/arm/boot/dts/
Dimx7s.dtsi1074 compatible = "fsl,imx7s-mu", "fsl,imx6sx-mu";
1083 compatible = "fsl,imx7s-mu", "fsl,imx6sx-mu";
1088 fsl,mu-side-b;
/Linux-v5.10/drivers/s390/char/
Ddefkeymap.map37 keycode 32 = nul mu
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt30 2 mu Management Unit
/Linux-v5.10/crypto/
Decc.c654 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.10/sound/pci/
DKconfig463 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
473 Audigy and E-mu APS (partially supported) soundcards.
/Linux-v5.10/arch/x86/math-emu/
DREADME417 Daniel Carosone, danielce@ee.mu.oz.au