Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/pwm/
H A Dpwm-mxs.c71 rate = clk_get_rate(mxs->clk); 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()
128 if (!mxs) in mxs_pwm_probe()
132 if (IS_ERR(mxs->base)) in mxs_pwm_probe()
133 return PTR_ERR(mxs->base); in mxs_pwm_probe()
136 if (IS_ERR(mxs->clk)) in mxs_pwm_probe()
137 return PTR_ERR(mxs->clk); in mxs_pwm_probe()
139 mxs->chip.dev = &pdev->dev; in mxs_pwm_probe()
[all …]
/openbmc/linux/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
/openbmc/u-boot/arch/arm/cpu/arm926ejs/
H A DMakefile19 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
/openbmc/linux/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.
/openbmc/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"
/openbmc/u-boot/arch/arm/mach-imx/mxs/
H A DKconfig28 default "mxs"
66 default "mxs"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmxs-audio-sgtl5000.txt4 - compatible : "fsl,mxs-audio-sgtl5000"
34 "fsl,mxs-audio-sgtl5000";
/openbmc/linux/drivers/nvmem/
H A DMakefile43 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
44 nvmem-mxs-ocotp-y := mxs-ocotp.o
/openbmc/linux/arch/arm/mach-mxs/
H A DMakefile3 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
/openbmc/linux/arch/arm/boot/dts/nxp/
H A DMakefile5 subdir-y += mxs
/openbmc/u-boot/board/technologic/ts4600/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/creative/xfi3/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/freescale/mx23evk/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/olimex/mx23_olinuxino/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/bluegiga/apx4devkit/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/schulercontrol/sc_sps_1/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/sandisk/sansa_fuze_plus/
H A DKconfig10 default "mxs"
/openbmc/u-boot/board/ppcag/bg0900/
H A DKconfig10 default "mxs"
/openbmc/linux/drivers/dma/
H A DTODO9 - mxs-dma.c
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Dmxs-ocotp.yaml4 $id: http://devicetree.org/schemas/nvmem/mxs-ocotp.yaml#
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mxs.yaml4 $id: http://devicetree.org/schemas/i2c/i2c-mxs.yaml#
/openbmc/linux/drivers/usb/phy/
H A DMakefile22 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dmxs-pwm.yaml4 $id: http://devicetree.org/schemas/pwm/mxs-pwm.yaml#

1234