Searched refs:PERIOD (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/pwm/ |
D | pwm-bcm2835.c | 24 #define PERIOD(x) (((x) * 0x10) + 0x10) macro 77 writel(period_ns / pc->scaler, pc->base + PERIOD(pwm->hwpwm)); in bcm2835_pwm_config()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | sumod.h | 316 # define PERIOD(x) ((x) << 8) macro
|
/linux-4.4.14/tools/perf/util/ |
D | evsel.c | 770 perf_evsel__set_sample_bit(evsel, PERIOD); in perf_evsel__config() 818 perf_evsel__set_sample_bit(evsel, PERIOD); in perf_evsel__config() 1192 bit_name(PERIOD), bit_name(STREAM_ID), bit_name(RAW), in __p_sample_type()
|
D | parse-events.c | 894 ADD_CONFIG_TERM(PERIOD, period, term->val.num); in get_config_terms()
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 263 if (PRINT_FIELD(PERIOD) && in perf_evsel__check_attr() 602 if (PRINT_FIELD(PERIOD)) in process_event()
|
D | builtin-kvm.c | 1000 perf_evsel__reset_sample_bit(pos, PERIOD); in kvm_live_open_events()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 280 __GPTIMER(PERIOD, period); in bfin_debug_mmrs_gptimer()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 596 sample_type IP|TID|TIME|CPU|PERIOD|RAW|IDENTIFIER
|