Home
last modified time | relevance | path

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

123

/Linux-v5.4/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 …]
DMakefile33 obj-$(CONFIG_PWM_MXS) += pwm-mxs.o
/Linux-v5.4/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-v5.4/drivers/nvmem/
DMakefile25 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
26 nvmem-mxs-ocotp-y := mxs-ocotp.o
/Linux-v5.4/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-v5.4/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-v5.4/arch/arm/mach-mxs/
DMakefile3 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
/Linux-v5.4/drivers/dma/
DTODO9 - mxs-dma.c
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/Linux-v5.4/Documentation/devicetree/bindings/nvmem/
Dmxs-ocotp.txt13 Are child nodes of mxs-ocotp, bindings of which as described in
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Di2c-mxs.txt11 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v5.4/drivers/usb/phy/
DMakefile23 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dmxs-spi.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dmxs-mmc.txt15 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v5.4/drivers/pinctrl/freescale/
DMakefile27 obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
/Linux-v5.4/sound/soc/
DMakefile41 obj-$(CONFIG_SND_SOC) += mxs/
DKconfig59 source "sound/soc/mxs/Kconfig"
/Linux-v5.4/drivers/crypto/
DMakefile22 obj-$(CONFIG_CRYPTO_DEV_MXS_DCP) += mxs-dcp.o
/Linux-v5.4/arch/arm/boot/dts/
Dimx23.dtsi115 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
125 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
135 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
Dimx28.dtsi169 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
179 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
189 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
199 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
209 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
/Linux-v5.4/Documentation/devicetree/bindings/serial/
Dfsl-mxs-auart.txt12 Refer to dma.txt and fsl-mxs-dma.txt for details.
/Linux-v5.4/drivers/clocksource/
Dmxs_timer.c282 TIMER_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);
/Linux-v5.4/drivers/tty/serial/
DMakefile69 obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o
/Linux-v5.4/drivers/irqchip/
Dirq-mxs.c207 IRQCHIP_DECLARE(mxs, "fsl,icoll", icoll_of_init);

123