Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/pwm/
Dpwm-mxs.c47 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_config() local
53 rate = clk_get_rate(mxs->clk); in mxs_pwm_config()
75 ret = clk_prepare_enable(mxs->clk); in mxs_pwm_config()
81 mxs->base + PWM_ACTIVE0 + pwm->hwpwm * 0x20); in mxs_pwm_config()
84 mxs->base + PWM_PERIOD0 + pwm->hwpwm * 0x20); in mxs_pwm_config()
90 clk_disable_unprepare(mxs->clk); in mxs_pwm_config()
97 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_enable() local
100 ret = clk_prepare_enable(mxs->clk); in mxs_pwm_enable()
104 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_enable()
111 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_disable() local
[all …]
DMakefile31 obj-$(CONFIG_PWM_MXS) += pwm-mxs.o
/Linux-v4.19/sound/soc/mxs/
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
/Linux-v4.19/drivers/nvmem/
DMakefile20 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
21 nvmem-mxs-ocotp-y := mxs-ocotp.o
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/sound/
Dmxs-audio-sgtl5000.txt4 - compatible : "fsl,mxs-audio-sgtl5000"
34 "fsl,mxs-audio-sgtl5000";
Dmxs-saif.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v4.19/arch/arm/mach-mxs/
DMakefile2 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
/Linux-v4.19/drivers/dma/
DTODO9 - mxs-dma.c
DMakefile52 obj-$(CONFIG_MXS_DMA) += mxs-dma.o
/Linux-v4.19/Documentation/devicetree/bindings/nvmem/
Dmxs-ocotp.txt13 Are child nodes of mxs-ocotp, bindings of which as described in
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-mxs.txt11 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v4.19/drivers/usb/phy/
DMakefile23 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dmxs-spi.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v4.19/drivers/pinctrl/freescale/
DMakefile22 obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dmxs-mmc.txt15 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v4.19/drivers/crypto/
DMakefile20 obj-$(CONFIG_CRYPTO_DEV_MXS_DCP) += mxs-dcp.o
/Linux-v4.19/sound/soc/
DMakefile42 obj-$(CONFIG_SND_SOC) += mxs/
DKconfig61 source "sound/soc/mxs/Kconfig"
/Linux-v4.19/arch/arm/boot/dts/
Dimx23.dtsi117 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
127 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
137 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
Dimx28.dtsi171 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
181 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
191 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
201 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
211 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Dfsl-mxs-auart.txt12 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v4.19/drivers/clocksource/
Dmxs_timer.c282 TIMER_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);
/Linux-v4.19/drivers/tty/serial/
DMakefile74 obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o

123