fcp_max          2050 drivers/media/usb/dvb-usb/dib0700_devices.c 	u16 fcp_max = 20000; /* PLL, Maximum Frequency of phase comparator (KHz) */
fcp_max          2068 drivers/media/usb/dvb-usb/dib0700_devices.c 	while ((xtal / min_prediv) <= fcp_max) {
fcp_max          2079 drivers/media/usb/dvb-usb/dib0700_devices.c 		if (fcp > fcp_min && fcp < fcp_max) {
fcp_max          2564 drivers/media/usb/dvb-usb/dib0700_devices.c 	u32 fcp_max = 20000; /* PLL Maximum Frequency comparator KHz */
fcp_max          2582 drivers/media/usb/dvb-usb/dib0700_devices.c 	while ((xtal/min_prediv) <= fcp_max) {
fcp_max          2593 drivers/media/usb/dvb-usb/dib0700_devices.c 		if (fcp > fcp_min && fcp < fcp_max) {