Home
last modified time | relevance | path

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

/linux/drivers/media/usb/hackrf/
H A Dhackrf.c240 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()
[all …]