Home
last modified time | relevance | path

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

12

/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm-ss-lsio.dtsi78 compatible = "fsl,imx8-mu-scu", "fsl,imx8qm-mu", "fsl,imx6sx-mu";
82 compatible = "fsl,imx8-mu-scu", "fsl,imx8qm-mu", "fsl,imx6sx-mu";
86 compatible = "fsl,imx8-mu-scu", "fsl,imx8qm-mu", "fsl,imx6sx-mu";
90 compatible = "fsl,imx8-mu
[all...]
H A Dimx8qxp-ss-lsio.dtsi65 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
69 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
73 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
77 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fs
[all...]
H A Dimx8dxl-ss-lsio.dtsi93 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
98 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
103 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
108 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fs
[all...]
H A Dimx8mm-phycore-rpmsg.dtso51 mboxes = <&mu 0 1
52 &mu 1 1
53 &mu 3 1>;
H A Dimx94.dtsi219 compatible = "fsl,imx94-mu", "fsl,imx95-mu";
576 compatible = "fsl,imx94-mu", "fsl,imx95-mu";
734 compatible = "fsl,imx94-mu", "fsl,imx95-mu";
743 compatible = "fsl,imx94-mu", "fsl,imx95-mu";
752 compatible = "fsl,imx94-mu", "fsl,imx95-mu";
[all...]
H A Dimx8-ss-vpu.dtsi16 compatible = "fsl,imx6sx-mu";
25 compatible = "fsl,imx6sx-mu";
34 compatible = "fsl,imx6sx-mu";
H A Dimx8ulp-evk.dts126 mboxes = <&mu 0 1>,
127 <&mu 1 1>,
128 <&mu 3 1>;
288 &mu {
H A Dimx95.dtsi642 compatible = "fsl,imx95-mu";
1046 compatible = "fsl,imx95-mu";
1255 compatible = "fsl,imx95-mu";
1430 compatible = "fsl,imx95-mu";
1459 compatible = "fsl,imx95-mu";
1468 compatible = "fsl,imx95-mu";
1477 compatible = "fsl,imx95-mu";
1487 compatible = "fsl,imx95-mu-v2x";
1494 compatible = "fsl,imx95-mu-v2x";
1519 compatible = "fsl,imx95-mu
[all...]
H A Dimx93.dtsi312 compatible = "fsl,imx93-mu", "fsl,imx8ulp-mu";
683 compatible = "fsl,imx93-mu", "fsl,imx8ulp-mu";
1271 compatible = "fsl,imx93-mu-s4";
H A Dimx8mn.dtsi952 mu: mailbox@30aa0000 { label
953 compatible = "fsl,imx8mn-mu", "fsl,imx6sx-mu";
/linux/kernel/bpf/
H A 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()
103 u64 v, mu; in tnum_or() local
106 mu in tnum_or()
112 u64 v, mu; tnum_xor() local
151 u64 v, mu; tnum_intersect() local
[all...]
/linux/drivers/scsi/
H A 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 in iop_intr_mv()
[all...]
H A Dhptiop.h278 struct hpt_iopmu_mv __iomem *mu; member
284 struct hpt_iopmu_mvfrey __iomem *mu; member
/linux/drivers/input/
H A Dinput-mt.c348 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument
369 if (c == 0 || (c > mu && (!eq || mu > 0))) in adjust_dual()
372 if (s < 0 && mu <= 0) in adjust_dual()
381 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument
387 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix()
390 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix()
398 int mu) in input_mt_set_matrix() argument
412 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix()
478 int mu in input_mt_assign_slots() local
[all...]
/linux/drivers/firmware/arm_scmi/transports/
H A Doptee.c109 * @mu: Mutex protection on channel access
124 struct mutex mu; member
141 * @mu: Mutex for protection of @channel_list
148 struct mutex mu; member
391 mutex_init(&channel->mu); in scmi_optee_chan_setup()
412 mutex_lock(&scmi_optee_private->mu); in scmi_optee_chan_setup()
414 mutex_unlock(&scmi_optee_private->mu); in scmi_optee_chan_setup()
439 mutex_lock(&scmi_optee_private->mu); in scmi_optee_chan_free()
441 mutex_unlock(&scmi_optee_private->mu); in scmi_optee_chan_free()
462 mutex_lock(&channel->mu); in scmi_optee_send_message()
[all...]
/linux/arch/riscv/crypto/
H A Daes-riscv64-zvkned-zvkb.S79 vsetivli zero, 4, e32, m1, ta, mu
91 vsetvli VL_E32, LEN32, e32, m4, ta, mu
98 vsetvli VL_E32, LEN32, e32, m4, ta, mu
128 vsetivli zero, 4, e32, m1, ta, mu
/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c177 s32 *mu; member
362 /* Reserve space for mu, dmu and delta. */ in atmel_pmecc_create_user()
376 user->mu = (s32 *)PTR_ALIGN(user->smu + in atmel_pmecc_create_user()
380 user->dmu = user->mu + req->ecc.strength + 1; in atmel_pmecc_create_user()
484 s32 *mu = user->mu; in atmel_pmecc_get_sigma() local
507 mu[0] = -1; in atmel_pmecc_get_sigma()
516 delta[0] = (mu[0] * 2 - lmu[0]) >> 1; in atmel_pmecc_get_sigma()
521 mu[1] = 0; in atmel_pmecc_get_sigma()
532 delta[1] = (mu[ in atmel_pmecc_get_sigma()
[all...]
/linux/drivers/isdn/mISDN/
H A 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/drivers/infiniband/hw/hfi1/
H A Dfirmware.c98 u8 mu[MU_SIZE]; member
117 u8 *mu; /* pointer to mu */ member
454 * The augmented file has r2 and mu inserted after the header in obtain_one_firmware()
478 fdet->mu = fdet->dummy_header.mu; /* use dummy space */ in obtain_one_firmware()
483 * Header does not include r2 and mu - generate here. in obtain_one_firmware()
486 dd_dev_err(dd, "driver is unable to validate firmware without r2 and mu (not in firmware file)\n"); in obtain_one_firmware()
503 fdet->mu = aff->mu; in obtain_one_firmware()
[all...]
/linux/net/sched/
H A Dsch_netem.c325 /* tabledist - return a pseudo-randomly distributed value with mean mu and
329 static s64 tabledist(s64 mu, s32 sigma, in tabledist() argument
339 return mu; in tabledist()
345 return ((rnd % (2 * (u32)sigma)) + mu) - sigma; in tabledist()
354 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7s.dtsi1171 compatible = "fsl,imx7s-mu", "fsl,imx6sx-mu";
1180 compatible = "fsl,imx7s-mu", "fsl,imx6sx-mu";
1185 fsl,mu-side-b;
/linux/drivers/s390/char/
H A Ddefkeymap.map37 keycode 32 = nul mu
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c155 mt7915_tm_set_tam_arb(struct mt7915_phy *phy, bool enable, bool mu) in mt7915_tm_set_tam_arb() argument
162 else if (mu) in mt7915_tm_set_tam_arb()
/linux/drivers/irqchip/
H A DMakefile114 obj-$(CONFIG_IMX_MU_MSI) += irq-imx-mu-msi.o
/linux/crypto/
H A Decc.c679 * value mu appended to the mod after ndigits, mu = (2^{2w} / mod) and have
680 * length ndigits + 1, where mu * (2^w - 1) should not overflow ndigits
692 const u64 *mu = mod + ndigits; in vli_mmod_barrett() local
694 vli_mult(q, product + ndigits, mu, ndigits); in vli_mmod_barrett()
695 if (mu[ndigits]) in vli_mmod_barrett()

12