Home
last modified time | relevance | path

Searched refs:fmem (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/m68k/ifpsp060/
DMISC88 fmem.s : 2.9
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c101 unsigned long fmem) in DAC1064_setmclk() argument
142 DAC1064_calcclock(minfo, fmem, minfo->max_pixel_clock, &m, &n, &p); in DAC1064_setmclk()
/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2053 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2081 fmem = ((xtal/prediv) * loopdiv); in dib8096p_get_best_sampling()
2082 fdem = fmem / 2; in dib8096p_get_best_sampling()
2086 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2102 …>dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, … in dib8096p_get_best_sampling()