Home
last modified time | relevance | path

Searched refs:uitmp2 (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
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()
[all …]