Home
last modified time | relevance | path

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

/arch/mips/include/asm/octeon/
Dcvmx-fau.h142 static inline uint64_t __cvmx_fau_atomic_address(uint64_t tagwait, uint64_t reg, in __cvmx_fau_atomic_address() argument
147 cvmx_build_bits(CVMX_FAU_BITS_TAGWAIT, tagwait) | in __cvmx_fau_atomic_address()
322 uint64_t tagwait, in __cvmx_fau_iobdma_data() argument
330 cvmx_build_bits(CVMX_FAU_BITS_TAGWAIT, tagwait) | in __cvmx_fau_iobdma_data()
/arch/powerpc/platforms/cell/spufs/
Dfile.c1598 if (tagstatus & ctx->tagwait) in spufs_mfc_callback()
1609 *status = ctx->ops->read_mfc_tagstatus(ctx) & ctx->tagwait; in spufs_read_mfc_tagstatus()
1610 ctx->tagwait &= ~*status; in spufs_read_mfc_tagstatus()
1616 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spufs_read_mfc_tagstatus()
1637 if (!(status & ctx->tagwait)) in spufs_mfc_read()
1641 ctx->tagwait &= ~status; in spufs_mfc_read()
1736 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spu_send_mfc_command()
1787 ctx->tagwait |= 1 << cmd.tag; in spufs_mfc_write()
1809 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2); in spufs_mfc_poll()
1817 if (tagstatus & ctx->tagwait) in spufs_mfc_poll()
[all …]
Dspufs.h109 u32 tagwait; member