Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/perf/
Dmpc7450-pmu.c159 int thresh, tuse; in mpc7450_get_constraint() local
175 thresh = ((unsigned int)event >> PM_THRESH_SH) & PM_THRESH_MSK; in mpc7450_get_constraint()
177 value |= thresh << 24; in mpc7450_get_constraint()
271 u32 ev, pmc, thresh; in mpc7450_compute_mmcr() local
306 thresh = (ev >> PM_THRESH_SH) & PM_THRESH_MSK; in mpc7450_compute_mmcr()
307 mmcr0 |= thresh << 16; in mpc7450_compute_mmcr()
/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c68 int max, thresh = 1; /* always use a single PEBS record */ in alloc_pebs_buffer() local
86 thresh * x86_pmu.pebs_record_size; in alloc_pebs_buffer()
106 int max, thresh; in alloc_bts_buffer() local
117 thresh = max / 16; in alloc_bts_buffer()
124 thresh * BTS_RECORD_SIZE; in alloc_bts_buffer()
/arch/arm/mach-pxa/
Dsharpsl_pm.c192 struct battery_thresh *thresh; in get_percentage() local
195thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_acin_bl : sharpsl_pm.machinfo->bat_levels_aci… in get_percentage()
197thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_noac_bl : sharpsl_pm.machinfo->bat_levels_noa… in get_percentage()
199 while (i > 0 && (voltage > thresh[i].voltage)) in get_percentage()
202 return thresh[i].percentage; in get_percentage()
/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c371 gmxx_tx_spi_thresh.s.thresh = 4; in cvmx_spi_calendar_setup_cb()
/arch/mips/include/asm/octeon/
Dcvmx-gmxx-defs.h2489 uint64_t thresh:6; member
2521 uint64_t thresh:4; member