Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h177 int (*wbox_write) (struct spu_context * ctx, u32 data); member
H A Dhw_ops.c313 .wbox_write = spu_hw_wbox_write,
H A Dbacking_ops.c376 .wbox_write = spu_backing_wbox_write,
H A Dfile.c806 return ctx->ops->wbox_write(ctx, data); in spu_wbox_write()