Searched refs:LL (Results 201 - 225 of 270) sorted by relevance

1234567891011

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.c921 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h653 #define I40E_PTP_HALF_SECOND 500000000LL /* nano seconds */
/linux-master/drivers/media/i2c/
H A Dimx214.c28 #define IMX214_DEFAULT_PIXEL_RATE ((IMX214_DEFAULT_LINK_FREQ * 8LL) / 10)
H A Dov5675.c23 #define OV5675_SCLK 90000000LL
H A Dov2740.c20 #define OV2740_SCLK 72000000LL
/linux-master/kernel/
H A Dkexec_file.c44 #define KEXEC_FILE_SIZE_MAX min_t(s64, 4LL << 30, SSIZE_MAX)
/linux-master/drivers/iio/adc/
H A Dti-ads1015.c483 int fullscale = div_s64((scale * 1000000LL + uscale) <<
H A Dad7124.c660 vref = st->channels[chan->address].cfg.vref_mv * 1000000LL;
H A Dxilinx-ams.c164 #define AMS_TEMP_OFFSET -((280230LL << 16) / 509314)
/linux-master/include/linux/
H A Dhyperv.h1625 #define WLTIMEDELTA 116444736000000000LL
H A Dsyscalls.h128 #define __TYPE_IS_LL(t) (__TYPE_AS(t, 0LL) || __TYPE_AS(t, 0ULL))
129 #define __SC_LONG(t, a) __typeof(__builtin_choose_expr(__TYPE_IS_LL(t), 0LL, 0L)) a
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c2721 rv.l = -1LL; /* true, all 1s */
2736 rv.l = -1LL; /* true, all 1s */
/linux-master/fs/reiserfs/
H A Dreiserfs.h891 #define ROUND_UP(x) _ROUND_UP(x,8LL)
1165 return bmap_nr > ((1LL << 16) - 1);
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c834 mask = ((1LL << bits) - 1) << offset;
879 mask = ((1LL << bits) - 1) << offset;
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c613 report_interval = (s64)mirror->report_interval * 1000LL;
615 report_interval = (s64)layoutstats_timer * 1000LL;
/linux-master/arch/x86/events/intel/
H A Dp4.c526 [ C(LL ) ] = {
/linux-master/kernel/time/
H A Dposix-cpu-timers.c145 timer->it_overrun += 1LL << i;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c552 if ((ns >> 1) != 500000000LL)
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1226 codec_nsecs = div_u64(codec_frames * 1000000000LL,
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c443 (rest > 990000000LL ? 2 : 1) : 0;
/linux-master/drivers/iio/imu/
H A Dadis16480.c698 temp = 25 * 1000000LL; /* 25 degree Celsius = 0x0000 */
/linux-master/drivers/spi/
H A Dspi-mt65xx.c921 u64 ms = 8000LL;
/linux-master/drivers/ptp/
H A Dptp_idt82p33.c557 fcw = div_s64(fcw, 8430756LL);
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank.c782 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos),
/linux-master/sound/pci/hda/
H A Dhda_controller.c75 codec_nsecs = div_u64(codec_frames * 1000000000LL,

Completed in 527 milliseconds

1234567891011