Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dpwm.h15 #define SUNXI_PWM_CTRL_POLARITY0(x) ((x) << 5) macro
/external/u-boot/drivers/video/sunxi/
Dsunxi_display.c601 writel(SUNXI_PWM_CTRL_POLARITY0(PWM_ON) | in sunxi_lcdc_backlight_enable()