Searched refs:tagwait (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dfile.c1325 if (tagstatus & ctx->tagwait)
1335 *status = ctx->ops->read_mfc_tagstatus(ctx) & ctx->tagwait;
1336 ctx->tagwait &= ~*status;
1342 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1);
1359 if (!(status & ctx->tagwait))
1362 ctx->tagwait &= ~status;
1458 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1);
1504 ctx->tagwait |= 1 << cmd.tag;
1518 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2);
1528 if (tagstatus & ctx->tagwait)
[all...]
H A Dspufs.h75 u32 tagwait; member in struct:spu_context

Completed in 42 milliseconds