Home
last modified time | relevance | path

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

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