Home
last modified time | relevance | path

Searched refs:wbox_write (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h193 int (*wbox_write) (struct spu_context * ctx, u32 data); member
Dhw_ops.c327 .wbox_write = spu_hw_wbox_write,
Dbacking_ops.c389 .wbox_write = spu_backing_wbox_write,
Dfile.c835 return ctx->ops->wbox_write(ctx, data); in spu_wbox_write()