Home
last modified time | relevance | path

Searched refs:mxs (Results 1 – 25 of 83) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-mxs.c50 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_apply() local
63 ret = clk_prepare_enable(mxs->clk); in mxs_pwm_apply()
69 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_apply()
71 rate = clk_get_rate(mxs->clk); in mxs_pwm_apply()
98 mxs->base + PWM_ACTIVE0 + pwm->hwpwm * 0x20); in mxs_pwm_apply()
100 mxs->base + PWM_PERIOD0 + pwm->hwpwm * 0x20); in mxs_pwm_apply()
108 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_apply()
111 clk_disable_unprepare(mxs->clk); in mxs_pwm_apply()
124 struct mxs_pwm_chip *mxs; in mxs_pwm_probe() local
127 mxs = devm_kzalloc(&pdev->dev, sizeof(*mxs), GFP_KERNEL); in mxs_pwm_probe()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/mxs/
H A DMakefile3 snd-soc-mxs-objs := mxs-saif.o
4 snd-soc-mxs-pcm-objs := mxs-pcm.o
6 obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o
9 snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o
11 obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
/OK3568_Linux_fs/u-boot/board/aries/m28evk/
H A DREADME7 arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28
8 arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28
12 Follow the instructions from doc/README.mxs to generate a bootable SD card or to
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,mxs-pinctrl.txt3 The pins controlled by mxs pin controller are organized in banks, each bank
16 The node of mxs pin controller acts as a container for an arbitrary number of
25 Those subnodes under mxs pin controller node will fall into two categories.
32 On mxs, there is no hardware pin group. The pin group in this binding only
117 In this example, group node mmc0-8bit defines a group of pins for mxs SSP0
127 arch/arm/boot/dts/mxs-pinfunc.h.
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/
H A DMakefile21 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
/OK3568_Linux_fs/buildroot/configs/
H A Dfreescale_imx28evk_defconfig15 BR2_LINUX_KERNEL_DEFCONFIG="mxs"
34 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/mxs/post-image.sh"
H A Dimx23evk_defconfig15 BR2_LINUX_KERNEL_DEFCONFIG="mxs"
34 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/mxs/post-image.sh"
H A Dolimex_imx233_olinuxino_defconfig18 BR2_LINUX_KERNEL_DEFCONFIG="mxs"
51 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/mxs/post-image.sh"
H A Darmadeus_apf28_defconfig17 BR2_LINUX_KERNEL_DEFCONFIG="mxs"
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A DMakefile24 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
25 nvmem-mxs-ocotp-y := mxs-ocotp.o
/OK3568_Linux_fs/u-boot/board/freescale/mx28evk/
H A DREADME9 arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28
10 arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28
61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dmxs-audio-sgtl5000.txt4 - compatible : "fsl,mxs-audio-sgtl5000"
34 "fsl,mxs-audio-sgtl5000";
/OK3568_Linux_fs/kernel/arch/arm/mach-mxs/
H A DMakefile3 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
/OK3568_Linux_fs/u-boot/board/ppcag/bg0900/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/creative/xfi3/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/olimex/mx23_olinuxino/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/bluegiga/apx4devkit/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/sandisk/sansa_fuze_plus/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/freescale/mx23evk/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/technologic/ts4600/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/u-boot/board/schulercontrol/sc_sps_1/
H A DKconfig10 default "mxs"
/OK3568_Linux_fs/buildroot/board/freescale/common/mxs/
H A Dpost-image.sh38 board/freescale/common/mxs/genimage.cfg.template > ${GENIMAGE_CFG}
/OK3568_Linux_fs/kernel/drivers/dma/
H A DTODO9 - mxs-dma.c

1234