Home
last modified time | relevance | path

Searched refs:PWM_OFF (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/power/
H A Dmc34vr500_pmic.h156 #define PWM_OFF 0x1 macro
H A Dpfuze100_pmic.h247 #define PWM_OFF 0x1 macro
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dpfuze100.c222 MODE(PWM_OFF, PWM_OFF, "PWM_OFF"),
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c35 #define PWM_OFF 1 macro
38 #define PWM_OFF 0 macro
675 gpio_direction_output(pin, PWM_OFF); in sunxi_lcdc_panel_enable()