Searched refs:PERIOD (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/pwm/ |
D | pwm-bcm2835.c | 21 #define PERIOD(x) (((x) * 0x10) + 0x10) macro 82 writel(period, pc->base + PERIOD(pwm->hwpwm)); in bcm2835_pwm_config()
|
/Linux-v5.4/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 34 bit_name(PERIOD), bit_name(STREAM_ID), bit_name(RAW), in __p_sample_type()
|
D | evsel.c | 794 perf_evsel__reset_sample_bit(evsel, PERIOD); in apply_config_terms() 801 perf_evsel__set_sample_bit(evsel, PERIOD); in apply_config_terms() 977 perf_evsel__set_sample_bit(evsel, PERIOD); in perf_evsel__config() 1154 perf_evsel__set_sample_bit(evsel, PERIOD); in perf_evsel__config() 1156 perf_evsel__reset_sample_bit(evsel, PERIOD); in perf_evsel__config()
|
D | parse-events.c | 1192 ADD_CONFIG_TERM(PERIOD, period, term->val.num); in get_config_terms()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | sumod.h | 316 # define PERIOD(x) ((x) << 8) macro
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 21 #define PERIOD max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY) macro 141 ns_to_ktime(PERIOD), 0, in __i915_pmu_maybe_start_timer() 278 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
|
/Linux-v5.4/tools/perf/ui/ |
D | hist.c | 447 HPP__PRINT_FNS("Period", period, PERIOD)
|
/Linux-v5.4/tools/perf/ |
D | builtin-kvm.c | 1040 perf_evsel__reset_sample_bit(pos, PERIOD); in kvm_live_open_events()
|
D | builtin-script.c | 1830 if (PRINT_FIELD(PERIOD)) in process_event()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | intel-pt.txt | 680 sample_type IP|TID|TIME|CPU|PERIOD|RAW|IDENTIFIER
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1014 $MAX $PERIOD 1017 $PERIOD duration. "max" for $MAX indicates no limit. If only
|