Home
last modified time | relevance | path

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

12

/linux-6.15/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-scu", "fsl,imx8qm-mu", "fsl,imx6sx-mu";
94 compatible = "fsl,imx8-mu-scu", "fsl,imx8qm-mu", "fsl,imx6sx-mu";
98 compatible = "fsl,imx8qm-mu", "fsl,imx6sx-mu";
102 compatible = "fsl,imx8qm-mu", "fsl,imx6sx-mu";
106 compatible = "fsl,imx8qm-mu", "fsl,imx6sx-mu";
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", "fsl,imx6sx-mu";
81 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
85 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
89 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
93 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
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", "fsl,imx6sx-mu";
113 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
118 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
H A Dimx8mm-phycore-rpmsg.dtso51 mboxes = <&mu 0 1
52 &mu 1 1
53 &mu 3 1>;
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.dtsi634 compatible = "fsl,imx95-mu";
1039 compatible = "fsl,imx95-mu";
1244 compatible = "fsl,imx95-mu";
1420 compatible = "fsl,imx95-mu";
1449 compatible = "fsl,imx95-mu";
1458 compatible = "fsl,imx95-mu";
1467 compatible = "fsl,imx95-mu";
1477 compatible = "fsl,imx95-mu-v2x";
1484 compatible = "fsl,imx95-mu-v2x";
1508 compatible = "fsl,imx95-mu-ele";
[all …]
H A Dimx8ulp.dtsi204 compatible = "fsl,imx8ulp-mu-s4";
281 mu: mailbox@29220000 { label
282 compatible = "fsl,imx8ulp-mu";
290 compatible = "fsl,imx8ulp-mu";
/linux-6.15/Documentation/devicetree/bindings/mailbox/
H A Dfsl,mu.yaml27 - const: fsl,imx6sx-mu
28 - const: fsl,imx7ulp-mu
29 - const: fsl,imx8ulp-mu
34 - const: fsl,imx95-mu
42 - fsl,imx7s-mu
43 - fsl,imx8mq-mu
44 - fsl,imx8mm-mu
45 - fsl,imx8mn-mu
59 - fsl,imx94-mu
98 fsl,mu-side-b:
[all …]
/linux-6.15/kernel/bpf/
H A Dtnum.c71 return TNUM(sv & ~mu, mu); in tnum_add()
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
110 mu = a.mask | b.mask; in tnum_xor()
111 return TNUM(v & ~mu, mu); in tnum_xor()
146 u64 v, mu; in tnum_intersect() local
149 mu = a.mask & b.mask; in tnum_intersect()
[all …]
/linux-6.15/drivers/scsi/
H A Dhptiop.c150 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read()
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()
368 writel(msg, &hba->u.mv.mu->inbound_msg); in hptiop_post_msg_mv()
642 if (hba->u.mv.mu == NULL) { in hptiop_map_pci_bar_mv()
657 if (hba->u.mvfrey.mu == NULL) { in hptiop_map_pci_bar_mvfrey()
668 iounmap(hba->u.mv.mu); in hptiop_unmap_pci_bar_mv()
674 iounmap(hba->u.mvfrey.mu); in hptiop_unmap_pci_bar_mvfrey()
976 &(hba->u.mvfrey.mu->inbound_base)); in hptiop_reset_comm_mvfrey()
981 &(hba->u.mvfrey.mu->outbound_base)); in hptiop_reset_comm_mvfrey()
[all …]
H A Dhptiop.h278 struct hpt_iopmu_mv __iomem *mu; member
284 struct hpt_iopmu_mvfrey __iomem *mu; member
/linux-6.15/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 = 2 * dmax * dmax; in input_mt_assign_slots() local
488 nrc = input_mt_set_matrix(mt, pos, num_pos, mu); in input_mt_assign_slots()
[all …]
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Dfsl,mu-msi.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,mu-msi.yaml#
33 - fsl,imx6sx-mu-msi
34 - fsl,imx7ulp-mu-msi
35 - fsl,imx8ulp-mu-msi
36 - fsl,imx8ulp-mu-msi-s4
85 compatible = "fsl,imx6sx-mu-msi";
/linux-6.15/drivers/firmware/arm_scmi/transports/
H A Doptee.c124 struct mutex mu; member
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()
475 mutex_unlock(&channel->mu); in scmi_optee_send_message()
498 mutex_unlock(&channel->mu); in scmi_optee_mark_txdone()
[all …]
/linux-6.15/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-6.15/drivers/mtd/nand/raw/atmel/
H A 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()
483 s32 *mu = user->mu; in atmel_pmecc_get_sigma() local
506 mu[0] = -1; in atmel_pmecc_get_sigma()
515 delta[0] = (mu[0] * 2 - lmu[0]) >> 1; in atmel_pmecc_get_sigma()
520 mu[1] = 0; in atmel_pmecc_get_sigma()
531 delta[1] = (mu[1] * 2 - lmu[1]) >> 1; in atmel_pmecc_get_sigma()
537 mu[i + 1] = i << 1; in atmel_pmecc_get_sigma()
576 diff = (mu[i] - mu[ro]); in atmel_pmecc_get_sigma()
[all …]
/linux-6.15/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-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dfsl,imx-rproc.yaml50 (see mailbox/fsl,mu.yaml)
144 mboxes = <&mu 0 1
145 &mu 1 1
146 &mu 3 1>;
/linux-6.15/Documentation/devicetree/bindings/media/
H A Damphion,vpu.yaml46 $ref: /schemas/mailbox/fsl,mu.yaml#
122 compatible = "fsl,imx6sx-mu";
130 compatible = "fsl,imx6sx-mu";
138 compatible = "fsl,imx6sx-mu";
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c548 u32 *mu; in mt7615_update_mu_group() local
550 mu = (u32 *)info->mu_group.membership; in mt7615_update_mu_group()
551 for (i = 0; i < WLAN_MEMBERSHIP_LEN / sizeof(*mu); i++) { in mt7615_update_mu_group()
553 mt76_wr(dev, MT7663_WF_PHY_GID_TAB_VLD(band, i), mu[i]); in mt7615_update_mu_group()
555 mt76_wr(dev, MT_WF_PHY_GID_TAB_VLD(band, i), mu[i]); in mt7615_update_mu_group()
558 mu = (u32 *)info->mu_group.position; in mt7615_update_mu_group()
559 for (i = 0; i < WLAN_USER_POSITION_LEN / sizeof(*mu); i++) { in mt7615_update_mu_group()
561 mt76_wr(dev, MT7663_WF_PHY_GID_TAB_POS(band, i), mu[i]); in mt7615_update_mu_group()
563 mt76_wr(dev, MT_WF_PHY_GID_TAB_POS(band, i), mu[i]); in mt7615_update_mu_group()
/linux-6.15/Documentation/devicetree/bindings/dsp/
H A Dfsl,dsp.yaml47 - const: mu
61 (see mailbox/fsl,mu.txt)
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dfirmware.c98 u8 mu[MU_SIZE]; member
117 u8 *mu; /* pointer to mu */ member
478 fdet->mu = fdet->dummy_header.mu; /* use dummy space */ in obtain_one_firmware()
503 fdet->mu = aff->mu; in obtain_one_firmware()
896 write_rsa_data(dd, MISC_CFG_RSA_MU, fdet->mu, MU_SIZE); in load_security_variables()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c727 u32 *mu; in mt7996_update_mu_group() local
729 mu = (u32 *)info->mu_group.membership; in mt7996_update_mu_group()
730 mt76_wr(dev, MT_WF_PHYRX_BAND_GID_TAB_VLD0(band), mu[0]); in mt7996_update_mu_group()
731 mt76_wr(dev, MT_WF_PHYRX_BAND_GID_TAB_VLD1(band), mu[1]); in mt7996_update_mu_group()
733 mu = (u32 *)info->mu_group.position; in mt7996_update_mu_group()
734 mt76_wr(dev, MT_WF_PHYRX_BAND_GID_TAB_POS0(band), mu[0]); in mt7996_update_mu_group()
735 mt76_wr(dev, MT_WF_PHYRX_BAND_GID_TAB_POS1(band), mu[1]); in mt7996_update_mu_group()
736 mt76_wr(dev, MT_WF_PHYRX_BAND_GID_TAB_POS2(band), mu[2]); in mt7996_update_mu_group()
737 mt76_wr(dev, MT_WF_PHYRX_BAND_GID_TAB_POS3(band), mu[3]); in mt7996_update_mu_group()
/linux-6.15/net/sched/
H A Dsch_netem.c329 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()

12