Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-lpc32xx.c37 struct lpc32xx_pwm_chip *lpc32xx = to_lpc32xx_pwm_chip(chip); in lpc32xx_pwm_config() local
42 c = clk_get_rate(lpc32xx->clk) / 256; in lpc32xx_pwm_config()
72 val = readl(lpc32xx->base + (pwm->hwpwm << 2)); in lpc32xx_pwm_config()
75 writel(val, lpc32xx->base + (pwm->hwpwm << 2)); in lpc32xx_pwm_config()
82 struct lpc32xx_pwm_chip *lpc32xx = to_lpc32xx_pwm_chip(chip); in lpc32xx_pwm_enable() local
86 ret = clk_enable(lpc32xx->clk); in lpc32xx_pwm_enable()
90 val = readl(lpc32xx->base + (pwm->hwpwm << 2)); in lpc32xx_pwm_enable()
92 writel(val, lpc32xx->base + (pwm->hwpwm << 2)); in lpc32xx_pwm_enable()
99 struct lpc32xx_pwm_chip *lpc32xx = to_lpc32xx_pwm_chip(chip); in lpc32xx_pwm_disable() local
102 val = readl(lpc32xx->base + (pwm->hwpwm << 2)); in lpc32xx_pwm_disable()
[all …]
DMakefile21 obj-$(CONFIG_PWM_LPC32XX) += pwm-lpc32xx.o
DKconfig222 will be called pwm-lpc32xx.
/linux-4.4.14/drivers/input/keyboard/
DMakefile35 obj-$(CONFIG_KEYBOARD_LPC32XX) += lpc32xx-keys.o
DKconfig356 module will be called lpc32xx-keys.
/linux-4.4.14/drivers/clocksource/
DMakefile41 obj-$(CONFIG_CLKSRC_LPC32XX) += time-lpc32xx.o
/linux-4.4.14/arch/arm/boot/dts/
Dphy3250.dts15 /include/ "lpc32xx.dtsi"
Dea3250.dts15 /include/ "lpc32xx.dtsi"
/linux-4.4.14/drivers/gpio/
DMakefile53 obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o
/linux-4.4.14/drivers/rtc/
DMakefile78 obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o
DKconfig1496 will be called rtc-lpc32xx.
/linux-4.4.14/arch/arm/
DMakefile183 machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx
/linux-4.4.14/
DMAINTAINERS1243 F: drivers/clocksource/time-lpc32xx.c
6560 F: arch/arm/mach-lpc32xx/