Searched refs:intval1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | test.h | 116 int intval1; member
|
/openbmc/u-boot/test/dm/ |
H A D | test-uclass.c | 40 uc_pdata->intval1 = TEST_UC_PDATA_INTVAL1; in test_post_bind()
|
H A D | core.c | 187 ut_assert(uc_pdata->intval1 == TEST_UC_PDATA_INTVAL1); in dm_test_autobind_uclass_pdata_valid()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_sw.c | 298 s32 rem1, rem2, intval1, intval2, srate; in stv0900_get_symbol_rate() local 310 intval1 = (mclk) >> 16; in stv0900_get_symbol_rate() 315 srate = (intval1 * intval2) + in stv0900_get_symbol_rate() 316 ((intval1 * rem2) >> 16) + in stv0900_get_symbol_rate() 1131 intval1, in stv0900_get_carr_freq() local 1139 intval1 = mclk >> 12; in stv0900_get_carr_freq() 1143 derot = (intval1 * intval2) + in stv0900_get_carr_freq() 1144 ((intval1 * rem2) >> 12) + in stv0900_get_carr_freq()
|
H A D | stb0899_algo.c | 1273 u32 bTrNomFreq, srate, decimRate, intval1, intval2, reg; in stb0899_dvbs2_get_srate() local 1285 intval1 = internal->master_clk / (1 << div1); in stb0899_dvbs2_get_srate() 1291 srate = (intval1 * intval2) + ((intval1 * rem2) / (1 << div2)) + ((intval2 * rem1) / (1 << div1)); in stb0899_dvbs2_get_srate()
|