Searched refs:STAT_BUSY (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpf.c194 #define STAT_BUSY 0x00080 macro
429 if (pf_wait(pf, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) {
438 if (pf_wait(pf, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) {
458 r = pf_wait(pf, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR,
467 s = pf_wait(pf, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done");
544 while ((k++ < PF_RESET_TMO) && (status_reg(pf) & STAT_BUSY))
762 return (((status_reg(pf_current) & (STAT_BUSY | pf_mask)) == pf_mask));
870 if (pf_wait(pf_current, STAT_BUSY, STAT_DRQ | STAT_ERR,
911 if (pf_wait(pf_current, STAT_BUSY, STAT_DRQ | STAT_ERR,
932 if (pf_wait(pf_current, STAT_BUSY,
[all...]
H A Dpg.c192 #define STAT_BUSY 0x80 macro
324 if (pg_wait(dev, STAT_BUSY | STAT_DRQ, 0, tmo, "before command"))
331 if (pg_wait(dev, STAT_BUSY, STAT_DRQ, tmo, "command DRQ"))
357 r = pg_wait(dev, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR,
375 r = pg_wait(dev, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR,
397 while ((k++ < PG_RESET_TMO) && (status_reg(dev) & STAT_BUSY))
H A Dpt.c179 #define STAT_BUSY 0x00080 macro
299 if (pt_wait(tape, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) {
308 if (pt_wait(tape, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) {
329 r = pt_wait(tape, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR,
342 s = pt_wait(tape, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done");
459 while ((k++ < PT_RESET_TMO) && (status_reg(pi) & STAT_BUSY))
795 r = pt_wait(tape, STAT_BUSY,
896 r = pt_wait(tape, STAT_BUSY,
H A Dpd.c197 #define STAT_BUSY 0x00080 macro
304 if (((r & w) == w) && !(r & STAT_BUSY))
537 return !(status_reg(pd_current) & STAT_BUSY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h179 #define STAT_BUSY 0x4000 /* status: frame/command is busy */ macro
H A D3c523.h150 #define STAT_BUSY 0x4000 /* status: frame/command is busy */ macro
H A Dni52.h171 #define STAT_BUSY 0x4000 /* status: frame/command is busy */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.h259 #define STAT_BUSY (1 << 14) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_devcmd.h214 STAT_BUSY = 1 << 0, /* cmd in progress */ enumerator in enum:vnic_devcmd_status
259 * Writing cmd register causes STAT_BUSY to get set in status register.
260 * When cmd completes, STAT_BUSY will be cleared.
267 * status register is read-only. While STAT_BUSY is set,
H A Dvnic_dev.c249 if (status & STAT_BUSY) {
270 if (!(status & STAT_BUSY)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_devcmd.h264 STAT_BUSY = 1 << 0, /* cmd in progress */ enumerator in enum:vnic_devcmd_status
318 * Writing cmd register causes STAT_BUSY to get set in status register.
319 * When cmd completes, STAT_BUSY will be cleared.
326 * status register is read-only. While STAT_BUSY is set,
H A Dvnic_dev.c277 if (status & STAT_BUSY) {
303 if (!(status & STAT_BUSY)) {

Completed in 162 milliseconds