Searched defs:fast (Results 1 - 23 of 23) sorted by relevance

/drivers/scsi/aacraid/
H A Ddpcsup.c72 int fast; local
74 fast = index & 0x01;
98 if (fast) {
/drivers/media/tuners/
H A Dqm1d1c0042.c99 static int qm1d1c0042_set_srch_mode(struct qm1d1c0042_state *state, bool fast) argument
101 if (fast)
102 state->regs[0x03] |= 0x01; /* set fast search mode */
/drivers/net/wireless/ath/ath5k/
H A Dreset.c886 /* Set fast ADC */
1135 * @fast: Enable fast channel switching
1147 struct ieee80211_channel *channel, bool fast, bool skip_pcu)
1158 * Sanity check for fast flag
1162 if (fast && (ah->ah_radio != AR5K_RF2413) &&
1164 fast = false;
1187 if (ret && fast) {
1190 fast = false;
1221 * If driver requested fast channe
1146 ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, struct ieee80211_channel *channel, bool fast, bool skip_pcu) argument
[all...]
H A Dbase.c81 MODULE_PARM_DESC(fastchanswitch, "Enable fast channel switching for AR2413/AR5413 radios.");
2292 * the CPU is not fast enough to process all received
2847 bool fast; local
2868 fast = ((chan != NULL) && modparam_fastchanswitch) ? 1 : 0;
2870 ret = ath5k_hw_reset(ah, ah->opmode, ah->curchan, fast, skip_pcu);
2889 * even for fast channel switching. Also on scanning
H A Dphy.c2160 * We can let hw do all the work doing fast antenna diversity for both
2210 * ath5k_hw_set_fast_div() - Enable/disable fast rx antenna diversity
3746 * @fast: Try a fast channel switch instead
3749 * or do a fast channel change if possible.
3756 u8 mode, bool fast)
3764 * Sanity check for fast flag
3765 * Don't try fast channel change when changing modulation
3770 if (fast && (channel->hw_value != curr_channel->hw_value))
3774 * On fast channe
3755 ath5k_hw_phy_init(struct ath5k_hw *ah, struct ieee80211_channel *channel, u8 mode, bool fast) argument
[all...]
/drivers/ata/
H A Dpata_hpt3x2n.c187 u8 fast; local
193 pci_read_config_byte(pdev, addr2, &fast);
194 fast &= ~0x07;
195 pci_write_config_byte(pdev, addr2, fast);
H A Dpata_hpt37x.c416 u8 fast; local
422 pci_read_config_byte(pdev, addr2, &fast);
423 fast &= ~0x02;
424 fast |= 0x01;
425 pci_write_config_byte(pdev, addr2, fast);
510 u8 fast; local
516 pci_read_config_byte(pdev, addr2, &fast);
517 fast &= ~0x07;
518 pci_write_config_byte(pdev, addr2, fast);
H A Dpata_legacy.c102 int fast; member in struct:legacy_data
661 if (ld_qdi->fast) {
/drivers/atm/
H A Deni.h97 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member in struct:eni_dev
99 struct atm_vcc **rx_map; /* for fast lookups */
/drivers/media/dvb-frontends/
H A Ddib0090.h81 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast);
109 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
H A Ddib0090.c684 void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
687 if (fast)
1128 /* Set fast servo cutoff to start AGC; 0 = 1KHz ; 1 = 50Hz ; 2 = 150Hz ; 3 = 50KHz ; 4 = servo fast*/
1290 dib0090_write_reg(state, 0x04, 0x01); /*0 = 1KHz ; 1 = 150Hz ; 2 = 50Hz ; 3 = 50KHz ; 4 = servo fast */
1842 dib0090_write_reg(state, 0x04, 0x1); /* 0 = 1KHz ; 1 = 50Hz ; 2 = 150Hz ; 3 = 50KHz ; 4 = servo fast */
/drivers/s390/cio/
H A Dio_sch.h136 unsigned int fast:1; /* post with "channel end" */ member in struct:ccw_device_private::__anon4986
/drivers/scsi/
H A Dimm.c630 int fast, bulk, status; local
666 fast = (bulk
669 status = imm_out(dev, cmd->SCp.ptr, fast);
671 fast = (bulk
674 status = imm_in(dev, cmd->SCp.ptr, fast);
677 cmd->SCp.ptr += fast;
678 cmd->SCp.this_residual -= fast;
H A Dppa.c525 int fast, bulk, status; local
574 fast = (bulk && (cmd->SCp.this_residual >= PPA_BURST_SIZE))
578 status = ppa_out(dev, cmd->SCp.ptr, fast);
580 status = ppa_in(dev, cmd->SCp.ptr, fast);
582 cmd->SCp.ptr += fast;
583 cmd->SCp.this_residual -= fast;
H A Dwd33c93.c53 * almost as fast while being much easier to define, track,
137 * - fast:x -x = 1 to enable Fast SCSI, which is only effective with
140 * present, same as "fast:1".
335 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast, argument
343 if (offset && fast) {
344 fast = STR_FSS;
347 fast = 0;
352 result |= fast;
360 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast, argument
368 if (offset && fast)
[all...]
H A D53c700.h212 __u32 fast:1; /* if we can alter the SCSI bus clock member in struct:NCR_700_Host_Parameters
H A Dwd33c93.h260 uchar fast; /* set this flag to enable Fast SCSI */ member in struct:WD33C93_hostdata
/drivers/crypto/
H A Datmel-tdes.c506 int err, fast = 0, in, out; local
516 fast = in && out;
519 fast = 0;
523 if (fast) {
H A Datmel-aes.c420 int err, fast = 0, in, out; local
430 fast = in && out;
433 fast = 0;
437 if (fast) {
/drivers/net/hamradio/
H A Ddmascc.c235 static void write_scc_data(struct scc_priv *priv, int val, int fast);
648 static void write_scc_data(struct scc_priv *priv, int val, int fast) argument
659 if (fast)
/drivers/net/irda/
H A Dsmsc-ircc2.c281 #define FIR 4 /* SuperIO Chip has fast IRDA */
942 int fir_base, ir_mode, ctrl, fast; local
954 fast = 0;
960 fast = IRCC_LCR_A_FAST | IRCC_LCR_A_GP_DATA;
967 fast = IRCC_LCR_A_FAST;
976 outb((inb(fir_base + IRCC_LCR_A) & 0xbf) | fast, fir_base + IRCC_LCR_A);
1152 * about this timeout since it will always be fast enough.
/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c608 int pcheck, int fast, int large);
1013 int fast, int large)
1043 if (fast)
1076 int fast; local
1081 fast = FALSE;
1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1109 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1119 /* Now see if we can do fast timing */
1120 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1125 fast
1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/drivers/scsi/arm/
H A Dacornscsi.h282 void __iomem *fast; /* fast ioc base address */ member in struct:acornscsi_hostdata

Completed in 9014 milliseconds