Home
last modified time | relevance | path

Searched refs:lpc32xx (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/pwm/
A Dpwm-lpc32xx.c36 c = clk_get_rate(lpc32xx->clk); in lpc32xx_pwm_config()
127 lpc32xx = devm_kzalloc(&pdev->dev, sizeof(*lpc32xx), GFP_KERNEL); in lpc32xx_pwm_probe()
128 if (!lpc32xx) in lpc32xx_pwm_probe()
132 if (IS_ERR(lpc32xx->base)) in lpc32xx_pwm_probe()
133 return PTR_ERR(lpc32xx->base); in lpc32xx_pwm_probe()
136 if (IS_ERR(lpc32xx->clk)) in lpc32xx_pwm_probe()
137 return PTR_ERR(lpc32xx->clk); in lpc32xx_pwm_probe()
139 lpc32xx->chip.dev = &pdev->dev; in lpc32xx_pwm_probe()
141 lpc32xx->chip.npwm = 1; in lpc32xx_pwm_probe()
144 val = readl(lpc32xx->base + (lpc32xx->chip.pwms[0].hwpwm << 2)); in lpc32xx_pwm_probe()
[all …]
A DMakefile31 obj-$(CONFIG_PWM_LPC32XX) += pwm-lpc32xx.o
A DKconfig337 will be called pwm-lpc32xx.
/linux-6.3-rc2/drivers/clk/nxp/
A DMakefile5 obj-$(CONFIG_ARCH_LPC32XX) += clk-lpc32xx.o
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/nxp/
A Dlpc32xx.yaml4 $id: http://devicetree.org/schemas/arm/nxp/lpc32xx.yaml#
/linux-6.3-rc2/drivers/input/keyboard/
A DMakefile40 obj-$(CONFIG_KEYBOARD_LPC32XX) += lpc32xx-keys.o
A DKconfig400 module will be called lpc32xx-keys.
/linux-6.3-rc2/drivers/clocksource/
A DMakefile47 obj-$(CONFIG_CLKSRC_LPC32XX) += timer-lpc32xx.o
/linux-6.3-rc2/arch/arm/boot/dts/
A Dlpc3250-ea3250.dts9 #include "lpc32xx.dtsi"
A Dlpc3250-phy3250.dts10 #include "lpc32xx.dtsi"
A Dlpc32xx.dtsi9 #include <dt-bindings/clock/lpc32xx-clock.h>
/linux-6.3-rc2/drivers/irqchip/
A DMakefile15 obj-$(CONFIG_ARCH_LPC32XX) += irq-lpc32xx.o
/linux-6.3-rc2/arch/arm/
A DMakefile192 machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx
A DKconfig468 source "arch/arm/mach-lpc32xx/Kconfig"
/linux-6.3-rc2/drivers/rtc/
A DMakefile84 obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o
A DKconfig1707 will be called rtc-lpc32xx.
/linux-6.3-rc2/drivers/gpio/
A DMakefile87 obj-$(CONFIG_GPIO_LPC32XX) += gpio-lpc32xx.o
/linux-6.3-rc2/
A DMAINTAINERS2317 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
2320 F: arch/arm/mach-lpc32xx/
2325 N: lpc32xx

Completed in 78 milliseconds