Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/arch/powerpc/platforms/cell/spufs/
Dfile.c1483 *status = ctx->ops->read_mfc_tagstatus(ctx) & ctx->tagwait; in spufs_read_mfc_tagstatus()
1484 ctx->tagwait &= ~*status; in spufs_read_mfc_tagstatus()
1490 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spufs_read_mfc_tagstatus()
1511 if (!(status & ctx->tagwait)) in spufs_mfc_read()
1515 ctx->tagwait &= ~status; in spufs_mfc_read()
1610 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spu_send_mfc_command()
1661 ctx->tagwait |= 1 << cmd.tag; in spufs_mfc_write()
1683 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2); in spufs_mfc_poll()
1691 if (tagstatus & ctx->tagwait) in spufs_mfc_poll()
1695 free_elements, tagstatus, ctx->tagwait); in spufs_mfc_poll()
[all …]
Dspufs.h93 u32 tagwait; member