| /linux/Documentation/devicetree/bindings/firmware/ |
| H A D | fsl,scu.yaml | 17 The AP communicates with the SC using a multi-ported MU module found 18 in the LSIO subsystem. The current definition of this MU module provides 20 (TZ, HV, standard Linux, etc.). The SC side of this MU module interfaces 21 with the LSIO DSC IP bus. The SC firmware will communicate with this MU 62 A list of phandles of TX MU channels followed by a list of phandles of 63 RX MU channels. The list may include at the end one more optional MU 65 channels is 1 TX and 1 RX channels if MU instance is "fsl,imx8-mu-scu" 66 compatible, 4 TX and 4 RX channels otherwise. All MU channels must be 67 within the same MU instance. Cross instances are not allowed. The MU 73 - description: TX0 MU channel [all …]
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp-ss-lsio.dtsi | 65 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 D | imx8qm-ss-lsio.dtsi | 78 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 D | imx8dxl-ss-lsio.dtsi | 93 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 D | imx94.dtsi | 220 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 577 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 736 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 745 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 754 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 763 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 772 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 781 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 920 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; 1107 compatible = "fsl,imx94-mu", "fsl,imx95-mu"; [all …]
|
| H A D | imx8mm-phycore-rpmsg.dtso | 51 mboxes = <&mu 0 1 52 &mu 1 1 53 &mu 3 1>;
|
| H A D | imx8-ss-vpu.dtsi | 16 compatible = "fsl,imx6sx-mu"; 25 compatible = "fsl,imx6sx-mu"; 34 compatible = "fsl,imx6sx-mu";
|
| H A D | imx95.dtsi | 776 compatible = "fsl,imx95-mu"; 1180 compatible = "fsl,imx95-mu"; 1389 compatible = "fsl,imx95-mu"; 1573 compatible = "fsl,imx95-mu"; 1602 compatible = "fsl,imx95-mu"; 1611 compatible = "fsl,imx95-mu"; 1620 compatible = "fsl,imx95-mu"; 1630 compatible = "fsl,imx95-mu-v2x"; 1637 compatible = "fsl,imx95-mu-v2x"; 1644 compatible = "fsl,imx95-mu-v2x"; [all …]
|
| /linux/drivers/scsi/ |
| H A 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 …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 536 /* MU MIMO stats per hwQ */ 657 u32 delayed_bar_1; /* MU user 1 */ 658 u32 delayed_bar_2; /* MU user 2 */ 659 u32 delayed_bar_3; /* MU user 3 */ 660 u32 delayed_bar_4; /* MU user 4 */ 661 u32 delayed_bar_5; /* MU user 5 */ 662 u32 delayed_bar_6; /* MU user 6 */ 663 u32 delayed_bar_7; /* MU user 7 */ 672 u32 ac_mu_mimo_brpoll_1; /* MU user 1 */ 673 u32 ac_mu_mimo_brpoll_2; /* MU user 2 */ [all …]
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | fsl,imx-rproc.yaml | 50 (see mailbox/fsl,mu.yaml) 144 mboxes = <&mu 0 1 145 &mu 1 1 146 &mu 3 1>;
|
| /linux/sound/usb/ |
| H A D | mixer_maps.c | 41 USB_IN[1] --->FU[2]------------------------------+->MU[16]-->PU[17]-+->FU[18]--+->EU[27]--+->EU[21]… 43 USB_IN[3] -+->SU[5]-->FU[6]--+->MU[14] ->PU[15]->+ | | | … 70 /* 14: MU (w/o controls) */ 72 /* 16: MU (w/o controls) */ 123 /* 15: MU */ 135 Dig_IN[4]---+->FU[6]-->MU[16]->FU[18]-+->EU[21]->SU[31]----->FU[30]->Hph_OUT[20] 154 /* 16: MU w/o controls */ 225 /* 6: MU */ 230 /* 11: MU */ 253 /* 0xb: MU (w/o controls) */ [all …]
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned-zvkb.S | 79 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/iio/dac/ |
| H A D | ad9739a.c | 189 * and Mu controller. Look at table 29. 195 /* Mu controller configuration */ 214 * Try to get the Mu lock. Repeat the below steps AD9739A_LOCK_N_TRIES in ad9739a_init() 223 /* Enable the Mu controller search and track mode. */ in ad9739a_init() 238 return dev_err_probe(dev, ret, "Mu lock timeout\n"); in ad9739a_init() 240 /* Receiver tracking and lock. Same deal as the Mu controller */ in ad9739a_init()
|
| /linux/drivers/firmware/imx/ |
| H A D | imx-scu-irq.c | 5 * Implementation of the SCU IRQ functions using MU. 208 i = of_alias_get_id(spec.np, "mu"); in imx_scu_enable_general_irq_channel() 212 /* use mu1 as general mu irq channel if failed */ in imx_scu_enable_general_irq_channel()
|
| H A D | imx-scu.c | 152 dev_dbg(sc_ipc->dev, "mu %u msg %u 0x%x\n", sc_chan->idx, in imx_scu_rx_callback() 181 * sequentially but linux MU driver implements multiple in imx_scu_ipc_write() 282 sc_ipc->fast_ipc = of_device_is_compatible(args.np, "fsl,imx8-mu-scu"); in imx_scu_probe()
|
| /linux/drivers/isdn/mISDN/ |
| H A 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/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_mutex.c | 119 * MU Atomic Engine's CmpAndSwap32 command are supported. 166 * nfp_cpp_mutex_lock() - Lock a mutex handle, using the NFP MU Atomic Engine 212 * nfp_cpp_mutex_unlock() - Unlock a mutex handle, using the MU Atomic Engine
|
| /linux/lib/ |
| H A D | locking-selftest-mutex.h | 6 #define UNLOCK MU
|
| /linux/Documentation/devicetree/bindings/dsp/ |
| H A D | fsl,dsp.yaml | 47 - const: mu 61 (see mailbox/fsl,mu.txt)
|
| /linux/sound/core/oss/ |
| H A D | mulaw.c | 2 * Mu-Law conversion Plug-In Interface 138 * Basic Mu-Law plugin 335 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", in snd_pcm_plugin_build_mulaw()
|
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | index.rst | 6 :Translator: 慕冬亮 Dongliang Mu <dzm91@hust.edu.cn>
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | firmware.c | 98 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() 895 /* Security variables c. Write the mu */ in load_security_variables() 896 write_rsa_data(dd, MISC_CFG_RSA_MU, fdet->mu, MU_SIZE); in load_security_variables()
|
| /linux/include/net/ |
| H A D | ieee80211_radiotap.h | 443 * O - OFDMA (including TB), M - MU-MIMO, S - EHT sounding. 577 /* MU-USIG-1 */ 580 /* MU-USIG-2 */
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | checktransupdate.rst | 7 :译者: 慕冬亮 Dongliang Mu <dzm91@hust.edu.cn>
|