Searched refs:tagwait (Results 1 – 3 of 3) sorted by relevance
/arch/mips/include/asm/octeon/ |
D | cvmx-fau.h | 152 static inline uint64_t __cvmx_fau_atomic_address(uint64_t tagwait, uint64_t reg, in __cvmx_fau_atomic_address() argument 157 cvmx_build_bits(CVMX_FAU_BITS_TAGWAIT, tagwait) | in __cvmx_fau_atomic_address() 338 uint64_t tagwait, in __cvmx_fau_iobdma_data() argument 346 cvmx_build_bits(CVMX_FAU_BITS_TAGWAIT, tagwait) | in __cvmx_fau_iobdma_data()
|
/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 1543 if (tagstatus & ctx->tagwait) in spufs_mfc_callback() 1554 *status = ctx->ops->read_mfc_tagstatus(ctx) & ctx->tagwait; in spufs_read_mfc_tagstatus() 1555 ctx->tagwait &= ~*status; in spufs_read_mfc_tagstatus() 1561 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spufs_read_mfc_tagstatus() 1582 if (!(status & ctx->tagwait)) in spufs_mfc_read() 1586 ctx->tagwait &= ~status; in spufs_mfc_read() 1681 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spu_send_mfc_command() 1732 ctx->tagwait |= 1 << cmd.tag; in spufs_mfc_write() 1754 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2); in spufs_mfc_poll() 1762 if (tagstatus & ctx->tagwait) in spufs_mfc_poll() [all …]
|
D | spufs.h | 108 u32 tagwait; member
|