Searched refs:set_mfc_query (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 212 int (*set_mfc_query)(struct spu_context * ctx, u32 mask, u32 mode); member
|
D | hw_ops.c | 344 .set_mfc_query = spu_hw_set_mfc_query,
|
D | backing_ops.c | 408 .set_mfc_query = spu_backing_set_mfc_query,
|
D | file.c | 1561 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spufs_read_mfc_tagstatus() 1681 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 1); in spu_send_mfc_command() 1754 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2); in spufs_mfc_poll() 1782 ctx->ops->set_mfc_query(ctx, ctx->tagwait, 2)); in spufs_mfc_flush()
|