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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-fau.h96 * Asynchronous tagwait return definition. If a timeout occurs,
129 * @tagwait: Should the atomic add wait for the current tag switch
142 static inline uint64_t __cvmx_fau_atomic_address(uint64_t tagwait, uint64_t reg, argument
147 cvmx_build_bits(CVMX_FAU_BITS_TAGWAIT, tagwait) |
306 * @tagwait: Should the atomic add wait for the current tag switch
322 uint64_t tagwait,
330 cvmx_build_bits(CVMX_FAU_BITS_TAGWAIT, tagwait) |
321 __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value, uint64_t tagwait, cvmx_fau_op_size_t size, uint64_t reg) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dfile.c1598 if (tagstatus & ctx->tagwait)
1608 *status = ctx->ops->read_mfc_tagstatus(ctx) & ctx->tagwait;
1609 ctx->tagwait &= ~*status;
1615 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1);
1636 if (!(status & ctx->tagwait))
1639 ctx->tagwait &= ~status;
1734 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1);
1785 ctx->tagwait |= 1 << cmd.tag;
1807 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2);
1815 if (tagstatus & ctx->tagwait)
[all...]
H A Dspufs.h109 u32 tagwait; member in struct:spu_context

Completed in 99 milliseconds