Searched refs:LL (Results 76 - 100 of 270) sorted by relevance

1234567891011

/linux-master/drivers/rtc/
H A Drtc-aspeed.c105 rtc->rtc_dev->range_max = 38814989399LL; /* 3199-12-31 23:59:59 */
/linux-master/include/drm/
H A Ddrm_fixed.h77 #define DRM_FIXED_EPSILON 1LL
/linux-master/tools/testing/selftests/timers/
H A Dadjtick.c30 #define NSEC_PER_SEC 1000000000LL
/linux-master/drivers/clk/rockchip/
H A Dclk-mmc-phase.c37 #define PSECS_PER_SEC 1000000000000LL
/linux-master/drivers/iio/humidity/
H A Dhts221_core.c361 tmp = div_s64(data * 1000000000LL, div);
362 tmp = div_s64_rem(tmp, 1000000000LL, &rem);
390 tmp = div_s64(data * 1000000000LL, div);
391 tmp = div_s64_rem(tmp, 1000000000LL, &rem);
/linux-master/scripts/dtc/
H A Ddtc-lexer.l154 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c950 100LL, (v_total * stream->timing.h_total));
977 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) *
978 (100LL + dc->debug.mall_additional_timer_percent) + denom - 1),
979 denom) - 64LL;
1001 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) *
1002 (100LL + dc->debug.mall_additional_timer_percent) + denom - 1),
1003 denom) - 64LL;
/linux-master/drivers/perf/
H A Driscv_pmu_sbi.c194 [C(LL)] = {
197 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
199 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
203 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
205 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
209 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
211 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c249 #define id1 (1LL << 8)
250 #define id2 (1LL << 16)
251 #define id3 (1LL << 24)
252 #define id4 (1LL << 32)
253 #define id5 (1LL << 48)
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c317 if (on && (ns <= 70000000LL || ns == 125000000LL ||
318 ns == 250000000LL || ns == 500000000LL)) {
319 if (ns < 8LL)
/linux-master/arch/x86/events/intel/
H A Dcore.c509 [ C(LL ) ] = {
570 [ C(LL ) ] = {
665 [ C(LL ) ] = {
742 [ C(LL ) ] = {
830 [ C(LL ) ] = {
893 [ C(LL ) ] = {
1049 [ C(LL ) ] = {
1126 [ C(LL ) ] = {
1201 [ C(LL ) ] = {
1321 [ C(LL ) ]
[all...]
H A Dknc.c59 [ C(LL ) ] = {
H A Dp6.c56 [ C(LL ) ] = {
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c556 if (on && ns < 8LL)
712 if (on && ((ns <= 70000000LL) || (ns == 125000000LL) ||
713 (ns == 250000000LL) || (ns == 500000000LL))) {
714 if (ns < 8LL)
/linux-master/drivers/hwmon/
H A Dltc2945.c122 val *= 625LL;
125 val = (val * 25LL) >> 1;
/linux-master/lib/
H A Dstackdepot.c42 (((1LL << (DEPOT_POOL_INDEX_BITS)) - 1 < DEPOT_POOLS_CAP) ? \
43 (1LL << (DEPOT_POOL_INDEX_BITS)) - 1 : DEPOT_POOLS_CAP)
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c121 [ C(LL) ] = {
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c146 [ C(LL) ] = {
/linux-master/include/net/
H A Dcodel_impl.h84 u64 val = (3LL << 32) - ((u64)vars->count * invsqrt2);
/linux-master/arch/powerpc/perf/
H A Dgeneric-compat-pmu.c214 [ C(LL) ] = {
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_priv.h35 #define fixed1 (1LL << 32)
/linux-master/drivers/net/ethernet/renesas/
H A Drcar_gen4_ptp.c151 return div_s64(1000000000LL << 27, rate);
/linux-master/net/sunrpc/
H A Dcache.c1351 entry = n & ((1LL<<32) - 1);
1356 n &= ~((1LL<<32) - 1);
1359 n += 1LL<<32;
1380 *pos += 1LL<<32;
1387 *pos &= ~((1LL<<32) - 1);
1391 *pos += 1LL<<32;
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c138 high = 0LL;
534 llx = denormal_addd(llx, lly ^ (1LL << 63));
/linux-master/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c115 value = ((1LL << (size * 8)) - value);
149 value = ((1LL << (size * 8)) - value);

Completed in 328 milliseconds

1234567891011