Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c834 u32 wbox_data, __user *udata = (void __user *)buf; in spufs_wbox_write() local
840 if (get_user(wbox_data, udata)) in spufs_wbox_write()
853 if (!spu_wbox_write(ctx, wbox_data)) { in spufs_wbox_write()
858 count = spufs_wait(ctx->wbox_wq, spu_wbox_write(ctx, wbox_data)); in spufs_wbox_write()
867 ret = get_user(wbox_data, udata); in spufs_wbox_write()
871 ret = spu_wbox_write(ctx, wbox_data); in spufs_wbox_write()