Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dm88ds3103.c311 s32 s32tmp; in m88ds3103_set_frontend() local
606 s32tmp = 0x10000 * (tuner_frequency - c->frequency); in m88ds3103_set_frontend()
607 s32tmp = DIV_ROUND_CLOSEST(s32tmp, dev->mclk_khz); in m88ds3103_set_frontend()
608 if (s32tmp < 0) in m88ds3103_set_frontend()
609 s32tmp += 0x10000; in m88ds3103_set_frontend()
611 buf[0] = (s32tmp >> 0) & 0xff; in m88ds3103_set_frontend()
612 buf[1] = (s32tmp >> 8) & 0xff; in m88ds3103_set_frontend()