Home
last modified time | relevance | path

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

12345678910>>...35

/kernel/linux/linux-6.6/sound/soc/fsl/
DKconfig149 for the ARM i.MX CPUs.
161 tristate "SoC Audio for Freescale i.MX CPUs"
165 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
311 tristate "SoC Audio support for i.MX boards with S/PDIF"
315 SoC Audio support for i.MX boards with S/PDIF
316 Say Y if you want to add support for SoC audio on an i.MX board with
[all …]
/kernel/linux/linux-5.10/sound/soc/fsl/
DKconfig109 for the ARM i.MX CPUs.
121 tristate "SoC Audio for Freescale i.MX CPUs"
125 the i.MX CPUs.
225 comment "SoC Audio support for Freescale i.MX boards:"
274 tristate "SoC Audio support for i.MX boards with the ES8328 codec"
286 tristate "SoC Audio support for i.MX boards with sgtl5000"
293 Say Y if you want to add support for SoC audio on an i.MX board with
297 tristate "SoC Audio support for i.MX boards with S/PDIF"
301 SoC Audio support for i.MX boards with S/PDIF
302 Say Y if you want to add support for SoC audio on an i.MX board with
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
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 …]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
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 …]
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/
Drpmhpd.c73 static struct rpmhpd mx; variable
92 .parent = &mx.pd,
160 static struct rpmhpd mx = { variable
161 .pd = { .name = "mx", },
163 .res_name = "mx.lvl",
169 .peer = &mx,
170 .res_name = "mx.lvl",
218 [SC8280XP_MX] = &mx,
240 [SA8775P_MX] = &mx,
259 [SDM670_MX] = &mx,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dpll.c203 * clkoutX = clkdco / mX
313 cinfo->mX[0] = m2; in dss_pll_calc_b()
404 l = FLD_MOD(l, cinfo->mX[0] ? cinfo->mX[0] - 1 : 0, in dss_pll_write_config_type_a()
407 l = FLD_MOD(l, cinfo->mX[1] ? cinfo->mX[1] - 1 : 0, in dss_pll_write_config_type_a()
413 l = FLD_MOD(l, cinfo->mX[2] ? cinfo->mX[2] - 1 : 0, in dss_pll_write_config_type_a()
416 l = FLD_MOD(l, cinfo->mX[3] ? cinfo->mX[3] - 1 : 0, in dss_pll_write_config_type_a()
497 l = FLD_MOD(l, cinfo->mX[0] ? 1 : 0, 16, 16); /* M4_CLOCK_EN */ in dss_pll_write_config_type_a()
498 l = FLD_MOD(l, cinfo->mX[1] ? 1 : 0, 18, 18); /* M5_CLOCK_EN */ in dss_pll_write_config_type_a()
500 l = FLD_MOD(l, cinfo->mX[2] ? 1 : 0, 23, 23); /* M6_CLOCK_EN */ in dss_pll_write_config_type_a()
501 l = FLD_MOD(l, cinfo->mX[3] ? 1 : 0, 25, 25); /* M7_CLOCK_EN */ in dss_pll_write_config_type_a()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/
DKconfig8 tristate "i.MX (e)LCDIF LCD controller"
19 Those devices are found in various i.MX SoC (including i.MX23,
25 tristate "i.MX LCDIFv3 LCD controller"
36 Those devices are found in various i.MX SoC (i.MX8MP,
/kernel/linux/linux-5.10/sound/usb/
Dmixer_scarlett.c589 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_output_ctls() local
593 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Switch", in add_output_ctls()
597 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
602 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Volume", in add_output_ctls()
606 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
611 snprintf(mx, sizeof(mx), "Master %dL (%s) Source Playback Enum", in add_output_ctls()
615 2*index, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
621 snprintf(mx, sizeof(mx), "Master %dR (%s) Source Playback Enum", in add_output_ctls()
625 2*index+1, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
849 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in scarlett_controls_create_generic() local
[all …]
/kernel/linux/linux-6.6/sound/usb/
Dmixer_scarlett.c589 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_output_ctls() local
593 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Switch", in add_output_ctls()
597 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
602 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Volume", in add_output_ctls()
606 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
611 snprintf(mx, sizeof(mx), "Master %dL (%s) Source Playback Enum", in add_output_ctls()
615 2*index, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
621 snprintf(mx, sizeof(mx), "Master %dR (%s) Source Playback Enum", in add_output_ctls()
625 2*index+1, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
849 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in scarlett_controls_create_generic() local
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dimx-audio-sgtl5000.txt1 Freescale i.MX audio complex with SGTL5000 codec
9 - ssi-controller : The phandle of the i.MX SSI controller
35 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
37 - mux-ext-port : The external port of the i.MX audio muxer
Dimx-audio-es8328.txt1 Freescale i.MX audio complex with ES8328 codec
6 - ssi-controller : The phandle of the i.MX SSI controller
34 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
35 - mux-ext-port : The external port of the i.MX audio muxer (AUDMIX)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dimx-audio-sgtl5000.txt1 Freescale i.MX audio complex with SGTL5000 codec
9 - ssi-controller : The phandle of the i.MX SSI controller
35 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
37 - mux-ext-port : The external port of the i.MX audio muxer
Dimx-audio-es8328.txt1 Freescale i.MX audio complex with ES8328 codec
6 - ssi-controller : The phandle of the i.MX SSI controller
34 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
35 - mux-ext-port : The external port of the i.MX audio muxer (AUDMIX)
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/
Dcdns,xtensa-mx.txt1 * Xtensa Interrupt Distributor and Programmable Interrupt Controller (MX)
4 - compatible: Should be "cdns,xtensa-mx".
11 compatible = "cdns,xtensa-mx";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dcdns,xtensa-mx.txt1 * Xtensa Interrupt Distributor and Programmable Interrupt Controller (MX)
4 - compatible: Should be "cdns,xtensa-mx".
11 compatible = "cdns,xtensa-mx";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dimx.txt1 Freescale i.MX Media Video Device
27 This is the device node for the MIPI CSI-2 Receiver core in the i.MX
30 addition this device consists of an i.MX-specific "CSI2IPU gasket"
34 to the i.MX IPU CSIs.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Dimx.txt1 Freescale i.MX Media Video Device
27 This is the device node for the MIPI CSI-2 Receiver core in the i.MX
30 addition this device consists of an i.MX-specific "CSI2IPU gasket"
34 to the i.MX IPU CSIs.
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
DKconfig3 tristate "DRM Support for Freescale i.MX"
11 enable i.MX graphics support
37 tristate "Freescale i.MX DRM HDMI"
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
DKconfig3 tristate "DRM Support for Freescale i.MX"
10 enable i.MX graphics support
37 tristate "Freescale i.MX DRM HDMI"
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/remoteproc/
Dqcom,msm8916-mss-pil.yaml72 - description: MX proxy power domain (control handed over after startup)
80 - const: mx
154 mx-supply:
155 description: MX power domain regulator supply (prefer using power-domains)
241 - mx-supply
274 power-domain-names = "cx", "mx";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt1 Freescale i.MX DRM master device
4 The freescale i.MX DRM master device is a virtual device needed to list all
20 Freescale i.MX IPUv3
62 Freescale i.MX PRE (Prefetch Resolve Engine)
88 Freescale i.MX PRG (Prefetch Resolve Gasket)
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt1 Freescale i.MX DRM master device
4 The freescale i.MX DRM master device is a virtual device needed to list all
20 Freescale i.MX IPUv3
62 Freescale i.MX PRE (Prefetch Resolve Engine)
88 Freescale i.MX PRG (Prefetch Resolve Gasket)
/kernel/linux/linux-6.6/arch/arm/boot/dts/amlogic/
Dmeson.dtsi52 compatible = "amlogic,meson-mx-assist", "syscon";
124 compatible = "amlogic,meson-mx-usb2-phy";
131 compatible = "amlogic,meson-mx-usb2-phy";
138 compatible = "amlogic,meson-mx-sdio";
155 compatible = "amlogic,meson-mx-sdhc";
217 compatible = "amlogic,meson-mx-ao-arc";
301 compatible = "amlogic,meson-mx-bootrom", "syscon";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
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";

12345678910>>...35