Home
last modified time | relevance | path

Searched refs:jz4740 (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Djz4740.dtsi2 #include <dt-bindings/clock/ingenic,jz4740-cgu.h>
8 compatible = "ingenic,jz4740";
32 compatible = "ingenic,jz4740-intc";
53 cgu: jz4740-cgu@10000000 {
54 compatible = "ingenic,jz4740-cgu";
64 compatible = "ingenic,jz4740-tcu", "simple-mfd";
85 compatible = "ingenic,jz4740-watchdog";
93 compatible = "ingenic,jz4740-pwm";
108 compatible = "ingenic,jz4740-rtc";
119 compatible = "ingenic,jz4740-pinctrl";
[all …]
H A Djz4725b.dtsi32 compatible = "ingenic,jz4725b-intc", "ingenic,jz4740-intc";
85 compatible = "ingenic,jz4725b-watchdog", "ingenic,jz4740-watchdog";
117 compatible = "ingenic,jz4725b-rtc", "ingenic,jz4740-rtc";
196 compatible = "ingenic,jz4725b-i2s", "ingenic,jz4740-i2s";
258 compatible = "ingenic,jz4725b-uart", "ingenic,jz4740-uart";
285 compatible = "ingenic,jz4725b-nemc", "ingenic,jz4740-nemc";
308 compatible = "ingenic,jz4725b-musb", "ingenic,jz4740-musb";
H A Dqi_lb60.dts4 #include "jz4740.dtsi"
18 compatible = "qi,lb60", "ingenic,jz4740";
206 compatible = "ingenic,jz4740-battery";
257 compatible = "ingenic,jz4740-nand";
H A Djz4770.dtsi97 "ingenic,jz4740-watchdog";
105 compatible = "ingenic,jz4770-pwm", "ingenic,jz4740-pwm";
H A Dx1830.dtsi126 compatible = "ingenic,x1830-pwm", "ingenic,jz4740-pwm";
H A Djz4780.dtsi125 compatible = "ingenic,jz4780-pwm", "ingenic,jz4740-pwm";
/openbmc/linux/drivers/pwm/
H A Dpwm-jz4740.c125 struct jz4740_pwm_chip *jz4740 = to_jz4740(pwm->chip); in jz4740_pwm_apply() local
177 regmap_write(jz4740->map, TCU_REG_TCNTc(pwm->hwpwm), 0); in jz4740_pwm_apply()
180 regmap_write(jz4740->map, TCU_REG_TDHRc(pwm->hwpwm), duty); in jz4740_pwm_apply()
183 regmap_write(jz4740->map, TCU_REG_TDFRc(pwm->hwpwm), period); in jz4740_pwm_apply()
186 regmap_set_bits(jz4740->map, TCU_REG_TCSRc(pwm->hwpwm), in jz4740_pwm_apply()
203 regmap_update_bits(jz4740->map, TCU_REG_TCSRc(pwm->hwpwm), in jz4740_pwm_apply()
206 regmap_update_bits(jz4740->map, TCU_REG_TCSRc(pwm->hwpwm), in jz4740_pwm_apply()
226 struct jz4740_pwm_chip *jz4740; in jz4740_pwm_probe() local
233 jz4740 = devm_kzalloc(dev, sizeof(*jz4740), GFP_KERNEL); in jz4740_pwm_probe()
234 if (!jz4740) in jz4740_pwm_probe()
[all …]
H A DMakefile28 obj-$(CONFIG_PWM_JZ4740) += pwm-jz4740.o
H A DKconfig305 will be called pwm-jz4740.
/openbmc/linux/sound/soc/jz4740/
H A DMakefile5 snd-soc-jz4740-i2s-objs := jz4740-i2s.o
7 obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o
/openbmc/linux/drivers/clk/ingenic/
H A DMakefile3 obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o
/openbmc/linux/drivers/usb/musb/
H A DMakefile23 obj-$(CONFIG_USB_MUSB_JZ4740) += jz4740.o
/openbmc/linux/Documentation/translations/zh_CN/arch/mips/
H A Dingenic-tcu.rst64 脉冲宽度调制器 drivers/pwm/pwm-jz4740.c
/openbmc/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst24 ``drivers/usb/musb/jz4740.c``. In this documentation I will walk through the
25 basics of the ``jz4740.c`` glue layer, explaining the different pieces and
60 | | <-- drivers/usb/musb/jz4740.c
86 .name = "musb-jz4740",
93 platform_device structure declared in ``arch/mips/jz4740/platform.c``. Note
431 ``arch/mips/jz4740/platform.c``. In the ``platform.c`` file each device of the
434 Here is the part of ``arch/mips/jz4740/platform.c`` that covers the USB
461 .name = "musb-jz4740",
502 The ``musb-jz4740`` name (line 22) defines the MUSB driver that is used
519 ``drivers/usb/musb/jz4740.c``:
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A DKconfig23 will be called jz4740-ecc.
/openbmc/linux/sound/soc/
H A DMakefile48 obj-$(CONFIG_SND_SOC) += jz4740/
H A DKconfig91 source "sound/soc/jz4740/Kconfig"
/openbmc/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst62 PWM drivers/pwm/pwm-jz4740.c
/openbmc/linux/drivers/rtc/
H A DMakefile80 obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
H A DKconfig1689 will be called rtc-jz4740.
/openbmc/linux/sound/soc/codecs/
H A DMakefile130 snd-soc-jz4740-codec-objs := jz4740.o
516 obj-$(CONFIG_SND_SOC_JZ4740_CODEC) += snd-soc-jz4740-codec.o
H A DKconfig973 will be called snd-soc-jz4740-codec.
/openbmc/linux/drivers/watchdog/
H A DKconfig1743 tristate "Ingenic jz4740 SoC hardware watchdog"
1749 Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.
/openbmc/linux/
H A DMAINTAINERS10378 F: drivers/pwm/pwm-jz4740.c
10380 F: drivers/rtc/rtc-jz4740.c
10382 F: drivers/usb/musb/jz4740.c
10387 F: sound/soc/jz4740/
H A Dopengrok1.0.log[all...]

12