Searched defs:TCON_START (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clocksource/ | ||
H A D | samsung_pwm_timer.c | 51 #define TCON_START(chan) (1 << (4 * (chan) + 0)) macro |
/linux/drivers/pwm/ | ||
H A D | pwm-samsung.c | 50 #define TCON_START(chan) BIT(4 * (chan) + 0) macro |