Searched defs:x4 (Results 1 - 4 of 4) sorted by relevance

/drivers/media/dvb/pt1/
H A Dva1j5jf8007s.c58 s32 word, x1, x2, x3, x4, x5, y; local
91 x4 = (s64)x2 * x2 >> 31;
92 x5 = (s64)x4 * x1 >> 31;
98 y += (s64)x4 * ((14341ll << 27) / 1000) >> 27;
236 buf[3] = va1j5jf8007s_lookup_cb(frequency) | 0x4;
/drivers/staging/comedi/drivers/
H A Dusbdux.c2169 unsigned int *x4)
2167 usbdux_pwm_read(struct comedi_device *x1, struct comedi_subdevice *x2, struct comedi_insn *x3, unsigned int *x4) argument
H A Dusbduxsigma.c2172 unsigned int *x4)
2170 usbdux_pwm_read(struct comedi_device *x1, struct comedi_subdevice *x2, struct comedi_insn *x3, unsigned int *x4) argument
/drivers/video/omap2/dss/
H A Ddsi.c1561 cinfo->fint < 1250000 ? 0x4 :
3622 unsigned ticks, bool x4, bool x16)
3636 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* LP_RX_TO_X4 */
3640 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
3644 ticks, x4 ? " x4" : "", x16 ? " x16" : "",
3676 unsigned ticks, bool x4, bool x16)
3690 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* STOP_STATE_X4_IO */
3694 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
3698 ticks, x4
3621 dsi_set_lp_rx_timeout(struct platform_device *dsidev, unsigned ticks, bool x4, bool x16) argument
3675 dsi_set_stop_state_counter(struct platform_device *dsidev, unsigned ticks, bool x4, bool x16) argument
3702 dsi_set_hs_tx_timeout(struct platform_device *dsidev, unsigned ticks, bool x4, bool x16) argument
[all...]

Completed in 86 milliseconds