Searched refs:u64 (Results 226 - 250 of 10442) sorted by last modified time

1234567891011>>

/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.h82 void ipu6_buttress_tsc_read(struct ipu6_device *isp, u64 *val);
83 u64 ipu6_buttress_tsc_ticks_to_ns(u64 ticks, const struct ipu6_device *isp);
H A Dipu6-buttress.c780 void ipu6_buttress_tsc_read(struct ipu6_device *isp, u64 *val)
790 *val = (u64)tsc_hi_1 << 32 | tsc_lo;
794 *val = (u64)tsc_hi_1 << 32 | tsc_lo;
796 *val = (u64)tsc_hi_2 << 32 | tsc_lo;
802 u64 ipu6_buttress_tsc_ticks_to_ns(u64 ticks, const struct ipu6_device *isp)
804 u64 ns = ticks * 10000;
H A Dipu6-bus.h31 u64 dma_mask;
34 u64 *pkg_dir;
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c545 u64 ns = ktime_get_ns();
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c150 u64 clk = bt->pixelclock;
288 u64 tot_size;
310 iowrite32(div_u64((u64)V4L2_DV_BT_FRAME_WIDTH(bt) * COBALT_CLK * 4,
321 iowrite32(div_u64((u64)clk_freq * tot_size, bt->pixelclock),
/linux-master/drivers/media/i2c/
H A Dtda1997x.c1155 timings->bt.pixelclock = (u64)htot * vtot * 27000000;
2767 u64 formats;
H A Dtc358746.c463 /* Use MHz as base so the div needs no u64 */
840 u64 tmp;
1403 u64 *link_frequencies = tc358746->csi_vep.link_frequencies;
H A Dst-mipid02.c293 u64 reg;
318 u64 ui_4 = 2000000000;
H A Dov4689.c274 static const u64 link_freq_menu_items[] = { 504000000 };
812 u64 id = 0;
844 static u64 ov4689_check_link_frequency(struct v4l2_fwnode_endpoint *ep)
846 const u64 *freqs = link_freq_menu_items;
H A Dov2740.c549 static u64 to_pixel_rate(u32 f_index)
551 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV2740_DATA_LANES;
H A Dov2680.c159 u64 pixel_rate;
1052 u64 chip_id, rev;
H A Dimx335.c167 u64 pclk;
963 u64 val;
H A Dimx219.c592 u64 bin_h, bin_v;
1023 u64 val;
H A Dhi556.c654 static u64 to_pixel_rate(u32 f_index)
656 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * HI556_DATA_LANES;
/linux-master/drivers/media/dvb-frontends/
H A Dtda18271c2dd.c323 u64 OscFreq;
329 OscFreq = (u64) freq * (u64) Div;
330 OscFreq *= (u64) 16384;
346 u64 OscFreq;
352 OscFreq = (u64)freq * (u64)Div;
354 OscFreq *= (u64)16384;
H A Dtda10048.c295 u64 t;
331 u64 t, z;
361 u64 t;
413 u64 sample_freq;
817 u64 cber_tmp;
H A Dsi2165.c52 u64 ber_prev;
733 u32tmp = (1000 * 10 * (121210686 - (u64)intlog10(u32tmp)))
826 u64 oversamp;
844 u64 if_freq_shift;
H A Dm88ds3103.c240 cnr = div_u64((u64) 10000 * intlog2(itmp), intlog2(10));
267 cnr = div_u64((u64) 10000 * intlog10(itmp), (1 << 24));
952 u16tmp = DIV_ROUND_CLOSEST_ULL((u64)c->symbol_rate * 0x10000, dev->mclk);
1344 c->symbol_rate = DIV_ROUND_CLOSEST_ULL((u64)(buf[1] << 8 | buf[0] << 0) * dev->mclk, 0x10000);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c12046 u64 tmp64;
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c615 struct vb2_buffer *vb2_find_buffer(struct vb2_queue *q, u64 timestamp)
/linux-master/drivers/media/cec/core/
H A Dcec-api.c312 u64 ts = ~0ULL;
H A Dcec-adap.c79 const struct cec_event *new_ev, u64 ts)
140 u64 ts = ktime_get_ns();
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-stm.c308 writeq_relaxed(*(u64 *)data, addr);
H A Dcoresight-etm4x-core.c66 static u64 etm4_get_access_type(struct etmv4_config *config);
94 u64 etm4x_sysreg_read(u32 offset, bool _relaxed, bool _64bit)
96 u64 res = 0;
111 void etm4x_sysreg_write(u64 val, u32 offset, bool _relaxed, bool _64bit)
126 static u64 ete_sysreg_read(u32 offset, bool _relaxed, bool _64bit)
128 u64 res = 0;
143 static void ete_sysreg_write(u64 val, u32 offset, bool _relaxed, bool _64bit)
289 u64 trfcr = drvdata->trfcr;
326 u64 val;
1039 u64 dfr
[all...]
H A Dcoresight-catu.c84 typedef u64 cate_t;
296 static ssize_t catu_get_data_etr_buf(struct etr_buf *etr_buf, u64 offset,
304 static void catu_sync_etr_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp)
308 u64 r_offset, w_offset;

Completed in 269 milliseconds

1234567891011>>