Searched refs:PERIOD (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/arm/mach-w90x900/ |
D | time.c | 39 #define PERIOD (0x01 << 27) macro 74 val |= (PERIOD | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_set_periodic() 162 val |= (COUNTEN | PERIOD | PRESCALE); in nuc900_clocksource_init()
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-bcm2835.c | 24 #define PERIOD(x) (((x) * 0x10) + 0x10) macro 85 writel(period_ns / scaler, pc->base + PERIOD(pwm->hwpwm)); in bcm2835_pwm_config()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | sumod.h | 316 # define PERIOD(x) ((x) << 8) macro
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 14 #define PERIOD max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY) macro 133 ns_to_ktime(PERIOD), 0, in __i915_pmu_maybe_start_timer() 274 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
|
/Linux-v4.19/tools/perf/util/ |
D | evsel.c | 763 perf_evsel__reset_sample_bit(evsel, PERIOD); in apply_config_terms() 770 perf_evsel__set_sample_bit(evsel, PERIOD); in apply_config_terms() 938 perf_evsel__set_sample_bit(evsel, PERIOD); in perf_evsel__config() 1106 perf_evsel__set_sample_bit(evsel, PERIOD); in perf_evsel__config() 1108 perf_evsel__reset_sample_bit(evsel, PERIOD); in perf_evsel__config() 1544 bit_name(PERIOD), bit_name(STREAM_ID), bit_name(RAW), in __p_sample_type()
|
D | parse-events.c | 1139 ADD_CONFIG_TERM(PERIOD, period, term->val.num); in get_config_terms()
|
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 443 HPP__PRINT_FNS("Period", period, PERIOD)
|
/Linux-v4.19/tools/perf/ |
D | builtin-kvm.c | 1033 perf_evsel__reset_sample_bit(pos, PERIOD); in kvm_live_open_events()
|
D | builtin-script.c | 1641 if (PRINT_FIELD(PERIOD)) in process_event()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | intel-pt.txt | 650 sample_type IP|TID|TIME|CPU|PERIOD|RAW|IDENTIFIER
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 963 $MAX $PERIOD 966 $PERIOD duration. "max" for $MAX indicates no limit. If only
|