Searched refs:s32tmp (Results 1 – 1 of 1) sorted by relevance
633 s32 s32tmp; in m88ds3103_set_frontend() local991 s32tmp = 0x10000 * (tuner_frequency_khz - c->frequency); in m88ds3103_set_frontend()992 s32tmp = DIV_ROUND_CLOSEST(s32tmp, dev->mclk / 1000); in m88ds3103_set_frontend()993 buf[0] = (s32tmp >> 0) & 0xff; in m88ds3103_set_frontend()994 buf[1] = (s32tmp >> 8) & 0xff; in m88ds3103_set_frontend()