Searched refs:s32tmp (Results 1 – 1 of 1) sorted by relevance
252 s32 s32tmp; in m88ds3103_set_frontend() local550 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()