Searched refs:fdem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 2048 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local 2077 fdem = fmem / 2; in dib8096p_get_best_sampling() 2078 fs = fdem / 4; in dib8096p_get_best_sampling() 2081 if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)) { in dib8096p_get_best_sampling() 2094 adc->timf = (4260880253U / fdem) * (1 << 8); in dib8096p_get_best_sampling() 2095 adc->timf += ((4260880253U % fdem) << 8) / fdem; in dib8096p_get_best_sampling() 2097 deb_info("RF %6d; BW %6d; Xtal %6d; Fmem %6d; Fdem %6d; Fs %6d; Prediv %2d; Loopdiv %2d; Timf %8d;", fe->dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, loopdiv, adc->timf); in dib8096p_get_best_sampling() 2562 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local 2590 fdem in dib7090p_get_best_sampling() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local 2070 fdem = fmem / 2; in dib8096p_get_best_sampling() 2071 fs = fdem / 4; in dib8096p_get_best_sampling() 2074 if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)) { in dib8096p_get_best_sampling() 2087 adc->timf = (4260880253U / fdem) * (1 << 8); in dib8096p_get_best_sampling() 2088 adc->timf += ((4260880253U % fdem) << 8) / fdem; in dib8096p_get_best_sampling() 2090 deb_info("RF %6d; BW %6d; Xtal %6d; Fmem %6d; Fdem %6d; Fs %6d; Prediv %2d; Loopdiv %2d; Timf %8d;", fe->dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, loopdiv, adc->timf); in dib8096p_get_best_sampling() 2555 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local 2583 fdem in dib7090p_get_best_sampling() [all...] |
Completed in 7 milliseconds