Home
last modified time | relevance | path

Searched refs:SUNXI_PWM_CH0_PERIOD_PRD (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dpwm.h20 #define SUNXI_PWM_CH0_PERIOD_PRD(x) ((x & 0xffff) << 16) macro
/openbmc/u-boot/drivers/pwm/
H A Dsunxi_pwm.c113 writel(SUNXI_PWM_CH0_PERIOD_PRD(best_period) | in sunxi_pwm_set_config()