Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/hackrf/
Dhackrf.c249 unsigned int uitmp, uitmp1, uitmp2; in hackrf_set_params() local
281 uitmp1 = dev->f_adc; in hackrf_set_params()
286 uitmp1 = dev->f_dac; in hackrf_set_params()
290 uitmp1 = uitmp2 = 0; in hackrf_set_params()
292 if (uitmp1 || uitmp2) { in hackrf_set_params()
293 buf[0] = (uitmp1 >> 0) & 0xff; in hackrf_set_params()
294 buf[1] = (uitmp1 >> 8) & 0xff; in hackrf_set_params()
295 buf[2] = (uitmp1 >> 16) & 0xff; in hackrf_set_params()
296 buf[3] = (uitmp1 >> 24) & 0xff; in hackrf_set_params()
343 uitmp1 = uitmp2 = 0; in hackrf_set_params()
[all …]