Lines Matching refs:uitmp2
240 unsigned int uitmp, uitmp1, uitmp2; in hackrf_set_params() local
273 uitmp2 = 1; in hackrf_set_params()
278 uitmp2 = 1; in hackrf_set_params()
281 uitmp1 = uitmp2 = 0; in hackrf_set_params()
283 if (uitmp1 || uitmp2) { in hackrf_set_params()
288 buf[4] = (uitmp2 >> 0) & 0xff; in hackrf_set_params()
289 buf[5] = (uitmp2 >> 8) & 0xff; in hackrf_set_params()
290 buf[6] = (uitmp2 >> 16) & 0xff; in hackrf_set_params()
291 buf[7] = (uitmp2 >> 24) & 0xff; in hackrf_set_params()
334 uitmp1 = uitmp2 = 0; in hackrf_set_params()
337 uitmp2 |= ((uitmp >> 16) & 0xff) << 0; in hackrf_set_params()
338 uitmp2 |= ((uitmp >> 24) & 0xff) << 8; in hackrf_set_params()
340 uitmp1, uitmp2, NULL, 0); in hackrf_set_params()
349 uitmp2 = dev->f_rx % 1000000; in hackrf_set_params()
354 uitmp2 = dev->f_tx % 1000000; in hackrf_set_params()
357 uitmp1 = uitmp2 = 0; in hackrf_set_params()
359 if (uitmp1 || uitmp2) { in hackrf_set_params()
364 buf[4] = (uitmp2 >> 0) & 0xff; in hackrf_set_params()
365 buf[5] = (uitmp2 >> 8) & 0xff; in hackrf_set_params()
366 buf[6] = (uitmp2 >> 16) & 0xff; in hackrf_set_params()
367 buf[7] = (uitmp2 >> 24) & 0xff; in hackrf_set_params()