Searched refs:BUSY (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djoystick.h119 __s32 BUSY; member in struct:JS_DATA_SAVE_TYPE_32
128 __s32 BUSY; member in struct:JS_DATA_SAVE_TYPE_64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_phy.h226 if (BbpCsr.field.Busy == BUSY) \
249 if (BbpCsr.field.Busy == BUSY) { \
285 if (BbpCsr.field.Busy == BUSY) { \
317 if (BbpCsr.field.Busy == BUSY) { \
342 if ((BbpCsr.field.Busy == BUSY) || ((_A)->bPCIclkOff == TRUE)) { \
363 if (BbpCsr.field.Busy == BUSY) \
419 if (BbpCsr.field.Busy == BUSY) \
448 if (BbpCsr.field.Busy == BUSY) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drt_rf.c113 if (rfcsr.field.RF_CSR_KICK == BUSY) {
133 if (rfcsr.field.RF_CSR_KICK == BUSY) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/include/mach/
H A Ddebug-macro.S31 tst \rd, #1 << 3 @ BUSY (TX FIFO not empty)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/aw2/
H A Dsaa7146.h153 #define BUSY (1UL << 0) macro
163 #define BUSY (1UL << 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dhpfb.c49 #define BUSY 0x4044 macro
128 while (in_8(fb_regs + BUSY) & fb_bitmask)
156 while (in_8(fb_regs + BUSY) & fb_bitmask)
176 while (in_8(fb_regs + BUSY) & fb_bitmask)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.h106 * QUEUED and BUSY are used together to ensure that only a single
115 #define BUSY 6 /* work is being done */ macro
H A Dmessenger.c1766 * There is some trickery going on with QUEUED and BUSY because we
1770 * The worker thread only proceeds if it can atomically set BUSY. It
1772 * clears BUSY, then rechecks QUEUED.. if it's set again, it loops
1773 * (tries again to set BUSY).
1775 * To queue work, we first set QUEUED, _then_ if BUSY isn't set, we
1776 * try to queue work. If that fails (work is already queued, or BUSY)
1794 if (test_bit(BUSY, &con->state)) {
1795 dout("queue_con %p - already BUSY\n", con);
1815 if (test_and_set_bit(BUSY, &con->state) != 0) {
1816 dout("con_work %p BUSY alread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_chip.h109 #define BUSY 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-i2c.c52 "IDLE", "DONE_STOP", "BUSY", "TO_SCL", "TO_ARB", "DONE_WRITE",
60 BUSY = 2, // executing I2C command enumerator in enum:i2c_status
141 case BUSY:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dportman2x4.c159 #define BUSY PP_STAT_ERR /* Interface Busy. */ macro
161 /* Parallel Port Status Register BUSY and SELECT lines are multiplexed
163 * currently selected (b1..b3), the BUSY and SELECT lines are
178 /* BUSY LINE: A3 A2 A1
257 * the PC/P transmitter and set the PC/P BUSY signal.
276 /* PC/P BUSY is now set. We must wait until BUSY resets itself.
280 while ((portman_read_status(pm) & BUSY) == BUSY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpdefs.h110 #define BUSY 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Djoydev.c653 joydev->glue.BUSY = ds32.BUSY;
663 ds32.BUSY = joydev->glue.BUSY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas800.c96 #define BUSY 0x80 macro
847 if (!(inb(dev->iobase + DAS800_STATUS) & BUSY))
H A Ddas16.c202 #define BUSY (1<<7) macro
1086 if (!(inb(dev->iobase + DAS16_STATUS) & BUSY))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dobject-list.c227 BUSY, IDLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi.h222 #define BUSY 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dpl330.c34 * of a channel can be BUSY at any time.
36 BUSY, enumerator in enum:desc_status
163 if (desc->status == BUSY)
169 desc->status = BUSY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.c461 if (t4_read_reg(adapter, SF_OP) & BUSY)
466 ret = t4_wait_op_done(adapter, SF_OP, BUSY, 0, SF_ATTEMPTS, 5);
489 if (t4_read_reg(adapter, SF_OP) & BUSY)
496 return t4_wait_op_done(adapter, SF_OP, BUSY, 0, SF_ATTEMPTS, 5);
2222 if (t4_read_reg(adap, EPIO_REG(OP)) & BUSY)
2229 if (t4_read_reg(adap, EPIO_REG(OP)) & BUSY)
H A Dt4_regs.h775 #define BUSY 0x80000000U macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c311 if (!(BbpCsr.field.Busy == BUSY))
344 if (!(BbpCsr.field.Busy == BUSY)) {
396 if (!(BbpCsr.field.Busy == BUSY))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_tgt_if.c88 err = -BUSY;
H A Dscsi_error.c482 case BUSY:
1467 case BUSY:
1510 * for queue congestion conditions (QUEUE_FULL or BUSY) */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c334 #define BUSY (0) macro
898 areabot->area = BUSY;
949 q->area = BUSY;
1026 q->area = BUSY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_grctx.c211 cp_wait(ctx, NEWCTX, BUSY);
220 cp_wait(ctx, STATUS, BUSY);
222 cp_bra (ctx, STATUS, BUSY, cp_setup_save);
245 cp_wait(ctx, XFER, BUSY);
1285 cp_wait(ctx, XFER, BUSY);
2382 cp_wait(ctx, XFER, BUSY);

Completed in 280 milliseconds

12