Home
last modified time | relevance | path

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

/arch/arm/boot/dts/
Domap3-gta04a3.dts26 st,click-thresh-x = <8>;
27 st,click-thresh-y = <8>;
28 st,click-thresh-z = <10>;
Domap3-overo-common-peripherals.dtsi63 st,click-thresh-x = <10>;
64 st,click-thresh-y = <10>;
65 st,click-thresh-z = <10>;
Dpxa300-raumfeld-controller.dts135 st,click-thresh-x = <10>;
136 st,click-thresh-y = <10>;
137 st,click-thresh-z = <10>;
Dam335x-evmsk.dts473 st,click-thresh-x = <10>;
474 st,click-thresh-y = <10>;
475 st,click-thresh-z = <10>;
Dam335x-evm.dts436 st,click-thresh-x = <10>;
437 st,click-thresh-y = <10>;
438 st,click-thresh-z = <10>;
/arch/powerpc/perf/
Dmpc7450-pmu.c155 int thresh, tuse; in mpc7450_get_constraint() local
171 thresh = ((unsigned int)event >> PM_THRESH_SH) & PM_THRESH_MSK; in mpc7450_get_constraint()
173 value |= thresh << 24; in mpc7450_get_constraint()
269 u32 ev, pmc, thresh; in mpc7450_compute_mmcr() local
304 thresh = (ev >> PM_THRESH_SH) & PM_THRESH_MSK; in mpc7450_compute_mmcr()
305 mmcr0 |= thresh << 16; in mpc7450_compute_mmcr()
/arch/x86/events/intel/
Dbts.c149 unsigned long index, thresh = 0, end = phys->size; in bts_config_buffer() local
161 thresh = end - BTS_SAFETY_MARGIN; in bts_config_buffer()
163 thresh = end - BTS_RECORD_SIZE; in bts_config_buffer()
165 thresh = end; in bts_config_buffer()
172 ? ds->bts_buffer_base + thresh in bts_config_buffer()
Duncore_discovery.c336 DEFINE_UNCORE_FORMAT_ATTR(thresh, thresh, "config:24-31");
Duncore_nhmex.c195 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
Duncore_snbep.c483 DEFINE_UNCORE_FORMAT_ATTR(thresh9, thresh, "config:24-35");
484 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
485 DEFINE_UNCORE_FORMAT_ATTR(thresh6, thresh, "config:24-29");
486 DEFINE_UNCORE_FORMAT_ATTR(thresh5, thresh, "config:24-28");
/arch/mips/include/asm/octeon/
Dcvmx-fpa-defs.h1079 uint64_t thresh:32; member
1081 uint64_t thresh:32;
1118 uint64_t thresh:32; member
1120 uint64_t thresh:32;
1127 uint64_t thresh:29; member
1129 uint64_t thresh:29;
1244 uint64_t thresh:32; member
1246 uint64_t thresh:32;
Dcvmx-gmxx-defs.h2224 uint64_t thresh:6; member
2226 uint64_t thresh:6;
/arch/arm/mach-pxa/
Dsharpsl_pm.c187 struct battery_thresh *thresh; in get_percentage() local
190thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_acin_bl : sharpsl_pm.machinfo->bat_levels_aci… in get_percentage()
192thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_noac_bl : sharpsl_pm.machinfo->bat_levels_noa… in get_percentage()
194 while (i > 0 && (voltage > thresh[i].voltage)) in get_percentage()
197 return thresh[i].percentage; in get_percentage()
/arch/x86/kernel/
Dtsc.c320 u64 thresh = tsc_khz ? tsc_khz >> 5 : TSC_DEFAULT_THRESHOLD; in tsc_read_refs() local
330 if ((t2 - t1) < thresh) in tsc_read_refs()
/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c372 gmxx_tx_spi_thresh.s.thresh = 4; in cvmx_spi_calendar_setup_cb()