Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-mxs.c53 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_config() local
59 rate = clk_get_rate(mxs->clk); in mxs_pwm_config()
81 ret = clk_prepare_enable(mxs->clk); in mxs_pwm_config()
87 mxs->base + PWM_ACTIVE0 + pwm->hwpwm * 0x20); in mxs_pwm_config()
90 mxs->base + PWM_PERIOD0 + pwm->hwpwm * 0x20); in mxs_pwm_config()
96 clk_disable_unprepare(mxs->clk); in mxs_pwm_config()
103 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_enable() local
106 ret = clk_prepare_enable(mxs->clk); in mxs_pwm_enable()
110 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_enable()
117 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_disable() local
[all …]
DMakefile26 obj-$(CONFIG_PWM_MXS) += pwm-mxs.o
DKconfig271 will be called pwm-mxs.
/linux-4.4.14/sound/soc/mxs/
DMakefile2 snd-soc-mxs-objs := mxs-saif.o
3 snd-soc-mxs-pcm-objs := mxs-pcm.o
5 obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o
8 snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o
10 obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
/linux-4.4.14/drivers/nvmem/
DMakefile11 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
12 nvmem-mxs-ocotp-y := mxs-ocotp.o
DKconfig37 will be called nvmem-mxs-ocotp.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dmxs-audio-sgtl5000.txt4 - compatible: "fsl,mxs-audio-sgtl5000"
13 "fsl,mxs-audio-sgtl5000";
Dmxs-saif.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
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.
/linux-4.4.14/arch/arm/mach-mxs/
DMakefile2 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
/linux-4.4.14/drivers/staging/iio/adc/
DMakefile16 obj-$(CONFIG_MXS_LRADC) += mxs-lradc.o
DKconfig106 module will be called mxs-lradc.
/linux-4.4.14/drivers/dma/
DTODO9 - mxs-dma.c
DMakefile48 obj-$(CONFIG_MXS_DMA) += mxs-dma.o
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dmxs-ocotp.txt13 Are child nodes of mxs-ocotp, bindings of which as described in
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/linux-4.4.14/drivers/pinctrl/freescale/
DMakefile18 obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-mxs.txt11 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dmxs-spi.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dmxs-mmc.txt15 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.4.14/drivers/crypto/
DMakefile13 obj-$(CONFIG_CRYPTO_DEV_MXS_DCP) += mxs-dcp.o
DKconfig444 will be called mxs-dcp.
/linux-4.4.14/drivers/usb/phy/
DMakefile25 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
/linux-4.4.14/sound/soc/
DMakefile32 obj-$(CONFIG_SND_SOC) += mxs/
DKconfig55 source "sound/soc/mxs/Kconfig"
/linux-4.4.14/arch/arm/boot/dts/
Dimx23.dtsi113 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
122 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
131 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
Dimx28.dtsi167 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
176 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
185 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
194 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
203 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
Dimx28-apx4devkit.dts211 "fsl,mxs-audio-sgtl5000";
Dimx28-m28evk.dts270 "fsl,mxs-audio-sgtl5000";
Dimx28-eukrea-mbmx28lc.dtsi129 "fsl,mxs-audio-sgtl5000";
Dimx28-evk.dts354 "fsl,mxs-audio-sgtl5000";
Dimx28-tx28.dts139 "fsl,mxs-audio-sgtl5000";
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dfsl-mxs-auart.txt10 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.4.14/drivers/clocksource/
Dmxs_timer.c288 CLOCKSOURCE_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dgpmi-nand.txt14 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.4.14/drivers/irqchip/
Dirq-mxs.c216 IRQCHIP_DECLARE(mxs, "fsl,icoll", icoll_of_init);
DMakefile9 obj-$(CONFIG_IRQ_MXS) += irq-mxs.o
/linux-4.4.14/drivers/clk/
DMakefile64 obj-$(CONFIG_ARCH_MXS) += mxs/
/linux-4.4.14/drivers/mmc/host/
DMakefile9 obj-$(CONFIG_MMC_MXS) += mxs-mmc.o
/linux-4.4.14/drivers/tty/serial/
DMakefile82 obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o
/linux-4.4.14/drivers/spi/
DMakefile53 obj-$(CONFIG_SPI_MXS) += spi-mxs.o
/linux-4.4.14/drivers/gpio/
DMakefile71 obj-$(CONFIG_GPIO_MXS) += gpio-mxs.o
/linux-4.4.14/drivers/i2c/busses/
DMakefile67 obj-$(CONFIG_I2C_MXS) += i2c-mxs.o
DKconfig683 will be called i2c-mxs.
/linux-4.4.14/arch/arm/
DMakefile191 machine-$(CONFIG_ARCH_MXS) += mxs
DKconfig869 source "arch/arm/mach-mxs/Kconfig"
/linux-4.4.14/
DMAINTAINERS1087 F: arch/arm/mach-mxs/