Searched refs:status_read (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Drun.c26 *stat = ctx->ops->status_read(ctx);
89 while (((status = ctx->ops->status_read(ctx)) & status_loading) ==
131 if (!(ctx->ops->status_read(ctx) & SPU_STATUS_ISOLATED_STATE)) {
159 *status = ctx->ops->status_read(ctx);
H A Dspufs.h129 u32(*status_read) (struct spu_context * ctx); member in struct:spu_context_ops
H A Dhw_ops.c320 .status_read = spu_hw_status_read,
H A Dbacking_ops.c371 .status_read = spu_backing_status_read,
H A Dfile.c293 val = ctx->ops->status_read(ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dseagate.c690 register unsigned char status_read; local
864 status_read = STATUS;
865 if (status_read & STAT_ARB_CMPL)
869 if (TIMEOUT || (status_read & STAT_SEL)) {
1016 while (((status_read = STATUS) & STAT_BSY) && !st0x_aborted && !done) {
1018 if (status_read & STAT_PARITY) {
1023 if (status_read & STAT_REQ) {
1025 if ((newphase = (status_read & REQ_MASK)) != phase) {
1054 switch (status_read & REQ_MASK) {
1344 while (((status_read
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c606 count = cs->status_end - cs->status_read + 1;
609 if (copy_to_user(p, cs->status_read, count))
611 cs->status_read += count;
612 if (cs->status_read > cs->status_end)
613 cs->status_read = cs->status_buf;
621 if (copy_to_user(p, cs->status_read, cnt))
624 cs->status_read += cnt % HISAX_STATUS_BUFSIZE;
766 cs->status_read = NULL;
889 cs->status_read = cs->status_buf;
H A Dhisax.h915 u_char *status_read; member in struct:IsdnCardState

Completed in 186 milliseconds