Searched refs:phase (Results 1 - 25 of 110) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/leds/
H A Dledtrig-heartbeat.c23 unsigned int phase; member in struct:heartbeat_trig_data
36 switch (heartbeat_data->phase) {
49 heartbeat_data->phase++;
54 heartbeat_data->phase++;
58 heartbeat_data->phase++;
64 heartbeat_data->phase = 0;
83 heartbeat_data->phase = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dppdev.c24 * SETPHASE set the IEEE 1284 phase of a particular mode. Not to be
41 * GETPHASE gets the current IEEE1284 phase
373 pp->saved_state.phase = info->phase;
375 info->phase = pp->state.phase;
402 pp->state.phase = init_phase (mode);
406 pp->pdev->port->ieee1284.phase = pp->state.phase;
427 int phase; local
441 int phase; local
[all...]
H A Dsxboards.h45 #define CARD_TYPE(bus,phase) (bus<<4|phase)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/sha1/
H A Dfips_sha1test.c70 int phase; local
91 for(phase=0 ; ; )
105 ++phase;
139 if(phase < 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dfips_sha1test.c70 int phase; local
91 for(phase=0 ; ; )
105 ++phase;
139 if(phase < 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dieee1284_ops.c57 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
143 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
176 port->ieee1284.phase = IEEE1284_PH_REV_DATA;
225 /* Go to reverse idle phase. */
229 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
232 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL;
267 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA;
313 /* Go to reverse idle phase. */
317 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
320 port->physport->ieee1284.phase
[all...]
H A Dieee1284.c254 /* In ECP we can only terminate from fwd idle phase. */
255 if (port->ieee1284.phase != IEEE1284_PH_FWD_IDLE) {
274 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
312 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
381 port->ieee1284.phase = IEEE1284_PH_NEGOTIATION;
419 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
520 port->ieee1284.phase = IEEE1284_PH_ECP_SETUP;
536 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
542 port->ieee1284.phase = IEEE1284_PH_REV_IDLE;
545 port->ieee1284.phase
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A DMakefile8 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o juli.o phase.o wtm.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ttyfax.c83 if (f->phase == ISDN_FAX_PHASE_A)
84 f->phase = ISDN_FAX_PHASE_B;
222 if (f->phase == ISDN_FAX_PHASE_C) {
233 f->phase = ISDN_FAX_PHASE_E;
240 f->phase = ISDN_FAX_PHASE_C;
260 f->phase = ISDN_FAX_PHASE_D;
266 f->phase = ISDN_FAX_PHASE_B;
274 f->phase = ISDN_FAX_PHASE_D;
798 ((f->phase == ISDN_FAX_PHASE_B) || (f->phase
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Datari_NCR5380.c41 * phase after starting the DMA. It has nothing more to do.
511 * Purpose : print the current SCSI phase for debugging purposes
523 printk(KERN_DEBUG "scsi%d: REQ not asserted, phase unknown.\n", HOSTNO);
528 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name);
1093 * Purpose : Called by interrupt handler when DMA finishes or a phase
1114 p = hostdata->connected->SCp.phase;
1223 /* MS: Ignore unknown phase mismatch interrupts (caused by EOP interrupt) */
1307 unsigned char tmp[3], phase; local
1319 * Set the phase bits to 0, otherwise the NCR5380 won't drive the
1431 * phase immediatel
1571 NCR5380_transfer_pio(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data) argument
1692 unsigned char tmp, *msgptr, phase; local
1756 NCR5380_transfer_dma(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data) argument
1829 unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; local
2317 unsigned char lun, phase; local
[all...]
H A DNCR5380.c158 * rely on phase mismatch and EOP interrupts to determine end
159 * of phase.
383 * NCR5380_print_phase - show SCSI phase
386 * Print the current SCSI phase for debugging purposes
400 printk("scsi%d : REQ not asserted, phase unknown.\n", instance->host_no);
403 printk("scsi%d : phase %s\n", instance->host_no, phases[i].name);
529 * Note that the bus is only driven when the phase control signals
1227 unsigned char tmp[3], phase; local
1244 * Set the phase bits to 0, otherwise the NCR5380 won't drive the
1319 * phase immediatel
1471 NCR5380_transfer_pio(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data) argument
1619 unsigned char *msgptr, phase, tmp; local
1690 NCR5380_transfer_dma(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data) argument
1905 unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; local
2309 unsigned char lun, phase; local
[all...]
H A Dsun3_NCR5380.c43 * phase after starting the DMA. It has nothing more to do.
508 * Purpose : print the current SCSI phase for debugging purposes
520 printk(KERN_DEBUG "scsi%d: REQ not asserted, phase unknown.\n", HOSTNO);
524 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name);
1072 * Purpose : Called by interrupt handler when DMA finishes or a phase
1103 /* make sure we're not stuck in a data phase */
1108 printk("scsi%d: bus stuck in data phase -- probably a single byte "
1198 /* MS: Ignore unknown phase mismatch interrupts (caused by EOP interrupt) */
1293 unsigned char tmp[3], phase; local
1305 * Set the phase bit
1559 NCR5380_transfer_pio( struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data) argument
1678 unsigned char tmp, *msgptr, phase; local
1740 NCR5380_transfer_dma( struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data) argument
1803 unsigned char phase, tmp, extended_msg[10], old_phase=0xff; local
[all...]
H A Dmac53c94.c53 enum fsc_phase phase; /* what we're currently trying to do */ member in struct:fsc_state
85 if (state->phase == idle)
139 if (state->phase != idle || state->current_req != NULL)
163 state->phase = selecting;
207 printk(KERN_ERR "53c94: invalid cmd, intr=%x stat=%x seq=%x phase=%d\n",
208 intr, stat, seq, state->phase);
225 switch (state->phase) {
256 state->phase = dataing;
259 /* up to status phase already */
261 state->phase
[all...]
H A DNCR5380.h67 * either arbitration is occurring or the phase-indicating signals (
205 * Convert status register phase to something we can use to set phase in
206 * the target register so we can get phase mismatch interrupts on DMA
210 #define PHASE_SR_TO_TCR(phase) ((phase) >> 2)
315 static int NCR5380_transfer_dma(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data);
317 static int NCR5380_transfer_pio(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data);
H A Dmesh.c95 u8 phase; member in struct:dbglog
152 enum mesh_phase phase; /* what we're currently trying to do */ member in struct:mesh_state
221 tlp->phase = (ms->msgphase << 4) + ms->phase;
252 t, lp->bs1, lp->bs0, lp->phase);
277 lp->bs1, lp->bs0, lp->phase, lp->tgt);
321 printk(KERN_DEBUG " phase=%d msgphase=%d conn_tgt=%d data_ptr=%d\n",
322 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr);
399 ms->phase = idle;
426 ms->phase
1371 int phase; local
[all...]
H A Dwd7000.c477 * an execution phase code.
509 volatile unchar phase; /* used by interrupt handler */ member in struct:icbRecvCmd
519 volatile unchar phase; /* used by interrupt handler */ member in struct:icbSendStat
529 volatile unchar phase; /* used by interrupt handler */ member in struct:icbRevLvl
537 volatile unchar phase; /* used by interrupt handler */ member in struct:icbUnsMask
548 volatile unchar phase; /* used by interrupt handler */ member in struct:icbDiag
565 volatile unchar phase; /* used by interrupt handler */ member in struct:icbParms
573 volatile unchar phase; /* used by interrupt handler */ member in struct:icbAny
1058 icb->phase = 0;
1063 if (--(SCpnt->SCp.phase) <
[all...]
H A Dscript_asm.pl65 # Table of the SCSI phase encodings
167 $phase = join ('|', keys %scsi_phases);
168 print STDERR "phase regex = $phase\n" if ($debug);
322 } elsif ($conditional =~ /^($phase)\s*(.*)/i) {
327 print STDERR "$0 : parsed phase $phase_index\n" if ($debug);
340 ".$not."<phase> $1 data
345 NOT <phase>|ATN OR data
346 <phase>|ATN AND data
467 # Process MOVE length, address, WITH|WHEN phase instructio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c226 SCpnt->SCp.phase = PH_UNDETERMINED;
234 SCp.phase : current state of the command */
356 * Start selection phase
365 unsigned char phase, arbit; local
369 phase = nsp_index_read(base, SCSIBUSMON);
370 if(phase != BUSMON_BUS_FREE) {
377 SCpnt->SCp.phase = PH_ARBSTART;
396 SCpnt->SCp.phase = PH_SELSTART;
507 * wait for bus phase change
543 unsigned char phase, i_sr local
572 nsp_xfer(struct scsi_cmnd *SCpnt, int phase) argument
940 unsigned char irq_status, irq_phase, phase; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c198 printk(" type=%p phase=%X\n",
199 info->scsi.type, info->scsi.phase);
276 if (info->scsi.phase < ARRAY_SIZE(phases) &&
277 phases[info->scsi.phase])
278 return phases[info->scsi.phase];
566 info->scsi.phase = PHASE_MSGOUT_EXPECT;
607 info->scsi.phase = PHASE_MSGOUT_EXPECT;
636 SCp->phase -= bytes_transferred;
718 total = info->scsi.SCp.phase;
736 if (info->scsi.phase
[all...]
H A Dscsi.h83 SCpnt->SCp.phase = SCpnt->request_bufflen;
102 SCpnt->SCp.phase = SCpnt->request_bufflen;
H A Dacornscsi.c400 host->scsi.phase = PHASE_IDLE;
605 * Purpose : differentiate between commands that have a DATA IN phase
606 * and a DATA OUT phase
608 * Returns : DATADIR_OUT - data out phase expected
609 * DATADIR_IN - data in phase expected
753 host->scsi.phase = PHASE_CONNECTING;
887 host->scsi.phase = PHASE_IDLE;
1005 * Notes : This is called when leaving DATA IN/OUT phase,
1024 * Notes : This is called when entering DATA I/O phase, not
1025 * while we're in a DATA I/O phase
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/tx4938/
H A Dspi.h23 unsigned int phase:1; /* 0:Sample-Then-Shift */ member in struct:spi_dev_desc
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/tx4938/
H A Dspi.h23 unsigned int phase:1; /* 0:Sample-Then-Shift */ member in struct:spi_dev_desc
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_cmnd.h28 volatile int phase; member in struct:scsi_pointer
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-q.c612 * Find the highest existing bandwidth load for a given phase and period.
614 static int uhci_highest_load(struct uhci_hcd *uhci, int phase, int period) argument
616 int highest_load = uhci->load[phase];
618 for (phase += period; phase < MAX_PHASE; phase += period)
619 highest_load = max_t(int, highest_load, uhci->load[phase]);
624 * Set qh->phase to the optimal phase for a periodic transfer and
631 /* Find the optimal phase (unles
636 int phase, load; local
[all...]

Completed in 393 milliseconds

12345