Searched refs:busy (Results 76 - 100 of 133) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmf.c820 int busy; member in struct:boot_rtc_time_data
831 rtc->busy = 0;
842 rtc_data.busy = 1;
849 while (rtc_data.busy) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbugfix.S16 | * longword $08 in the busy frame $4x60. Bit 16
304 | The frame returned is idle. We must build a busy frame to hold
340 | The frame returned is busy. It is not possible to reconstruct
430 | The frame returned is idle. We must build a busy frame to hold
477 | The frame returned is busy. It is not possible to reconstruct
H A Dfpsp.h125 | words of a busy frame are the same as the unimplemented frame.
329 .set BUSY_SIZE,100 | size of busy frame
330 .set BUSY_FRAME,LV-BUSY_SIZE | start of busy frame
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.h240 volatile uchar busy[8]; /* index = target, bit = lun */ member in struct:WD33C93_hostdata
H A DNCR5380.h172 #define CSR_53C80_REG 0x80 /* ro 5380 registers busy */
257 volatile unsigned char busy[8]; /* index = target, bit = lun */ member in struct:NCR5380_hostdata
H A Deata_generic.h140 #define HA_ABUSY 0x01 /* aux busy bit */
149 #define HA_SBUSY 0x80 /* drive busy */
191 __u8 busy:1; /* controller busy */ member in struct:reg_bit
195 __u8 abusy:1; /* auxiliary busy */
H A Din2000.h285 volatile uchar busy[8]; /* index = target, bit = lun */ member in struct:IN2000_hostdata
H A DNCR5380.c774 hostdata->busy[i] = 0;
840 printk(KERN_INFO "scsi%d: SCSI bus busy, waiting up to five seconds\n", instance->host_no);
845 printk(KERN_WARNING "scsi%d: bus busy, attempting abort\n", instance->host_no);
849 printk(KERN_WARNING "scsi%d: bus busy, attempting reset\n", instance->host_no);
983 * for a target that's not busy.
988 dprintk(NDEBUG_LISTS, ("MAIN tmp=%p target=%d busy=%d lun=%d\n", tmp, tmp->target, hostdata->busy[tmp->target], tmp->lun));
990 if (!(hostdata->busy[tmp->device->id] & (1 << tmp->device->lun))) {
1038 } /* if target/lun is not busy */
1208 * If bus busy, arbitratio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs_i82596.h140 #define I596_RFD_B 0x4000 /* status: frame busy or waiting */
180 #define I596_CB_STATUS_B 0x4000 /* Command busy executing */
181 #define I596_CB_STATUS_C_OR_B 0xC000 /* Command complete or busy */
183 #define I596_CB_STATUS_A 0x1000 /* Command busy executing */
435 ulong busy; /* Set to 1; I596 clears it when scbp is read */ member in struct:__anon5399
H A Dmyri_sbus.h239 u32 busy; /* Channel is busy. */ member in struct:myri_channel
H A Dni52.c272 p->iscp->busy = 1;
278 if(p->iscp->busy) /* i82586 clears 'busy' after successful init */
305 p->iscp->busy = 1;
311 if(p->iscp->busy)
967 printk("%s: RU hasn't fetched next RFD (not busy/complete)\n",dev->name);
H A Dsun3_82586.c230 p->iscp->busy = 1;
236 if(p->iscp->busy) /* i82586 clears 'busy' after successful init */
264 p->iscp->busy = 1;
270 if(p->iscp->busy)
841 printk("%s: RU hasn't fetched next RFD (not busy/complete)\n",dev->name);
H A D3c523.c330 p->iscp->busy = 1;
340 if (p->iscp->busy) { /* i82586 clears 'busy' after successful init */
369 p->iscp->busy = 1;
375 if (p->iscp->busy) {
H A Dlp486e.c257 u32 busy; /* 0 */ member in struct:i596_iscp
465 lp->iscp.busy = 0x0001;
499 * The ISCP busy is cleared by the 82596 after the SCB address is read.
502 while (lp->iscp.busy) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dss.h263 busy:1, /* "master" ioctl is used */ member in struct:pcmcia_socket::__anon10670
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_device.h96 unsigned busy:1; /* Used to prevent races */ member in struct:scsi_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Ddma_defs.h381 unsigned int busy : 1; member in struct:__anon8166
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dmux.h144 unsigned char busy; member in struct:pin_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dopl3.c71 int busy; member in struct:opl_devinfo
788 if (devc->busy)
790 devc->busy = 1;
811 devc->busy = 0;
H A Dtrident.c2889 unsigned int address, mask, busy; local
2903 busy = SI_AC97_BUSY_WRITE;
2907 mask = busy = DX_AC97_BUSY_WRITE;
2914 busy = NX_AC97_BUSY_WRITE;
2918 mask = busy = SI_AC97_BUSY_WRITE;
2926 if ((inw(TRID_REG(card, address)) & busy) == 0)
2947 unsigned int address, mask, busy; local
2959 busy = SI_AC97_BUSY_READ;
2963 mask = busy = DX_AC97_BUSY_READ;
2971 busy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dmcdx.c161 volatile int busy; /* drive performs an operation */ member in struct:s_drive_stuff
848 if (!stuffp->busy && stuffp->pending)
875 stuffp->busy = 0;
1347 while (stuffp->busy) {
1364 stuffp->busy = 0;
1372 /* check if we need to set the busy flag (as we
1374 stuffp->busy = (3 == (stuffp->pending & 3));
1458 stuffp->busy = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlockspace.c614 int busy = lockspace_busy(ls); local
616 if (busy > force)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide.c811 * Wait for an IDE device group to go non busy and then return
812 * holding the ide_lock which guards the hwgroup->busy status
823 while (hwgroup->busy) {
829 printk(KERN_ERR "%s: channel busy\n", drive->name);
888 * set ->busy flag, unlock and let it ride
890 hwif->hwgroup->busy = 1;
903 * lock, clear ->busy flag and unlock before leaving
906 hwif->hwgroup->busy = 0;
1147 drop the lock. Reset will clear the busy */
1149 HWGROUP(drive)->busy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c37 /* number of times to retry busy-flags when reading/writing IDE-registers
103 return stat_data.busy;
349 return *R_ATA_STATUS_DATA & IO_MASK(R_ATA_STATUS_DATA, busy) ;
467 while(*R_ATA_STATUS_DATA & IO_MASK(R_ATA_STATUS_DATA, busy)); /* wait for busy flag*/
583 /* wait for busy flag */
625 /* wait for busy flag */
635 * busy state at the *ETRAX* ATA interface level (as has
638 * "busy" in the status register, so the IDE driver will
641 * call will also timeout on busy, bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7840.c203 char busy[NUM_URBS]; member in struct:moschip_port
761 mos7840_port->busy[i] = 0;
1134 if (mos7840_port->busy[i]) {
1411 if (!mos7840_port->busy[i]) {
1507 if (!mos7840_port->busy[i]) {
1508 mos7840_port->busy[i] = 1;
1550 mos7840_port->busy[i] = 0;

Completed in 212 milliseconds

123456