Searched refs:mxs (Results 1 – 25 of 26) sorted by relevance
12
| /linux/drivers/pwm/ |
| H A D | pwm-mxs.c | 52 struct mxs_pwm_chip *mxs = to_mxs_pwm_chip(chip); in mxs_pwm_apply() local 65 ret = clk_prepare_enable(mxs->clk); in mxs_pwm_apply() 71 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_apply() 73 rate = clk_get_rate(mxs->clk); in mxs_pwm_apply() 100 mxs->base + PWM_ACTIVE0 + pwm->hwpwm * 0x20); in mxs_pwm_apply() 102 mxs->base + PWM_PERIOD0 + pwm->hwpwm * 0x20); in mxs_pwm_apply() 110 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_apply() 113 clk_disable_unprepare(mxs->clk); in mxs_pwm_apply() 126 struct mxs_pwm_chip *mxs; in mxs_pwm_probe() local 136 chip = devm_pwmchip_alloc(&pdev->dev, npwm, sizeof(*mxs)); in mxs_pwm_probe() [all …]
|
| H A D | Kconfig | 527 will be called pwm-mxs.
|
| /linux/sound/soc/mxs/ |
| H A D | Makefile | 3 snd-soc-mxs-y := mxs-saif.o 4 snd-soc-mxs-pcm-y := mxs-pcm.o 6 obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o 9 snd-soc-mxs-sgtl5000-y := mxs-sgtl5000.o 11 obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
|
| /linux/drivers/nvmem/ |
| H A D | Makefile | 51 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o 52 nvmem-mxs-ocotp-y := mxs-ocotp.o
|
| /linux/arch/arm/mach-mxs/ |
| H A D | Makefile | 3 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
|
| /linux/arch/arm/boot/dts/nxp/ |
| H A D | Makefile | 5 subdir-y += mxs
|
| /linux/drivers/dma/ |
| H A D | TODO | 9 - mxs-dma.c
|
| H A D | Makefile | 64 obj-$(CONFIG_MXS_DMA) += mxs-dma.o
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-vmcoreinfo | 4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
|
| /linux/drivers/usb/phy/ |
| H A D | Makefile | 21 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
|
| /linux/drivers/pinctrl/freescale/ |
| H A D | Makefile | 32 obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
|
| /linux/sound/soc/ |
| H A D | Makefile | 64 obj-$(CONFIG_SND_SOC) += mxs/
|
| H A D | Kconfig | 123 source "sound/soc/mxs/Kconfig"
|
| /linux/drivers/clocksource/ |
| H A D | mxs_timer.c | 273 TIMER_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);
|
| /linux/drivers/irqchip/ |
| H A D | irq-mxs.c | 208 IRQCHIP_DECLARE(mxs, "fsl,icoll", icoll_of_init);
|
| /linux/arch/arm/boot/dts/nxp/mxs/ |
| H A D | imx28-apx4devkit.dts | 25 "fsl,mxs-audio-sgtl5000";
|
| H A D | imx28-m28evk.dts | 47 "fsl,mxs-audio-sgtl5000";
|
| H A D | imx28-eukrea-mbmx28lc.dtsi | 115 "fsl,mxs-audio-sgtl5000";
|
| H A D | imx28-evk.dts | 100 "fsl,mxs-audio-sgtl5000";
|
| H A D | imx28-tx28.dts | 116 "fsl,mxs-audio-sgtl5000";
|
| /linux/drivers/tty/serial/ |
| H A D | Makefile | 63 obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o
|
| /linux/drivers/mmc/host/ |
| H A D | Makefile | 12 obj-$(CONFIG_MMC_MXS) += mxs-mmc.o
|
| /linux/drivers/crypto/ |
| H A D | Kconfig | 540 will be called mxs-dcp.
|
| /linux/drivers/i2c/busses/ |
| H A D | Kconfig | 934 will be called i2c-mxs.
|
| /linux/arch/arm/ |
| H A D | Kconfig | 419 source "arch/arm/mach-mxs/Kconfig"
|
12