Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dm88ds3103.c629 s32 s32tmp; in m88ds3103_set_frontend() local
987 s32tmp = 0x10000 * (tuner_frequency_khz - c->frequency); in m88ds3103_set_frontend()
988 s32tmp = DIV_ROUND_CLOSEST(s32tmp, dev->mclk / 1000); in m88ds3103_set_frontend()
989 buf[0] = (s32tmp >> 0) & 0xff; in m88ds3103_set_frontend()
990 buf[1] = (s32tmp >> 8) & 0xff; in m88ds3103_set_frontend()