/linux/sound/soc/fsl/ |
H A D | Kconfig | 159 for the ARM i.MX CPUs. 171 tristate "SoC Audio for Freescale i.MX CPUs" 175 the i.MX CPUs. 267 comment "SoC Audio support for Freescale i.MX boards:" 281 tristate "SoC Audio support for i.MX boards with the ES8328 codec" 293 tristate "SoC Audio support for i.MX boards with sgtl5000" 300 Say Y if you want to add support for SoC audio on an i.MX board with 329 tristate "SoC Audio support for i.MX boards with AUDMIX" 333 SoC Audio support for i.MX boards with Audio Mixer 334 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 D | pll.c | 252 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 D | rpmhpd.c | 74 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 [SC8280XP_MX] = &mx, 251 [SA8775P_MX] = &mx, 273 [RPMHPD_MX] = &mx, [all …]
|
/linux/drivers/firmware/arm_scmi/vendors/imx/ |
H A D | Kconfig | 2 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 MISC EXTENSION" 21 This enables i.MX System MISC control logic such as gpio expander
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | 203 * 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 D | mixer_scarlett.c | 589 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 …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | imx-audio-sgtl5000.txt | 1 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
|
H A D | fsl,imx-audio-es8328.yaml | 7 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 D | eukrea-tlv320.txt | 11 - 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/media/ |
H A D | imx.txt | 1 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.
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sc7180-pas.yaml | 103 - description: MX power domain 108 - const: mx 138 - description: MX power domain 142 - const: mx 174 power-domain-names = "cx", "mx", "mss";
|
H A D | qcom,msm8916-mss-pil.yaml | 72 - 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";
|
H A D | amlogic,meson-mx-ao-arc.yaml | 4 $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/interrupt-controller/ |
H A D | cdns,xtensa-mx.txt | 1 * Xtensa Interrupt Distributor and Programmable Interrupt Controller (MX) 4 - compatible: Should be "cdns,xtensa-mx". 11 compatible = "cdns,xtensa-mx";
|
/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson.dtsi | 52 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";
|
H A D | meson8m2.dtsi | 88 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/Documentation/devicetree/bindings/mmc/ |
H A D | amlogic,meson-mx-sdhc.yaml | 4 $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 D | Makefile | 66 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 D | fsl,scu-pinctrl.yaml | 7 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 D | irq-xtensa-mx.c | 2 * Xtensa MX interrupt distributor 15 #include <linux/irqchip/xtensa-mx.h> 145 .name = "xtensa-mx", 186 IRQCHIP_DECLARE(xtensa_mx_irq_chip, "cdns,xtensa-mx", xtensa_mx_init);
|
H A D | Kconfig | 497 bool "i.MX IRQSTEER support" 502 Support for the i.MX IRQSTEER interrupt multiplexer/remapper. 505 bool "i.MX INTMUX support" if COMPILE_TEST 509 Support for the i.MX INTMUX interrupt multiplexer. 512 tristate "i.MX MU used as MSI controller" 521 Provide a driver for the i.MX Messaging Unit block used as a
|
/linux/drivers/clk/imx/ |
H A D | clk.c | 48 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/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.c | 103 u_int32_t mx; in DAC1064_setmclk() local 115 mx = hw->MXoptionReg | 0x00000004; in DAC1064_setmclk() 116 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, mx); in DAC1064_setmclk() 117 mx &= ~0x000000BB; in DAC1064_setmclk() 119 mx |= 0x00000008; in DAC1064_setmclk() 121 mx |= 0x00000010; in DAC1064_setmclk() 123 mx |= 0x00000080; in DAC1064_setmclk() 130 mx |= 0x00000020; in DAC1064_setmclk() 131 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, mx); in DAC1064_setmclk() 132 mx &= ~0x00000004; in DAC1064_setmclk() [all …]
|
/linux/drivers/interconnect/imx/ |
H A D | Kconfig | 2 tristate "i.MX interconnect drivers" 5 Generic interconnect drivers for i.MX SOCs
|
/linux/drivers/pmdomain/imx/ |
H A D | Kconfig | 2 menu "i.MX PM Domains" 5 bool "i.MX GPCv2 PM domains"
|