Home
last modified time | relevance | path

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

12345678910>>...25

/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A 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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A 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 …]
/OK3568_Linux_fs/kernel/sound/usb/
H A 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 …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-imx/
H A DConfig.in7 depends on BR2_arm # Only relevant for i.MX
12 Freescale's i.MX platforms, which make use of the i.MX
52 comment "mp3encoder needs the i.MX codec binaries"
70 comment "uniaudiodec needs the i.MX codec binaries"
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-vpu-hantro-vc/
H A DConfig.in1 comment "imx-vpu-hantro-vc needs an i.MX-specific Linux kernel to be built"
4 comment "imx-vpu-hantro-vc needs an i.MX platform with Hantro VPU"
13 i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-lib/
H A DConfig.in7 depends on BR2_arm # Only relevant for i.MX
9 Library of userspace helpers specific for the Freescale i.MX
10 platform. It wraps the kernel interfaces for some i.MX
12 includes the i.MX specific headers to be built.
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-vpu-hantro/
H A DConfig.in1 comment "imx-vpu-hantro needs an i.MX-specific Linux kernel to be built"
4 comment "imx-vpu-hantro needs an i.MX platform with Hantro VPU"
13 Library of userspace helpers specific for the NXP i.MX SoC
16 It requires a kernel that includes the i.MX specific headers
/OK3568_Linux_fs/buildroot/board/freescale/imx8mpevk/
H A Dreadme.txt5 This file documents the Buildroot support for the i.MX 8M Plus EVK board.
10 First, configure Buildroot for the i.MX 8M Plus EVK board:
55 Boot the i.MX 8M Plus EVK board
58 To boot your newly created system (refer to the i.MX 8M Plus EVK Documentation
71 [1] https://www.nxp.com/document/guide/get-started-with-the-i-mx-8m-plus-evk:GS-iMX-8M-Plus-EVK
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A 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
H A 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)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dcompare_circular.hpp84 double mx = 10.0 * full; in operator ()() local
85 if (c1 < -mx || c1 > mx || c2 < -mx || c2 > mx) in operator ()()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A 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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt1 * Xtensa Interrupt Distributor and Programmable Interrupt Controller (MX)
4 - compatible: Should be "cdns,xtensa-mx".
11 compatible = "cdns,xtensa-mx";
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-alsa-plugins/
H A DConfig.in3 depends on BR2_arm # Only relevant for i.MX
8 ALSA plugins specific for the Freescale i.MX platform. It
9 requires a kernel that includes the i.MX specific headers
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/imx/
H A 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)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A DKconfig3 tristate "DRM Support for Freescale i.MX"
11 enable i.MX graphics support
37 tristate "Freescale i.MX DRM HDMI"
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A DKconfig8 bool "i.MX Resource domain controller driver"
11 i.MX Resource domain controller is used to assign masters
29 bool "Support i.MX HAB features"
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A DMakefile72 meson-mx-sdhc-objs := meson-mx-sdhc-clkc.o meson-mx-sdhc-mmc.o
73 obj-$(CONFIG_MMC_MESON_MX_SDHC) += meson-mx-sdhc.o
74 obj-$(CONFIG_MMC_MESON_MX_SDIO) += meson-mx-sdio.o
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmeson.dtsi35 compatible = "amlogic,meson-mx-assist", "syscon";
106 compatible = "amlogic,meson-mx-usb2-phy";
113 compatible = "amlogic,meson-mx-usb2-phy";
120 compatible = "amlogic,meson-mx-sdio";
137 compatible = "amlogic,meson-mx-sdhc";
276 compatible = "amlogic,meson-mx-bootrom", "syscon";
/OK3568_Linux_fs/u-boot/board/freescale/mx6ullevk/
H A DREADME35 processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/ \
36 i.mx6qp/evaluation-kit-for-the-i.mx-6ull-applications-processor:MCIMX6ULL-EVK
/OK3568_Linux_fs/kernel/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";
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Djr3_pci.c172 s16 mx; member
183 set_s16(&sensor->full_scale.mx, full_scale.mx); in set_full_scales()
196 result.mx = get_s16(&sensor->min_full_scale.mx); in get_min_full_scales()
209 result.mx = get_s16(&sensor->max_full_scale.mx); in get_max_full_scales()
240 val = get_s16(&spriv->sensor->filter[filter].mx); in jr3_pci_ai_read_chan()
533 r[3].l.range[0].min = -get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice()
534 r[3].l.range[0].max = get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice()
560 set_s16(&sensor->offsets.mx, 0); in jr3_pci_poll_subdevice()
742 * model serial Fx Fy Fz Mx My Mz\n in jr3_pci_auto_attach()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c103 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt117 - mx-supply:
128 - mx-supply:
159 must be "cx", "mx"
162 must be "cx", "mx", "mss", "load_state"
241 mx-supply = <&pm8841_s1>;

12345678910>>...25