Home
last modified time | relevance | path

Searched defs:REG_TCNTB (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dsamsung_pwm_timer.c34 #define REG_TCNTB(chan) (0x0c + 12 * (chan)) macro
/openbmc/linux/drivers/pwm/
H A Dpwm-samsung.c33 #define REG_TCNTB(chan) (0x0c + ((chan) * 0xc)) macro