Home
last modified time | relevance | path

Searched full:mx (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/linux/drivers/firmware/arm_scmi/vendors/imx/
H A DKconfig2 menu "ARM SCMI NXP i.MX Vendor Protocols"
5 tristate "i.MX SCMI BBM EXTENSION"
9 This enables i.MX System BBM control logic which supports RTC
16 tristate "i.MX SCMI CPU EXTENSION"
21 This enables i.MX System CPU Protocol to manage cpu
28 tristate "i.MX SCMI LMM EXTENSION"
33 This enables i.MX System Logical Machine Protocol to
40 tristate "i.MX SCMI MISC EXTENSION"
45 This enables i.MX System MISC control logic such as gpio expander
H A Dimx-sm-lmm.c95 dev_dbg(ph->dev, "i.MX LMM: Logical Machine(%d), name: %s\n", in scmi_imx_lmm_attributes()
98 dev_err(ph->dev, "i.MX LMM: Failed to get info of Logical Machine(%u)\n", lmid); in scmi_imx_lmm_attributes()
213 dev_err(ph->dev, "i.MX LMM: %d:Exceed max supported Logical Machines\n", in scmi_imx_lmm_protocol_attributes_get()
217 dev_info(ph->dev, "i.MX LMM: %d Logical Machines\n", priv->nr_lmm); in scmi_imx_lmm_protocol_attributes_get()
262 MODULE_DESCRIPTION("i.MX SCMI LMM driver");
H A Dimx-sm-cpu.c197 dev_info(ph->dev, "i.MX SM CPU: %d cpus\n", in scmi_imx_cpu_protocol_attributes_get()
223 dev_info(ph->dev, "i.MX CPU: name: %s\n", name); in scmi_imx_cpu_attributes_get()
225 dev_err(ph->dev, "i.MX cpu: Failed to get info of cpu(%u)\n", cpuid); in scmi_imx_cpu_attributes_get()
275 MODULE_DESCRIPTION("i.MX SCMI CPU driver");
/linux/sound/soc/fsl/
H A DKconfig162 for the ARM i.MX CPUs.
174 tristate "SoC Audio for Freescale i.MX CPUs"
178 the i.MX CPUs.
270 comment "SoC Audio support for Freescale i.MX boards:"
284 tristate "SoC Audio support for i.MX boards with the ES8328 codec"
296 tristate "SoC Audio support for i.MX boards with sgtl5000"
303 Say Y if you want to add support for SoC audio on an i.MX board with
332 tristate "SoC Audio support for i.MX boards with AUDMIX"
336 SoC Audio support for i.MX boards with Audio Mixer
337 Say Y if you want to add support for SoC audio on an i.MX board with
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c252 l = FLD_MOD(l, cinfo->mX[0] ? cinfo->mX[0] - 1 : 0, in dss_pll_write_config_type_a()
255 l = FLD_MOD(l, cinfo->mX[1] ? cinfo->mX[1] - 1 : 0, in dss_pll_write_config_type_a()
261 l = FLD_MOD(l, cinfo->mX[2] ? cinfo->mX[2] - 1 : 0, in dss_pll_write_config_type_a()
264 l = FLD_MOD(l, cinfo->mX[3] ? cinfo->mX[3] - 1 : 0, in dss_pll_write_config_type_a()
309 l = FLD_MOD(l, cinfo->mX[0] ? 1 : 0, 16, 16); /* M4_CLOCK_EN */ in dss_pll_write_config_type_a()
310 l = FLD_MOD(l, cinfo->mX[1] ? 1 : 0, 18, 18); /* M5_CLOCK_EN */ in dss_pll_write_config_type_a()
312 l = FLD_MOD(l, cinfo->mX[2] ? 1 : 0, 23, 23); /* M6_CLOCK_EN */ in dss_pll_write_config_type_a()
313 l = FLD_MOD(l, cinfo->mX[3] ? 1 : 0, 25, 25); /* M7_CLOCK_EN */ in dss_pll_write_config_type_a()
317 (cinfo->mX[0] ? BIT(7) : 0) | in dss_pll_write_config_type_a()
318 (cinfo->mX[1] ? BIT(8) : 0) | in dss_pll_write_config_type_a()
[all …]
/linux/drivers/pmdomain/qcom/
H A Drpmhpd.c74 static struct rpmhpd mx; variable
93 .parent = &mx.pd,
161 static struct rpmhpd mx = { variable
162 .pd = { .name = "mx", },
164 .res_name = "mx.lvl",
170 .peer = &mx,
171 .res_name = "mx.lvl",
229 [RPMHPD_MX] = &mx,
247 [SC8280XP_MX] = &mx,
269 [SA8775P_MX] = &mx,
[all …]
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c203 * clkoutX = clkdco / mX
319 cinfo->mX[0] = m2; in dss_pll_calc_b()
410 l = FLD_MOD(l, cinfo->mX[0] ? cinfo->mX[0] - 1 : 0, in dss_pll_write_config_type_a()
413 l = FLD_MOD(l, cinfo->mX[1] ? cinfo->mX[1] - 1 : 0, in dss_pll_write_config_type_a()
419 l = FLD_MOD(l, cinfo->mX[2] ? cinfo->mX[2] - 1 : 0, in dss_pll_write_config_type_a()
422 l = FLD_MOD(l, cinfo->mX[3] ? cinfo->mX[3] - 1 : 0, in dss_pll_write_config_type_a()
503 l = FLD_MOD(l, cinfo->mX[0] ? 1 : 0, 16, 16); /* M4_CLOCK_EN */ in dss_pll_write_config_type_a()
504 l = FLD_MOD(l, cinfo->mX[1] ? 1 : 0, 18, 18); /* M5_CLOCK_EN */ in dss_pll_write_config_type_a()
506 l = FLD_MOD(l, cinfo->mX[2] ? 1 : 0, 23, 23); /* M6_CLOCK_EN */ in dss_pll_write_config_type_a()
507 l = FLD_MOD(l, cinfo->mX[3] ? 1 : 0, 25, 25); /* M7_CLOCK_EN */ in dss_pll_write_config_type_a()
[all …]
/linux/sound/usb/
H A Dmixer_scarlett.c590 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_output_ctls() local
594 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Switch", in add_output_ctls()
598 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
603 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Volume", in add_output_ctls()
607 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
612 snprintf(mx, sizeof(mx), "Master %dL (%s) Source Playback Enum", in add_output_ctls()
616 2*index, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
622 snprintf(mx, sizeof(mx), "Master %dR (%s) Source Playback Enum", in add_output_ctls()
626 2*index+1, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
850 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in scarlett_controls_create_generic() local
[all …]
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,sc7180-pas.yaml103 - description: MX power domain
108 - const: mx
138 - description: MX power domain
142 - const: mx
174 power-domain-names = "cx", "mx", "mss";
H A Damlogic,meson-mx-ao-arc.yaml4 $id: http://devicetree.org/schemas/remoteproc/amlogic,meson-mx-ao-arc.yaml#
25 - const: amlogic,meson-mx-ao-arc
78 compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,imx-audio-es8328.yaml7 title: Freescale i.MX audio complex with ES8328 codec
26 description: The phandle of the i.MX SSI controller
68 description: The internal port of the i.MX audio muxer (AUDMUX)
74 description: The external port of the i.MX audio muxer (AUDMIX)
H A Deukrea-tlv320.txt11 - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX).
13 - fsl,mux-ext-port : The external port of the i.MX audio muxer.
/linux/Documentation/devicetree/bindings/mmc/
H A Damlogic,meson-mx-sdhc.yaml4 $id: http://devicetree.org/schemas/mmc/amlogic,meson-mx-sdhc.yaml#
27 - const: amlogic,meson-mx-sdhc
61 compatible = "amlogic,meson8-sdhc", "amlogic,meson-mx-sdhc";
/linux/drivers/mmc/host/
H A DMakefile66 meson-mx-sdhc-objs := meson-mx-sdhc-clkc.o meson-mx-sdhc-mmc.o
67 obj-$(CONFIG_MMC_MESON_MX_SDHC) += meson-mx-sdhc.o
68 obj-$(CONFIG_MMC_MESON_MX_SDIO) += meson-mx-sdio.o
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,scu-pinctrl.yaml7 title: i.MX SCU Client Device Node - Pinctrl Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
14 This binding uses the i.MX common pinctrl binding.
/linux/drivers/irqchip/
H A Dirq-xtensa-mx.c2 * Xtensa MX interrupt distributor
15 #include <linux/irqchip/xtensa-mx.h>
145 .name = "xtensa-mx",
185 IRQCHIP_DECLARE(xtensa_mx_irq_chip, "cdns,xtensa-mx", xtensa_mx_init);
/linux/drivers/clk/imx/
H A Dclk.c48 pr_err("i.MX clk %u: register failed with %ld\n", in imx_check_clocks()
58 pr_err("i.MX clk %u: register failed with %ld\n", in imx_check_clk_hws()
180 /* i.MX boards use device trees now. For build tests without CONFIG_OF, do nothing */ in imx_register_uart_clocks()
229 MODULE_DESCRIPTION("Common clock support for NXP i.MX SoC family");
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8m2.dtsi88 compatible = "amlogic,meson8m2-sdhc", "amlogic,meson-mx-sdhc";
92 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
96 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
/linux/drivers/interconnect/imx/
H A DKconfig2 tristate "i.MX interconnect drivers"
5 Generic interconnect drivers for i.MX SOCs
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,aoss-qmp.yaml85 "^(cx|mx|ebi)$":
90 used to identify the resource and must therefore be "cx", "mx" or "ebi".
117 mx_cdev: mx {
/linux/drivers/pmdomain/imx/
H A DKconfig2 menu "i.MX PM Domains"
5 bool "i.MX GPCv2 PM domains"
/linux/Documentation/devicetree/bindings/rtc/
H A Dfsl,scu-rtc.yaml7 title: i.MX SCU Client Device Node - RTC Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c78 soc_id = "Meson6 (AML8726-MX)"; in meson_mx_socinfo_soc_id()
117 syscon_regmap_lookup_by_compatible("amlogic,meson-mx-assist"); in meson_mx_socinfo_init()
122 syscon_regmap_lookup_by_compatible("amlogic,meson-mx-bootrom"); in meson_mx_socinfo_init()
/linux/drivers/comedi/drivers/
H A Djr3_pci.c171 s16 mx; member
182 set_s16(&sensor->full_scale.mx, full_scale.mx); in set_full_scales()
195 result.mx = get_s16(&sensor->max_full_scale.mx); in get_max_full_scales()
226 val = get_s16(&spriv->sensor->filter[filter].mx); in jr3_pci_ai_read_chan()
517 r[3].l.range[0].min = -get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice()
518 r[3].l.range[0].max = get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice()
544 set_s16(&sensor->offsets.mx, 0); in jr3_pci_poll_subdevice()
727 * model serial Fx Fy Fz Mx My Mz\n in jr3_pci_auto_attach()
/linux/Documentation/devicetree/bindings/display/imx/
H A Dfsl,imx-display-subsystem.yaml7 title: Freescale i.MX DRM master device
13 The freescale i.MX DRM master device is a virtual device needed to list all

12345678910>>...13