Lines Matching refs:uitmp1
249 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()
344 uitmp1 |= ((uitmp >> 0) & 0xff) << 0; in hackrf_set_params()
345 uitmp1 |= ((uitmp >> 8) & 0xff) << 8; in hackrf_set_params()
349 uitmp1, uitmp2, NULL, 0); in hackrf_set_params()
357 uitmp1 = dev->f_rx / 1000000; in hackrf_set_params()
362 uitmp1 = dev->f_tx / 1000000; in hackrf_set_params()
366 uitmp1 = uitmp2 = 0; in hackrf_set_params()
368 if (uitmp1 || uitmp2) { in hackrf_set_params()
369 buf[0] = (uitmp1 >> 0) & 0xff; in hackrf_set_params()
370 buf[1] = (uitmp1 >> 8) & 0xff; in hackrf_set_params()
371 buf[2] = (uitmp1 >> 16) & 0xff; in hackrf_set_params()
372 buf[3] = (uitmp1 >> 24) & 0xff; in hackrf_set_params()