Lines Matching refs:uitmp2
249 unsigned int uitmp, uitmp1, uitmp2; in hackrf_set_params() local
282 uitmp2 = 1; in hackrf_set_params()
287 uitmp2 = 1; in hackrf_set_params()
290 uitmp1 = uitmp2 = 0; in hackrf_set_params()
292 if (uitmp1 || uitmp2) { in hackrf_set_params()
297 buf[4] = (uitmp2 >> 0) & 0xff; in hackrf_set_params()
298 buf[5] = (uitmp2 >> 8) & 0xff; in hackrf_set_params()
299 buf[6] = (uitmp2 >> 16) & 0xff; in hackrf_set_params()
300 buf[7] = (uitmp2 >> 24) & 0xff; in hackrf_set_params()
343 uitmp1 = uitmp2 = 0; in hackrf_set_params()
346 uitmp2 |= ((uitmp >> 16) & 0xff) << 0; in hackrf_set_params()
347 uitmp2 |= ((uitmp >> 24) & 0xff) << 8; in hackrf_set_params()
349 uitmp1, uitmp2, NULL, 0); in hackrf_set_params()
358 uitmp2 = dev->f_rx % 1000000; in hackrf_set_params()
363 uitmp2 = dev->f_tx % 1000000; in hackrf_set_params()
366 uitmp1 = uitmp2 = 0; in hackrf_set_params()
368 if (uitmp1 || uitmp2) { in hackrf_set_params()
373 buf[4] = (uitmp2 >> 0) & 0xff; in hackrf_set_params()
374 buf[5] = (uitmp2 >> 8) & 0xff; in hackrf_set_params()
375 buf[6] = (uitmp2 >> 16) & 0xff; in hackrf_set_params()
376 buf[7] = (uitmp2 >> 24) & 0xff; in hackrf_set_params()