Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dtest.h117 int intval2; member
/openbmc/u-boot/test/dm/
H A Dtest-uclass.c41 uc_pdata->intval2 = TEST_UC_PDATA_INTVAL2; in test_post_bind()
H A Dcore.c188 ut_assert(uc_pdata->intval2 == TEST_UC_PDATA_INTVAL2); in dm_test_autobind_uclass_pdata_valid()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0900_sw.c298 s32 rem1, rem2, intval1, intval2, srate; in stv0900_get_symbol_rate() local
311 intval2 = (srate) >> 16; in stv0900_get_symbol_rate()
315 srate = (intval1 * intval2) + in stv0900_get_symbol_rate()
317 ((intval2 * rem1) >> 16); in stv0900_get_symbol_rate()
1132 intval2; in stv0900_get_carr_freq() local
1140 intval2 = derot >> 12; in stv0900_get_carr_freq()
1143 derot = (intval1 * intval2) + in stv0900_get_carr_freq()
1145 ((intval2 * rem1) >> 12); in stv0900_get_carr_freq()
H A Dstb0899_algo.c1273 u32 bTrNomFreq, srate, decimRate, intval1, intval2, reg; in stb0899_dvbs2_get_srate() local
1286 intval2 = bTrNomFreq / (1 << div2); in stb0899_dvbs2_get_srate()
1291 srate = (intval1 * intval2) + ((intval1 * rem2) / (1 << div2)) + ((intval2 * rem1) / (1 << div1)); in stb0899_dvbs2_get_srate()