Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-fau.h152 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()
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dfile.c1509 *status = ctx->ops->read_mfc_tagstatus(ctx) & ctx->tagwait; in spufs_read_mfc_tagstatus()
1510 ctx->tagwait &= ~*status; in spufs_read_mfc_tagstatus()
1516 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spufs_read_mfc_tagstatus()
1537 if (!(status & ctx->tagwait)) in spufs_mfc_read()
1541 ctx->tagwait &= ~status; in spufs_mfc_read()
1636 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spu_send_mfc_command()
1687 ctx->tagwait |= 1 << cmd.tag; in spufs_mfc_write()
1709 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2); in spufs_mfc_poll()
1717 if (tagstatus & ctx->tagwait) in spufs_mfc_poll()
1721 free_elements, tagstatus, ctx->tagwait); in spufs_mfc_poll()
[all …]
Dspufs.h106 u32 tagwait; member