Searched refs:f_Center (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt2063.c | 547 * Otherwise, return the value closest to f_Center that is 556 * And F_LO1 is the arithmetic sum of f_in + f_Center. in MT2063_ChooseFirstIF() 557 * Neither f_in, nor f_Center must be a multiple of f_LO1_Step. in MT2063_ChooseFirstIF() 569 u32 f_Center; in MT2063_ChooseFirstIF() local 585 * f_Center needs to be an integer multiple of f_Step away in MT2063_ChooseFirstIF() 589 f_Center = in MT2063_ChooseFirstIF() 595 f_Center = in MT2063_ChooseFirstIF() 602 * Take MT_ExclZones, center around f_Center and change the in MT2063_ChooseFirstIF() 608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF() 612 ceil((s32) (pNode->max_ - f_Center), (s3 in MT2063_ChooseFirstIF() [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt2063.c | 547 * Otherwise, return the value closest to f_Center that is 556 * And F_LO1 is the arithmetic sum of f_in + f_Center. in MT2063_ChooseFirstIF() 557 * Neither f_in, nor f_Center must be a multiple of f_LO1_Step. in MT2063_ChooseFirstIF() 569 u32 f_Center; in MT2063_ChooseFirstIF() local 585 * f_Center needs to be an integer multiple of f_Step away in MT2063_ChooseFirstIF() 589 f_Center = in MT2063_ChooseFirstIF() 595 f_Center = in MT2063_ChooseFirstIF() 602 * Take MT_ExclZones, center around f_Center and change the in MT2063_ChooseFirstIF() 608 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF() 612 ceil((s32) (pNode->max_ - f_Center), (s3 in MT2063_ChooseFirstIF() [all...] |
Completed in 4 milliseconds