Home
last modified time | relevance | path

Searched full:imx (Results 1 – 25 of 1444) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/buildroot/package/freescale-imx/
H A DConfig.in105 source "package/freescale-imx/imx-alsa-plugins/Config.in"
106 source "package/freescale-imx/imx-codec/Config.in"
107 source "package/freescale-imx/imx-kobs/Config.in"
108 source "package/freescale-imx/imx-lib/Config.in"
109 source "package/freescale-imx/imx-m4fwloader/Config.in"
110 source "package/freescale-imx/imx-parser/Config.in"
111 source "package/freescale-imx/imx-uuc/Config.in"
112 source "package/freescale-imx/imx-vpu/Config.in"
113 source "package/freescale-imx/imx-vpu-hantro/Config.in"
114 source "package/freescale-imx/imx-vpuwrap/Config.in"
[all …]
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-imx27.c98 static int pwm_imx27_clk_prepare_enable(struct pwm_imx27_chip *imx) in pwm_imx27_clk_prepare_enable() argument
102 ret = clk_prepare_enable(imx->clk_ipg); in pwm_imx27_clk_prepare_enable()
106 ret = clk_prepare_enable(imx->clk_per); in pwm_imx27_clk_prepare_enable()
108 clk_disable_unprepare(imx->clk_ipg); in pwm_imx27_clk_prepare_enable()
115 static void pwm_imx27_clk_disable_unprepare(struct pwm_imx27_chip *imx) in pwm_imx27_clk_disable_unprepare() argument
117 clk_disable_unprepare(imx->clk_per); in pwm_imx27_clk_disable_unprepare()
118 clk_disable_unprepare(imx->clk_ipg); in pwm_imx27_clk_disable_unprepare()
124 struct pwm_imx27_chip *imx = to_pwm_imx27_chip(chip); in pwm_imx27_get_state() local
129 ret = pwm_imx27_clk_prepare_enable(imx); in pwm_imx27_get_state()
133 val = readl(imx->mmio_base + MX3_PWMCR); in pwm_imx27_get_state()
[all …]
H A Dpwm-imx1.c39 struct pwm_imx1_chip *imx = to_pwm_imx1_chip(chip); in pwm_imx1_clk_prepare_enable() local
42 ret = clk_prepare_enable(imx->clk_ipg); in pwm_imx1_clk_prepare_enable()
46 ret = clk_prepare_enable(imx->clk_per); in pwm_imx1_clk_prepare_enable()
48 clk_disable_unprepare(imx->clk_ipg); in pwm_imx1_clk_prepare_enable()
57 struct pwm_imx1_chip *imx = to_pwm_imx1_chip(chip); in pwm_imx1_clk_disable_unprepare() local
59 clk_disable_unprepare(imx->clk_per); in pwm_imx1_clk_disable_unprepare()
60 clk_disable_unprepare(imx->clk_ipg); in pwm_imx1_clk_disable_unprepare()
66 struct pwm_imx1_chip *imx = to_pwm_imx1_chip(chip); in pwm_imx1_config() local
86 max = readl(imx->mmio_base + MX1_PWMP); in pwm_imx1_config()
89 writel(max - p, imx->mmio_base + MX1_PWMS); in pwm_imx1_config()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A DMakefile52 snd-soc-imx-ssi-objs := imx-ssi.o
53 snd-soc-imx-audmux-objs := imx-audmux.o
54 obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o
55 obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o
57 obj-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-fiq.o
58 obj-$(CONFIG_SND_SOC_IMX_PCM_DMA) += imx-pcm-dma.o
65 snd-soc-imx-es8328-objs := imx-es8328.o
66 snd-soc-imx-sgtl5000-objs := imx-sgtl5000.o
67 snd-soc-imx-spdif-objs := imx-spdif.o
68 snd-soc-imx-mc13783-objs := imx-mc13783.o
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A DMakefile2 imx6-media-objs := imx-media-dev.o imx-media-internal-sd.o \
3 imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o imx-media-vdic.o \
4 imx-media-csc-scaler.o
6 imx-media-common-objs := imx-media-capture.o imx-media-dev-common.o \
7 imx-media-of.o imx-media-utils.o
9 imx6-media-csi-objs := imx-media-csi.o imx-media-fim.o
12 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-common.o
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx1305 # required by dw_hdmi-imx.ko
1449 # required by gpio-imx-rpmsg.ko
1505 # required by i2c-imx-lpi2c.ko
1510 # required by i2c-imx.ko
1515 # required by imx-cpufreq-dt.ko
1522 # required by imx-dcnano-drm.ko
1527 # required by imx-dcss.ko
1549 # required by imx-lcdif-crtc.ko
1552 # required by imx-mailbox.ko
1557 # required by imx-pcm-dma-v2.ko
[all …]
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0003-support-glibc-2.20.patch9 Index: xserver-xorg-video-imx-11.09.01/src/imx_accel.c
11 --- xserver-xorg-video-imx-11.09.01.orig/src/imx_accel.c 2011-07-26 14:22:47.000000000 -0700
12 +++ xserver-xorg-video-imx-11.09.01/src/imx_accel.c 2014-08-29 15:54:43.648070587 -0700
21 Index: xserver-xorg-video-imx-11.09.01/src/imx_exa_offscreen.c
23 --- xserver-xorg-video-imx-11.09.01.orig/src/imx_exa_offscreen.c 2014-08-29 15:26:31.992070587 -0700
24 +++ xserver-xorg-video-imx-11.09.01/src/imx_exa_offscreen.c 2014-08-29 15:54:54.632070587 -0700
34 Index: xserver-xorg-video-imx-11.09.01/src/imx_exa_z160.c
36 --- xserver-xorg-video-imx-11.09.01.orig/src/imx_exa_z160.c 2014-08-29 15:26:31.992070587 -0700
37 +++ xserver-xorg-video-imx-11.09.01/src/imx_exa_z160.c 2014-08-29 15:54:36.056070587 -0700
46 Index: xserver-xorg-video-imx-11.09.01/src/imx_ext.c
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dfsl-asoc-card.txt23 "fsl,imx-audio-ac97"
25 "fsl,imx-audio-cs42888"
27 "fsl,imx-audio-cs427x"
30 "fsl,imx-audio-wm8962"
32 "fsl,imx-audio-sgtl5000"
33 (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt)
35 "fsl,imx-audio-wm8960"
37 "fsl,imx-audio-mqs"
39 "fsl,imx-audio-wm8524"
41 "fsl,imx-audio-tlv320aic32x4"
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxc_hab14 doc/README.imximage for how to prepare u-boot.imx.
22 Image Type: Freescale IMX Boot Image
36 (1) Size of area in file u-boot.imx to sign
39 (2) Start of area in u-boot.imx to sign
50 cat u-boot.imx U-Boot_CSF_pad.bin > u-boot-signed.imx
60 u-boot.imx with the encrypted data. The Initial Vector Table,
95 cat u-boot.imx U-Boot_CSF_pad.bin > u-boot-signed.imx
97 u-boot-signed.imx u-boot-signed-pad.bin
98 cat u-boot-signed-pad.imx DEK_blob.bin > u-boot-encrypted.imx
/OK3568_Linux_fs/buildroot/configs/
H A Dfreescale_imx8qmmek_defconfig4 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
8 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
24 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
31 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
H A Dfreescale_imx8qxpmek_defconfig6 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
10 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
26 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
33 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
H A Dfreescale_imx8mpevk_defconfig5 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
9 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
23 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
30 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
H A Dfreescale_imx8mqevk_defconfig5 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
9 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
23 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
30 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
H A Dfreescale_imx8mnevk_defconfig5 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
9 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
24 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
31 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
H A Dfreescale_imx8mmevk_defconfig5 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
9 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
23 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
30 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
H A Dimx8mqevk_defconfig5 …OOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/imx8-bootloader-prepare.sh board/freescale/com…
22 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
29 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A DMakefile73 MKIMAGEFLAGS_u-boot.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \
75 u-boot.imx: MKIMAGEOUTPUT = u-boot.imx.log
77 u-boot.imx: u-boot.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE
81 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \
83 u-boot-dtb.imx: MKIMAGEOUTPUT = u-boot-dtb.imx.log
85 u-boot-dtb.imx: u-boot-dtb.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE
109 u-boot-with-spl.imx: SPL u-boot.uim FORCE
112 u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx u-boot.uim FORCE
119 spl/u-boot-nand-spl.imx: SPL FORCE
122 targets += $(addprefix ../../../,$(IMX_CONFIG) SPL u-boot.uim spl/u-boot-nand-spl.imx)
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-seco/
H A DConfig.in2 bool "imx-seco"
19 to match the iMX asics revision.
24 bool "imx-seco-mx8dxla0"
28 bool "imx-seco-mx8dxla1"
32 bool "imx-seco-mx8qmb0"
36 bool "imx-seco-mx8qxb0"
40 bool "imx-seco-mx8qxc0"
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-viv/
H A DConfig.in1 comment "imx-gpu-viv needs a glibc toolchain with armhf enabled"
5 comment "imx-gpu-viv needs a glibc toolchain"
10 bool "imx-gpu-viv"
74 default "imx-gpu-viv"
77 default "imx-gpu-viv"
80 default "imx-gpu-viv"
83 default "imx-gpu-viv"
94 comment "imx-gpu-viv-examples need a toolchain w/ C++ support"
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-uuc/
H A Dimx-uuc.mk3 # imx-uuc
8 IMX_UUC_SITE = $(call github,NXPmicro,imx-uuc,$(IMX_UUC_VERSION))
29 $(INSTALL) -D -m 0755 package/freescale-imx/imx-uuc/S80imx-uuc \
34 $(INSTALL) -D -m 0644 package/freescale-imx/imx-uuc/imx-uuc.service \
35 $(TARGET_DIR)/usr/lib/systemd/system/imx-uuc.service
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A DMakefile12 obj-$(CONFIG_NVMEM_IMX_IIM) += nvmem-imx-iim.o
13 nvmem-imx-iim-y := imx-iim.o
14 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o
15 nvmem-imx-ocotp-y := imx-ocotp.o
16 obj-$(CONFIG_NVMEM_IMX_OCOTP_SCU) += nvmem-imx-ocotp-scu.o
17 nvmem-imx-ocotp-scu-y := imx-ocotp-scu.o
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx-viv/
H A DConfig.in2 bool "xf86-video-imx-viv"
30 comment "xf86-video-imx-viv needs an OpenGL backend"
35 comment "xf86-video-imx-viv depends on imx-gpu-viv with X11 output"
40 comment "xf86-video-imx-viv depends on imx-gpu-g2d"
/OK3568_Linux_fs/u-boot/board/technexion/pico-imx7d/
H A DREADME14 This generates the U-Boot binary called u-boot.imx.
25 Copy u-boot.imx to the imx_usb_loader folder.
27 Load u-boot.imx via USB:
29 $ sudo ./imx_usb u-boot.imx
41 Transfer u-boot.imx to be flashed into the eMMC:
43 $ sudo dd if=u-boot.imx of=/dev/sdX bs=1K seek=1; sync
/OK3568_Linux_fs/u-boot/board/warp/
H A DREADME16 This will generate the U-Boot binary called u-boot.imx.
26 Copy u-boot.imx to the imx_usb_loader folder.
28 Load u-boot.imx via USB:
30 $ sudo ./imx_usb u-boot.imx
42 Transfer u-boot.imx that will be flashed into the eMMC:
44 $ sudo dfu-util -D u-boot.imx -a boot
/OK3568_Linux_fs/u-boot/board/technexion/pico-imx6ul/
H A DREADME16 This will generate the U-Boot binary called u-boot.imx.
27 Copy u-boot.imx to the imx_usb_loader folder.
29 Load u-boot.imx via USB:
31 $ sudo ./imx_usb u-boot.imx
43 Transfer u-boot.imx that will be flashed into the eMMC:
45 $ sudo dfu-util -D u-boot.imx -a boot

12345678910>>...58