Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 27) sorted by relevance

12

/drivers/video/kyro/
DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
153 F = (u32)(ulTmp / (refClock >> STG4K3_PLL_SCALER)); in ProgramClock()
156 if (F > STG4K3_PLL_MIN_F) in ProgramClock()
157 F--; in ProgramClock()
165 while ((F >= STG4K3_PLL_MIN_F) && in ProgramClock()
166 (F <= STG4K3_PLL_MAX_F)) { in ProgramClock()
169 ulVCO = F * ulVCO; in ProgramClock()
194 ulBestF = F; in ProgramClock()
211 ulBestF = F; in ProgramClock()
219 F++; in ProgramClock()
[all …]
DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
87 *pixelClock = ProgramClock(REF_CLOCK, *pixelClock, &F, &R, &P); in InitialiseRamdac()
93 tmp |= ((P) | ((F - 2) << 2) | ((R - 2) << 11)); in InitialiseRamdac()
/drivers/media/dvb-frontends/
Dcx24113.c305 s64 F; in cx24113_calc_pll_nf() local
347 F = freq_hz; in cx24113_calc_pll_nf()
348 F *= (u64) (R * vcodiv * 262144); in cx24113_calc_pll_nf()
349 dprintk("1 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
351 dividend = F; in cx24113_calc_pll_nf()
353 F = dividend; in cx24113_calc_pll_nf()
354 dprintk("2 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
355 F -= (N + 32) * 262144; in cx24113_calc_pll_nf()
357 dprintk("3 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
360 if (F > (262144 / 2 - 1638)) in cx24113_calc_pll_nf()
[all …]
Dmb86a16.c479 unsigned char C, F, B; in rf_val_set() local
494 F = 3; in rf_val_set()
496 F = 1; in rf_val_set()
498 F = 0; in rf_val_set()
500 F = 2; in rf_val_set()
525 rf_val[0] = 0x01 | (C << 3) | (F << 1); in rf_val_set()
/drivers/staging/wlags49_h2/
Ddebug.h140 #define DBG_FUNC(F) argument
148 #define DBG_PARAM(A, N, F, S...) {if (DBG_FLAGS(A) & DBG_PARAM_ON) \ argument
149 DBG_PRINT(" %s -- "F"\n", N, S); }
212 #define DBG_FUNC(F) argument
216 #define DBG_PARAM(A, N, F, S...) argument
DREADME.wlags4964 * hcf/ HCF and F/W source
86 This I/F is called the Wireless Connection Interface (WCI) and is the
93 - HII Station F/W: fw_h2.c.sta
94 - HII.5 Station F/W: fw_h25.c.sta
95 - HII AccesPoint F/W: fw_h2.c.ap
96 - HII.5 AccesPoint F/W: fw_h25.c.ap
608 8. If F/W files are required from outside this release, the entry points
609 inside these F/W files have to be renamed from "ap" and "station" to
/drivers/ata/
Dpata_pdc2027x.c525 int F, R; in pdc_adjust_pll() local
565 F = (ratio * (R+2)) / 1000 - 2; in pdc_adjust_pll()
567 if (unlikely(F < 0 || F > 127)) { in pdc_adjust_pll()
569 printk(KERN_ERR DRV_NAME ": F[%d] invalid!\n", F); in pdc_adjust_pll()
573 PDPRINTK("F[%d] R[%d] ratio*1000[%ld]\n", F, R, ratio); in pdc_adjust_pll()
575 pll_ctl = (R << 8) | F; in pdc_adjust_pll()
/drivers/staging/comedi/drivers/
Djr3_pci.c268 int F = 0; in jr3_pci_ai_insn_read() local
271 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
275 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
279 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
283 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
287 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
291 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
295 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
299 F = get_s16(&p->channel-> in jr3_pci_ai_insn_read()
303 data[i] = F + 0x4000; in jr3_pci_ai_insn_read()
/drivers/net/dsa/
DKconfig21 tristate "Marvell 88E6085/6095/6095F/6131 ethernet switch chip support"
27 This enables support for the Marvell 88E6085/6095/6095F/6131
/drivers/staging/xgifb/
DXGI_main_26.c97 int B, C, D, F, temp, j; in XGIfb_mode_rate_to_ddata() local
113 F = HRS - HDE - 3; in XGIfb_mode_rate_to_ddata()
131 temp = HRE - ((HDE + F + 3) & 63); in XGIfb_mode_rate_to_ddata()
134 D = B - F - C; in XGIfb_mode_rate_to_ddata()
137 *right_margin = F * 8; in XGIfb_mode_rate_to_ddata()
152 F = VRS + 1 - VDE; in XGIfb_mode_rate_to_ddata()
165 temp = VRE - ((VDE + F - 1) & 31); in XGIfb_mode_rate_to_ddata()
168 D = B - F - C; in XGIfb_mode_rate_to_ddata()
171 *lower_margin = F; in XGIfb_mode_rate_to_ddata()
/drivers/pcmcia/
DKconfig249 bool "M32R PCMCIA I/F"
255 bool "M32R CF I/F Controller"
261 int "M32R CF I/F number"
/drivers/eisa/
Deisa.ids484 DELFD00 "UltraStor 12F/12F-24 ESDI/Diskette Cntrl"
676 ICU0600 "Ultrastor ULTRA12C/12F ESDI Controller"
679 ICU0630 "Longshine LCS-6631/6631F SCSI Controller"
842 ISA8714 "Novell RX-Net REV E,F,G NIC"
855 ISA8B01 "DEC DEPCA EtherLink Adapter, Rev E or F"
1118 NIC0301 "AT-DIO-32F Digital I/O Board"
1121 NIC0602 "AT-MIO-16F-5 Multi-function Board"
1129 NIC1400 "AT-MIO-64F-5 Multi-function Board"
1258 USC0120 "UltraStor - ULTRA-12F ISA ESDI Hard Disk Controller"
1260 USC0140 "UltraStor - ULTRA-14F ISA SCSI Host Adapter"
[all …]
/drivers/video/
Dstifb.c381 #define BA(F,C,S,A,J,B,I) \ argument
382 (((F)<<31)|((C)<<27)|((S)<<24)|((A)<<21)|((J)<<16)|((B)<<12)|(I))
384 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
385 (((R)<<8)|((M)<<16)|((X)<<24)|((S)<<29)|((D)<<28)|((L)<<31)|((B)<<1)|(F))
/drivers/video/sis/
Dinit.c3545 int A, B, C, D, E, F, temp; in SiS_Generic_ConvertCRData() local
3559 F = HRS - E - 3; in SiS_Generic_ConvertCRData()
3578 temp = HRE - ((E + F + 3) & 63); in SiS_Generic_ConvertCRData()
3581 D = B - F - C; in SiS_Generic_ConvertCRData()
3585 var->right_margin = F * 8; in SiS_Generic_ConvertCRData()
3611 F = VRS + 1 - E; in SiS_Generic_ConvertCRData()
3628 temp = VRE - ((E + F - 1) & 31); in SiS_Generic_ConvertCRData()
3631 D = B - F - C; in SiS_Generic_ConvertCRData()
3635 var->lower_margin = F; in SiS_Generic_ConvertCRData()
/drivers/scsi/megaraid/
DKconfig.megaraid32 Dell PERC4/Di 1028:000F:1028:014A
/drivers/usb/renesas_usbhs/
Dpipe.c124 CASE_PIPExTRN(F); in usbhsp_pipe_trn_set()
160 CASE_PIPExTRE(F); in usbhsp_pipe_tre_set()
/drivers/scsi/pcmcia/
DKconfig47 I-O DATA CDPS-PX24's card (PCSC-F)
/drivers/scsi/
DKconfig1397 tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support"
1401 TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants.
1421 Note that this driver does NOT support Tekram DC390W/U/F, which are
1445 tristate "UltraStor 14F/34F support"
1448 This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
1455 below. You should say Y to both only if you want 24F support as
1497 This is support for the UltraStor 14F, 24F and 34F SCSI-2 host
1505 "UltraStor 14F/34F support", above.
/drivers/s390/char/
Ddefkeymap.map74 keycode 70 = atilde F
/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l254 0[xX][0-9a-fA-F]+ {
/drivers/net/wan/
Dfarsync.c517 #define dbg(F, fmt, args...) \ argument
519 if (fst_debug_mask & (F)) \
523 #define dbg(F, fmt, args...) \ argument
/drivers/tty/serial/
DKconfig719 tristate "SuperH SCI(F) serial port support"
724 int "Maximum number of SCI(F) serial ports"
729 bool "Support for console on SuperH SCI(F)"
933 bool "M32R SIO I/F"
951 bool "M32R SIO I/F on a PLD"
/drivers/staging/comedi/
DKconfig287 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
379 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
/drivers/atm/
DKconfig47 The driver works with MMF (-MF or ...F) and UTP-5 (-U5 or ...D)
/drivers/usb/misc/
Dftdi-elan.c749 int F = command->follows; in fill_buffer_with_all_queued_commands() local
759 while (F-- > 0) { in fill_buffer_with_all_queued_commands()

12