Home
last modified time | relevance | path

Searched refs:PERIOD (Results 1 – 3 of 3) sorted by relevance

/drivers/pwm/
Dpwm-bcm2835.c21 #define PERIOD(x) (((x) * 0x10) + 0x10) macro
82 writel(period, pc->base + PERIOD(pwm->hwpwm)); in bcm2835_pwm_config()
/drivers/gpu/drm/radeon/
Dsumod.h316 # define PERIOD(x) ((x) << 8) macro
/drivers/gpu/drm/i915/
Di915_pmu.c23 #define PERIOD max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY) macro
226 ns_to_ktime(PERIOD), 0, in __i915_pmu_maybe_start_timer()
433 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()