FIN 162 drivers/media/dvb-frontends/tda10021.c ratio = (symbolrate << 4) / FIN; FIN 163 drivers/media/dvb-frontends/tda10021.c tmp = ((symbolrate << 4) % FIN) << 8; FIN 164 drivers/media/dvb-frontends/tda10021.c ratio = (ratio << 8) + tmp / FIN; FIN 165 drivers/media/dvb-frontends/tda10021.c tmp = (tmp % FIN) << 8; FIN 166 drivers/media/dvb-frontends/tda10021.c ratio = (ratio << 8) + DIV_ROUND_CLOSEST(tmp, FIN); FIN 169 drivers/media/dvb-frontends/ves1x93.c u32 FIN; FIN 181 drivers/media/dvb-frontends/ves1x93.c FIN = (state->config->xin + 6000) >> 4; FIN 184 drivers/media/dvb-frontends/ves1x93.c ratio = tmp / FIN; FIN 186 drivers/media/dvb-frontends/ves1x93.c tmp = (tmp % FIN) << 8; FIN 187 drivers/media/dvb-frontends/ves1x93.c ratio = (ratio << 8) + tmp / FIN; FIN 189 drivers/media/dvb-frontends/ves1x93.c tmp = (tmp % FIN) << 8; FIN 190 drivers/media/dvb-frontends/ves1x93.c ratio = (ratio << 8) + tmp / FIN; FIN 216 drivers/media/dvb-frontends/ves1x93.c BDRI = ( ((FIN << 8) / ((srate << (FNR >> 1)) >> 2)) + 1) >> 1; FIN 45 tools/perf/trace/beauty/msg_flags.c P_MSG_FLAG(FIN);