Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dm88ds3103.c252 s32 s32tmp; in m88ds3103_set_frontend() local
550 s32tmp = 0x10000 * (tuner_frequency - c->frequency); in m88ds3103_set_frontend()
551 s32tmp = DIV_ROUND_CLOSEST(s32tmp, priv->mclk_khz); in m88ds3103_set_frontend()
552 if (s32tmp < 0) in m88ds3103_set_frontend()
553 s32tmp += 0x10000; in m88ds3103_set_frontend()
555 buf[0] = (s32tmp >> 0) & 0xff; in m88ds3103_set_frontend()
556 buf[1] = (s32tmp >> 8) & 0xff; in m88ds3103_set_frontend()