Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-brcmstb.c23 #define CTRL_START BIT(0) macro
186 value |= (CTRL_START | CTRL_OPENDRAIN) << shift; in brcmstb_pwm_enable_set()
188 value &= ~((CTRL_START | CTRL_OPENDRAIN) << shift); in brcmstb_pwm_enable_set()
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos5_setup.h282 #define CTRL_START (1 << 6) macro
375 #define CTRL_START (1 << 6) macro
H A Ddmc_init_exynos4.c108 writel((mem.control0 | CTRL_START | CTRL_DLL_ON), &dmc->phycontrol0); in dmc_init()
H A Dexynos4_setup.h400 #define CTRL_START (1 << 0) macro